Class IrVertex

java.lang.Object
com.jme3.scene.plugins.IrVertex
All Implemented Interfaces:
Cloneable

public class IrVertex extends Object implements Cloneable
  • 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

      public Integer material
    • smoothing

      public Integer smoothing
    • boneWeightsIndices

      public IrBoneWeightIndex[] boneWeightsIndices
  • Constructor Details

    • IrVertex

      public IrVertex()
  • Method Details