Example usage for Java javax.media.j3d AlternateAppearance fields, constructors, methods, implement or subclass
The text is from its open source code.
int | ALLOW_INFLUENCING_BOUNDS_WRITE Specifies that this AlternateAppearance node allows write access to its influencing bounds and bounds leaf information. |
int | ALLOW_SCOPE_READ Specifies that this AlternateAppearance node allows read access to its scope information at runtime. |
int | ALLOW_SCOPE_WRITE Specifies that this AlternateAppearance node allows write access to its scope information at runtime. |
AlternateAppearance() Constructs an AlternateAppearance node with default parameters. |