| Thread | Last Post | Replies |
|
| Questions about using Java 3D | 26 Jan 2007 21:49 GMT | 6 |
Hi everyone (newbie here), I'd like to develop my skills to become a professional java developer. I was wondering about your opinion regarding the Java 3d API. Is it popular?
|
| how to follow a point | 25 Jan 2007 10:13 GMT | 1 |
I looking for a possibility to track pointsin my 3D Enviroment. My first idea was to do something like: OrbitBehaviour.setRotationCenter(point); This basically works, but the user has to click into the canvas (this seems
|
| How to zoom without hiding near objects? | 24 Jan 2007 18:05 GMT | 1 |
when I zoom a scene the viewer platform hides all closest objects, how to disable or decrease the radius of this feature?
|
| Physics Engines comparisons and benchmarks | 16 Jan 2007 18:20 GMT | 1 |
Where can i find some docs on physical engines and some benchmark suite? I was trying some by my self.. I must write a simulator for an anthropomorphic learning robot...
|
| Converting float/double to hires coords. | 13 Jan 2007 22:06 GMT | 1 |
Does anyone know of any way of easily converting floats or doubles into hires coords? My plan is to use a locale for each planet in the solar system, and write a custom rotationinterpolator that will rotate the locales around the sun locale. My plan was to store and manipulate the
|
| multiple behaviors on multiple objects / move everything and if picked only one object | 12 Jan 2007 13:35 GMT | 3 |
I`m having great trouble by programming the following: We are programming a miniature golf-game at university. We want to enable the user to rotate, zoom and translate everything he sees at once. We did this with an OrbitBehavior. As far as I know an
|
| Trouble Picking with my own VirtualUniverse on Ortho Projection | 07 Jan 2007 17:49 GMT | 3 |
I made a simple app with a simpleUniverse. After testing it and using picking (worked fine). I decided to implement the real app. The real app has to be in Ortho projection and have tranformations on the viewbranch.
|