Rainer Blum wrote:
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.
Yes, this is the correct behaviour. VRML97 and X3D both require that
textured surfaces are to use replace mode. Other browsers ignore this
part of the specification, and therefore render the geometry
incorrectly. If you need to use modulated textures, you'll need to go to
X3D and make use of the multitexture abilities.
--
Justin Couch http://www.vlc.com.au/~justin/
Java Architect & Bit Twiddler http://www.yumetech.com/
Author, Java 3D FAQ Maintainer http://www.j3d.org/
-------------------------------------------------------------------
"Humanism is dead. Animals think, feel; so do machines now.
Neither man nor woman is the measure of all things. Every organism
processes data according to its domain, its environment; you, with
all your brains, would be useless in a mouse's universe..."
- Greg Bear, Slant
-------------------------------------------------------------------
===========================================================================
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".