ObjVertexTextureNormalIndex
Inheritance: java.lang.Object, ObjVertexTextureIndex
The OBJ vertex texture normal index.
Constructors
| Constructor | Description |
|---|---|
| ObjVertexTextureNormalIndex() | Initializes a new instance of the ObjVertexTextureNormalIndex class. |
Methods
| Method | Description |
|---|---|
| getNormalIndex() | Gets or sets the normal index. |
| setNormalIndex(int value) | Gets or sets the normal index. |
ObjVertexTextureNormalIndex()
public ObjVertexTextureNormalIndex()
Initializes a new instance of the ObjVertexTextureNormalIndex class.
getNormalIndex()
public final int getNormalIndex()
Gets or sets the normal index.
Returns: int
setNormalIndex(int value)
public final void setNormalIndex(int value)
Gets or sets the normal index.