N. Vaidya wrote:

Been a little out of sync with the the latest API docs...

Is GL_SEPARATE_SPECULAR_COLOR specifiable explicitly in Java 3D,
or, does it get invoked automatically ?

Looks like this feature has been available since OGL 1.2 (?).

Thanks in advance

Vaidya


The property GL_SEPARATE_SPECULAR_COLOR is used only for OpenGL
version of Java3D.
(For DirectX version, separate specular color is true anyway.)

By default, this property is set to true for Opengl driver
that support GL_SEPARATE_SPECULAR_COLOR extension. (so it matches the
rendering output of DirectX version).

- Kelvin
--------------
Java 3D Team
Sun Microsystems Inc.

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