| Thread | Last Post | Replies |
|
| add object in runtime | 31 Mar 2006 15:46 GMT | 2 |
i can't add an object in runtime to a Java 3D environment. I'm trying to construct a kind of hollow cube, and when you click somewhere along the axis of the cube, a square appears inside the cube. See screenshot : http://www.seo-web-hosting.be/hypercube/screenshot.jpg
|
| Change view? | 28 Mar 2006 11:08 GMT | 3 |
if it possible to click a button and be able to view a specific object in your scene? i have the buttons set up and they are opening new windows to just show just screen shots of the object, is there a way to change the view so that it is at the object?
|
| Encode the image of a texture with Base64 | 20 Mar 2006 23:01 GMT | 1 |
Hello NG, as you can see in the topic I want to encode the image of a texture with Base64. Any idea how I can realize it? I'm asking because the Base64-class I found on sourceforge needs a serializable-Object to
|
| how to stop a interpolator | 17 Mar 2006 09:11 GMT | 1 |
i created a Interpolator like this:PositionInterpolator moveDuck = new PositionInterpolator(duckAlpha,duckMovXfmGrp,axis,-30.0f,30.0f); it is a duck moving from -30.0f to 30.0f. But i want to make the duck stop moving(not pausing) after some circumstance. Which method should i
|
| Rotations | 09 Mar 2006 00:14 GMT | 2 |
I'm making a 3d solar system and need my planets (spheres) to spin on there own axis and around the sun, getting very confused with transformgroups, (do i need a new transformgroup for each rotation?) all that seems to happen is all my planets spin around the sun, at the
|
| Java fullscreen 3D graphics | 08 Mar 2006 16:39 GMT | 1 |
What are the options to develop graphical applications in fullscreen? 1. Java3D, obviously slow in further development and relatively low rendering quality/options 2. OpenGL via Java bindings, like Jogl, currently under development...
|
| Change only the height of a box (animation) | 08 Mar 2006 14:41 GMT | 1 |
Excuse me for my poor English, I try the best I can :) I have to anim the height of a Box, from 1.0 (100%) to a value I stored in a var. I'm able to change uniformly the height, width and depth of the box with a ScaleInterpolator, but not only the height of it, even
|
| [ANN] Java 3D 1.4.0 fcs release now available | 06 Mar 2006 00:16 GMT | 1 |
Zip files for java3d-1.4.0 are now available for all platforms, in addition to the self-extracting archives. A downloadable doc bundle is also available. https://java3d.dev.java.net/binary-builds.html
|
| J3D on Mac OS X | 05 Mar 2006 20:13 GMT | 1 |
Apologies if this has been asked 100s of times, but where are the java 3d jar files on Mac OS X? I can compile programs fine from the terminal, and subsequently run them, but my IDE (Idea) always marks my code as incorrect.
|
| Is java3d still been developed | 03 Mar 2006 02:38 GMT | 2 |
(I accidently posted this in the wrong place, so here is the right post) I read somewhere that java3D is no longer been developed and looked better to use Jogl. Could anyone tell me whats happening with it. D.
|
| Refences | 01 Mar 2006 20:19 GMT | 3 |
I'm a java coder but have no experience with any of the 3D API's. I was thinking of picking up the book "Killer Game Programming in Java" any idea if its any good? Does anyone have any tutorials or decent on-line references?
|