>
> 1-It looks like the all texture sets are applied at every vertice
Only those texture units that are enabled will be applied.
If both of the texture units are enabled, yes, both textures
will be applied. And that's what multi-textures is supposed to do.
> 3-The texture sets are modulated together at runtime
The textures will be applied according to the texture attributes
specified for each texture unit.
> 4-You cannot "shut off" a texture set on some verticies.
You mean disable texture for a subset of vertices?
No, you can't.
-Charmaine Lee
Java3D Engineering Team
===========================================================================
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".