Hi

I wonder why there doesn't exist a getBranchGraph(nrOfBranchGraph) method
in javax.media.j3d.Locale. There is only a getAllBranchGraph() and
numBranchGraph(). That's a bit limiting. For example I want to remove the
BranchGraph containing the Shape3Ds but not the BranchGraph removing the
ViewingPlatform to do this I have to go through a lot of extra
steps because with getAllBranchGraphs I get an enumerator that's fine but
I've got to check first what type of Class this BranchGraph is and then
need some extra fussling to remove it.

Just some thoughts.

EOF,
 J.D.

--
Realtime Raytracer in JAVA
(http://www.antiflash.net/raytrace)

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to