hey Robert,

check in the 3Dmax options you can probably name a node. After when you parse
the file you can get this name by calling the methode scene.getnamedObjects().
It returning a Hashtable of String name and you can output the name to check
if the name is correct. Did you get the code I send you last time. It all in
the function traverseTree. Don t hesitate if you have a question.

Serge Bernier




Selon Robert Gomez-Reino <[EMAIL PROTECTED]>:

> In a model imported from 3ds max  to Java3D from a 3DS file, how can I
> identify which Shape3D is each one? It doesn't import any kind of name from
> the 3DS. For example if in 3dsmax I create two tubes and I export it to
> java3D how can I know wich sahpe3D correspond to tube one and wich to tube2
> ?
> Thanks,
> Boby
>
> ===========================================================================
> 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".

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