Search found 222 matches

by Andre
Thu 23. Jun 2011, 18:25
Forum: Programming Help
Topic: A bit lost with axis and rotations
Replies: 10
Views: 1491

Re: A bit lost with axis and rotations

As far as i understood, depends your problem on the size, scaled by jreality. You have to overwrite the global scalingfactor with 1, then you should have something like meters for your application. And don't use, JRViewer v = new JRViewer(); ... v.addContentSupport(ContentType.TerrainAligned); or v....
by Andre
Wed 22. Jun 2011, 12:21
Forum: Programming Help
Topic: A bit lost with axis and rotations
Replies: 10
Views: 1491

Re: A bit lost with axis and rotations

yeah, it looks good, you just have to choose what you want to do first:

rotation -> translation

translation -> rotation

don't mix this up, this has to be consistent through your whole code.
by Andre
Wed 25. May 2011, 01:48
Forum: Programming Help
Topic: Structure of my SceneGraph
Replies: 8
Views: 1303

Re: Structure of my SceneGraph

I hope I understood you right and I'll explain way you can act with the following example. Lets say we have 3 different objects (chairs, tables and lamps) and two different appearances like color and transparency. Appearance1:= Color.yellow and transparency 50% Appearance2:= Color.blue and transpare...
by Andre
Mon 16. May 2011, 17:57
Forum: Installation
Topic: missing gluegen-rt.jar for instal without svn in eclipSOLVED
Replies: 3
Views: 1589

Re: missing gluegen-rt.jar for instal without svn in eclipse

Hi Benjamin, thx for reporting. gluegen-rt.jar is a dependency for jogl. Both can be used with jReality, but are not distributed with jReality. I'll check and update the command-line tutorial next week. Unfortunately, without using svn, you cann't check the README-file at the 3rd-libary-folder. Ther...
by Andre
Thu 12. May 2011, 22:52
Forum: General jReality Discussion
Topic: Publicizing jReality idea
Replies: 7
Views: 4073

Re: Publicizing jReality idea

Hi nad, thx for your support for jReality and sorry for our late reply. We will talk about this conference at our next developer meeting. I'm sure, that someone of our group will have time, to support you during that conference. Just let us know as soon as it is certain that you will go to the confe...
by Andre
Thu 10. Feb 2011, 02:17
Forum: Programming Help
Topic: when does rotate tool activate?
Replies: 5
Views: 1342

Re: when does rotate tool activate?

Hi fsmmu, welcome to jReality. As far as I understand your question, you simply forgot to add the tool-plugin to the viewer. Probably this should work: JRViewer v = new JRViewer(); v.registerSOMEotherPLUGINS... [b]v.registerPlugin(new ContentTools());[/b] v.setContent(eg. ICOSAHEDRON); v.startup(); ...
by Andre
Wed 9. Feb 2011, 21:33
Forum: Programming Help
Topic: [RESOLVED]How to make different spheres on the same window ?
Replies: 4
Views: 775

Re: [RESOLVED]How to make different spheres on the same wind

Congrats that you found your solution by yourself. I guess you have different atom with different sizes. Maybe it would be interesting for you to add a Slider for each "atomgroup" to the GUI (visible via 'alt'+'shift'+'left' or ->'window' -> [x] 'left slot') http://www3.math.tu-berlin.de/jreality/me...
by Andre
Tue 8. Feb 2011, 20:41
Forum: Programming Help
Topic: [RESOLVED]How to make different spheres on the same window ?
Replies: 4
Views: 775

Re: How to make different spheres on the same window ?

Hi bioinfo, welcome to jReality. If you've just started with jReality I really can recommend you the developer tutorials: http://www3.math.tu-berlin.de/jreality/mediawiki/index.php/Developer_Tutorial At first you should have a look at the Introductory and finally you'll find your solution at the geo...
by Andre
Fri 28. Jan 2011, 22:17
Forum: Installation
Topic: Error installing with ant
Replies: 3
Views: 3564

Re: Error installing with ant

Should be fixed now.
by Andre
Fri 28. Jan 2011, 22:00
Forum: Installation
Topic: Error installing with ant
Replies: 3
Views: 3564

Re: Error installing with ant

Thx for reporting this Bug. I have the same problems. I'll start fix it asap and I'll also build a new release.

Best Andre
by Andre
Mon 11. Oct 2010, 10:06
Forum: Plugin System
Topic: Plugin Strategy
Replies: 5
Views: 1522

Re: Plugin Strategy

Actually we are working on other parts so I guess this is the final decomposition for the next few years.
by Andre
Mon 11. Oct 2010, 09:26
Forum: Plugin System
Topic: Plugin Strategy
Replies: 5
Views: 1522

Re: Plugin Strategy

Hi Kennedy Tony,

we're using the jtem-project jrWorkspace for our Plugin-System.

e.g. the jReality scene Panel (de.jreality.plugin.scene) is a bunch of shrink-panel (Avatar, Terrain, Sky etc.) where each has his own task.

We are using the GridBagLayout.
by Andre
Mon 4. Oct 2010, 23:09
Forum: Advanced Development
Topic: Porting from JOGL 1.1 to JOGL 2
Replies: 6
Views: 2677

Re: Porting from JOGL 1.1 to JOGL 2

As far as I know Steffen or Charles have done the jogl-part. Steffen isn't here this week, so we should wait until he comes back for further steps.

Thx for all your work.

Andre
by Andre
Mon 20. Sep 2010, 16:17
Forum: Installation
Topic: jogl-2 support
Replies: 1
Views: 1050

Re: jogl-2 support

Yes we have started a discussion about upgrading to jogl2

please follow these topic:
Caveproblems -> Upgrading to jogl2 (page2)
by Andre
Fri 17. Sep 2010, 17:03
Forum: General jReality Discussion
Topic: Cave working, but not synchronizing
Replies: 23
Views: 6252

Re: Cave working, but not synchronizing

shade?
Refraction-Shader?
Improvement of the reflaction-maps?

I guess these topics are also connected to jogl?