Search found 222 matches

by Andre
Thu 12. Dec 2013, 15:30
Forum: Programming Help
Topic: jbullet integration
Replies: 4
Views: 2042

Re: jbullet integration

You can check-out jrealityBullet as said at the website here: http://fs.math.tu-berlin.de:8000/svn/jrealityBullet For anonymous access login as user guest with empty password. jrealityBullet is the integration of jBullet version 2.72 http://jbullet.advel.cz/ to jReality At the jrealityBullet project...
by Andre
Mon 9. Dec 2013, 12:36
Forum: Bugs
Topic: Problem with GUI display using Java 7, Mac OS 10.8
Replies: 2
Views: 1208

Re: Problem with GUI display using Java 7, Mac OS 10.8

This bug is fixed with the newest jogl-version
by Andre
Mon 9. Dec 2013, 11:51
Forum: Bugs
Topic: Problem with GUI display using Java 7, Mac OS 10.8
Replies: 2
Views: 1208

Re: Problem with GUI display using Java 7, Mac OS 10.8

Hi Charles, seems to be an OSX Bug.

With my Ubuntu 64bit Java7.45 is everything alright.
by Andre
Tue 12. Nov 2013, 11:18
Forum: Virtual Reality Viewer
Topic: OFF file loading fails with OSX SnowLeopard in tutorial
Replies: 7
Views: 2417

Re: OFF file loading fails with OSX SnowLeopard in tutorial

I've updated the webstarts. Please try it again.
by Andre
Wed 6. Nov 2013, 19:53
Forum: Installation
Topic: compile error
Replies: 2
Views: 1809

Re: compile error

The tutorial is now up-to-date! Sorry that I couldn't fix it earlier. Best and GL with your exhibition Andre EDIT: Your failure above comes from a not removed audio example: rm tutorial/de/jreality/tutorial/misc/ODEExample.java Here is the link to the "Command line tutorial": http://www3.math.tu-ber...
by Andre
Mon 4. Nov 2013, 15:28
Forum: Virtual Reality Viewer
Topic: OFF file loading fails with OSX SnowLeopard in tutorial
Replies: 7
Views: 2417

Re: OFF file loading fails with OSX SnowLeopard in tutorial

With my Ubuntu computer everything works fine. Sorry I can't reproduce your failure. Anyone else with OSX can confirm his error?

best
Andre
by Andre
Thu 24. Oct 2013, 19:56
Forum: Installation
Topic: compile error
Replies: 2
Views: 1809

Re: compile error

The command-line Tutorial is not uptodate. I'll update it as soon as I return to Germany 03rd November. Meanwhile please use the eclipse setup tutorial from our website:

http://www3.math.tu-berlin.de/jreality/ ... p_tutorial

best
Andre
by Andre
Sun 6. Oct 2013, 10:10
Forum: Installation
Topic: Tutorial intro not working.
Replies: 1
Views: 726

Re: Tutorial intro not working.

Thx for reporting it. I`ll check your bug as soon as I have a stable internet connection. But as far as I can tell right now is just an issue of jogl version conflict. The screenshot is not up to date and there should be two jogl versions viewer an "older" jogl versionw probably just called - de.jre...
by Andre
Fri 13. Sep 2013, 11:24
Forum: General jReality Discussion
Topic: Can jReality import u3d files ?
Replies: 4
Views: 1530

Re: Can jReality import u3d files ?

Thx, let's wait for an answer of sechel. He implemented the U3D. Maybe he can help with the reader. Or I simply wrote/updated the features-page wrong ;)
by Andre
Fri 13. Sep 2013, 09:36
Forum: General jReality Discussion
Topic: Can jReality import u3d files ?
Replies: 4
Views: 1530

Re: Can jReality import u3d files ?

Where did you find it in the documentation? I never used it, but I just checked the readers and there is nothing like a U3DReader. Either I haven't looked at the right place or the documentation is wrong. I don't know how simple/hard/possible it is to implement a reader for u3d.
by Andre
Fri 13. Sep 2013, 08:34
Forum: General jReality Discussion
Topic: Can geometry be grouped ?
Replies: 4
Views: 1041

Re: Can geometry be grouped ?

First of all, I totally forgot: Welcome to jReality! It is easier to understand my code, when you start with the developer tutorials: http://www3.math.tu-berlin.de/jreality/mediawiki/index.php/Developer_Tutorial Just follow them step by step. Specially the introduction and the geometry part should b...
by Andre
Thu 12. Sep 2013, 19:22
Forum: General jReality Discussion
Topic: Can geometry be grouped ?
Replies: 4
Views: 1041

Re: Can geometry be grouped ?

This will basically do your job. import de.jreality.geometry.Primitives; import de.jreality.math.MatrixBuilder; import de.jreality.plugin.JRViewer; import de.jreality.plugin.content.ContentAppearance; import de.jreality.plugin.content.ContentLoader; import de.jreality.plugin.content.ContentTools; im...
by Andre
Mon 19. Aug 2013, 15:10
Forum: General jReality Discussion
Topic: jReality-javadoc.zip broken since several releases
Replies: 2
Views: 861

Re: jReality-javadoc.zip broken since several releases

Thx, should be fixed in the next release, which I will compile probably today or tomorrow.
by Andre
Mon 12. Aug 2013, 09:15
Forum: Installation
Topic: JRViewer Error: failed to create a pipe screen for i965
Replies: 2
Views: 1769

Re: JRViewer Error: failed to create a pipe screen for i965

One of us had the same problems and we have updated our jogl.jars to latest release. Can you confirm this Bug solved?!?