Hi all,
I'm using the Xj3D VRML97Loader to load textured geometries
into a Java3D scene. My problem is, that the textured surfaces
are not shaded, while the non-textured are. Therefore, I go to
every appearance node and change the TextureMode:
TextureAttributes texAtt = new TextureAttributes();
texAtt.setTextureMode(TextureAttributes.MODULATE);
app.setTextureAttributes(texAtt);
My question:
Is there a way to instruct the loader to automatically set the desired
TextureMode for all Appearance nodes during the loading process?
Thanks
Rainer
-------------------------------------------------------------
Dipl. Inf. Rainer Blum
Entwickler
Germany
===========================================================================
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".