java3d question

From: Daniel Scherrer (trx_at_zhwin.ch)
Date: 03/29/05


Date: Tue, 29 Mar 2005 18:33:54 +0100

How can you create a scene with java3d, delete it and create another scene.
For example creating a cube, deleting it and create a sphere which is shown
finally
I know it is done with lines similar to these:

...setCapability(Group.ALLOW_CHILDREN_WRITE);
....setCapability(BranchGroup.ALLOW_DETACH);

But has someone a simple code fragment???



Relevant Pages

  • Re: SBCL is now faster than Java, as fast as Ocaml, and getting better
    ... (labels ((aux (lam normal scene) ... (lamt (ray-sphere orig ... You've increased verbosity by using types like GROUP and SPHERE, ... Note that the Lisp was written by Juho Snellman, one of the authors of SBCL, ...
    (comp.lang.lisp)
  • Re: reflections and rotating a scene
    ... The scene looks great rotated 45 degrees. ... When the scene is rotate another 180 degrees, ... each cube is blended with whatever is drawn beneath it. ... walls when the scene is rotated 45 degrees. ...
    (comp.graphics.api.opengl)
  • Re: Shrink wrapping and hidden parts removal
    ... Imagine your sphere once again assuming the scene is a cube. ... of the cube will have space between it and the "shrink wrap sphere". ... actual cube itself without causing any face to become exterior to the ...
    (comp.graphics.algorithms)
  • Re: How do... YOU... do... "IT"?
    ... I've decided to add in another sheet ... > and then I can have columns alongside Scene 1, ... deleting important clues, too. ... elizabeth ta smallinfinity tod ten ...
    (rec.arts.sf.composition)
  • Adding objects to a live scenegraph
    ... Im trying to add objects into my scene on some kind of MouseEvent. ... I want to click a certain point and have a cube for instance generated. ... Prev by Date: ...
    (comp.lang.java.3d)