|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectcom.jme3.util.TangentBinormalGenerator.TriangleData
public static class TangentBinormalGenerator.TriangleData
| フィールドの概要 | |
|---|---|
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 |
| フィールドの詳細 |
|---|
public final Vector3f tangent
public final Vector3f binormal
public final Vector3f normal
public int index0
public int index1
public int index2
| コンストラクタの詳細 |
|---|
public TangentBinormalGenerator.TriangleData(Vector3f tangent,
Vector3f binormal,
Vector3f normal,
int index0,
int index1,
int index2)
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||