com.jme3.util
クラス TangentBinormalGenerator.TriangleData
java.lang.Object
com.jme3.util.TangentBinormalGenerator.TriangleData
- 含まれているクラス:
- TangentBinormalGenerator
public static class TangentBinormalGenerator.TriangleData
- extends java.lang.Object
クラス java.lang.Object から継承されたメソッド |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tangent
public final Vector3f tangent
binormal
public final Vector3f binormal
normal
public final Vector3f normal
index0
public int index0
index1
public int index1
index2
public int index2
TangentBinormalGenerator.TriangleData
public TangentBinormalGenerator.TriangleData(Vector3f tangent,
Vector3f binormal,
Vector3f normal,
int index0,
int index1,
int index2)