com.jme3.util
クラス TangentBinormalGenerator.TriangleData

java.lang.Object
  上位を拡張 com.jme3.util.TangentBinormalGenerator.TriangleData
含まれているクラス:
TangentBinormalGenerator

public static class TangentBinormalGenerator.TriangleData
extends java.lang.Object


フィールドの概要
 Vector3f binormal
           
 int index0
           
 int index1
           
 int index2
           
 Vector3f normal
           
 Vector3f tangent
           
 
コンストラクタの概要
TangentBinormalGenerator.TriangleData(Vector3f tangent, Vector3f binormal, Vector3f normal, int index0, int index1, int index2)
           
 
メソッドの概要
 
クラス 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)