|
Hey Everyone, I�m starting my first Java 3D project which initially loads
several OBJ models and then fades one of them out. Loading and displaying the
OBJ models is working fine. Regarding the fade out, I�m starting to write
a behavior based on TransparencyInterpolator. My
problem is that this behavior has to be linked to a TransparencyAttributes
node which in turn must be anchored to an Appearance node. I�m assuming
that the OBJ loader creates an Appearance node for my model but how do I get access
to it to hook up the behavior? More over, what are the methods for the OBJ
loader�s ObjectFile and Scene classes to begin
with? I haven�t found any API listing. I would appreciate any advice. Thanks
in advance� Paul Neumann CIMIT Simulation Group [EMAIL PROTECTED] --- |
