java3d question
From: Daniel Scherrer (trx_at_zhwin.ch)
Date: 03/29/05
- Next message: navalverma_at_yahoo.com: "Re: How to retrieve JSTL resource bundle from plain java"
- Previous message: RC: "Hwo to do Hello World From XSLT to JavaScript?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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???
- Next message: navalverma_at_yahoo.com: "Re: How to retrieve JSTL resource bundle from plain java"
- Previous message: RC: "Hwo to do Hello World From XSLT to JavaScript?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|