public class IrVertex
extends java.lang.Object
implements java.lang.Cloneable
| Modifier and Type | Field and Description |
|---|---|
com.jme3.math.Vector3f |
bitang |
IrBoneWeightIndex[] |
boneWeightsIndices |
com.jme3.math.ColorRGBA |
color |
java.lang.Integer |
material |
com.jme3.math.Vector3f |
norm |
com.jme3.math.Vector3f |
pos |
java.lang.Integer |
smoothing |
com.jme3.math.Vector3f |
tang |
com.jme3.math.Vector4f |
tang4d |
com.jme3.math.Vector2f |
uv0 |
com.jme3.math.Vector2f |
uv1 |
| Constructor and Description |
|---|
IrVertex() |
| Modifier and Type | Method and Description |
|---|---|
IrVertex |
deepClone() |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString() |
public com.jme3.math.Vector3f pos
public com.jme3.math.Vector3f norm
public com.jme3.math.Vector4f tang4d
public com.jme3.math.Vector3f tang
public com.jme3.math.Vector3f bitang
public com.jme3.math.Vector2f uv0
public com.jme3.math.Vector2f uv1
public com.jme3.math.ColorRGBA color
public java.lang.Integer material
public java.lang.Integer smoothing
public IrBoneWeightIndex[] boneWeightsIndices
public IrVertex deepClone()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object