Hello,

I want to load lw3d-objects in j3d and then get everyone of them in a way so
I can set some capabilities.

Say if I have a Scene with 2 Objects (a terrain and house), then I would
like to set
ALLOW_INTERSECT, ALLOW_COUNT_READ, ALLOW_FORMAT_READ, ALLOW_COORDINATE_READ
for Terrain Following (terrain) and
ALLOW_GEOMETRY_WRITE, ALLOW_GEOMETRY_READ
for Collision Detection (house)

So how do I do this?
After I've loaded an object I get only the TransformGroup in a hashtable.
Hashtable ht = scene.getNamedObjects ();
Is there any way to get only the objects itself? I actually dont care of
anything else in the lw-scene

regards,
Hristo

_________________________________________________________________
STOP MORE SPAM with the new MSN 8 and get 2 months FREE*
http://join.msn.com/?page=features/junkmail

===========================================================================
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