Example usage for Java javax.media.j3d Morph fields, constructors, methods, implement or subclass
The text is from its open source code.
int | ALLOW_WEIGHTS_READ Specifies that the node allows read access to its morph weight vector. |
int | ALLOW_WEIGHTS_WRITE Specifies that the node allows write access to its morph weight vector. |
Morph(GeometryArray geometryArrays[], Appearance appearance) Constructs and initializes a Morph node with the specified array of GeometryArray objects and the specified appearance object. |
void | setCapability(int bit) Sets the specified capability bit. |