Java javax.media.j3d Morph fields, constructors, methods, implement or subclass

Example usage for Java javax.media.j3d Morph fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.media.j3d Morph.

The text is from its open source code.

Field

intALLOW_WEIGHTS_READ
Specifies that the node allows read access to its morph weight vector.
intALLOW_WEIGHTS_WRITE
Specifies that the node allows write access to its morph weight vector.

Constructor

Morph(GeometryArray geometryArrays[], Appearance appearance)
Constructs and initializes a Morph node with the specified array of GeometryArray objects and the specified appearance object.

Method

voidsetCapability(int bit)
Sets the specified capability bit.