Package com.jme3.scene.plugins
Class IrVertex
java.lang.Object
com.jme3.scene.plugins.IrVertex
- All Implemented Interfaces:
Cloneable
-
Field Summary
FieldsModifier and TypeFieldDescriptioncom.jme3.math.Vector3fcom.jme3.math.ColorRGBAcom.jme3.math.Vector3fcom.jme3.math.Vector3fcom.jme3.math.Vector3fcom.jme3.math.Vector4fcom.jme3.math.Vector2fcom.jme3.math.Vector2f -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
pos
public com.jme3.math.Vector3f pos -
norm
public com.jme3.math.Vector3f norm -
tang4d
public com.jme3.math.Vector4f tang4d -
tang
public com.jme3.math.Vector3f tang -
bitang
public com.jme3.math.Vector3f bitang -
uv0
public com.jme3.math.Vector2f uv0 -
uv1
public com.jme3.math.Vector2f uv1 -
color
public com.jme3.math.ColorRGBA color -
material
-
smoothing
-
boneWeightsIndices
-
-
Constructor Details
-
IrVertex
public IrVertex()
-
-
Method Details