|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcom.jme3.effect.shapes.EmitterMeshVertexShape
com.jme3.effect.shapes.EmitterMeshFaceShape
public class EmitterMeshFaceShape
This emiter shape emits the particles from the given shape's faces.
コンストラクタの概要 | |
---|---|
EmitterMeshFaceShape()
Empty constructor. |
|
EmitterMeshFaceShape(java.util.List<Mesh> meshes)
Constructor. |
メソッドの概要 | |
---|---|
void |
getRandomPoint(Vector3f store)
This method fills the point with coordinates of randomly selected point on a random face. |
void |
getRandomPointAndNormal(Vector3f store,
Vector3f normal)
This method fills the point with coordinates of randomly selected point on a random face. |
void |
setMeshes(java.util.List<Mesh> meshes)
This method sets the meshes that will form the emiter's shape. |
クラス com.jme3.effect.shapes.EmitterMeshVertexShape から継承されたメソッド |
---|
deepClone, read, write |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public EmitterMeshFaceShape()
public EmitterMeshFaceShape(java.util.List<Mesh> meshes)
meshes
- a list of meshes that will form the emitter's shapeメソッドの詳細 |
---|
public void setMeshes(java.util.List<Mesh> meshes)
EmitterMeshVertexShape
の記述:
EmitterMeshVertexShape
内の setMeshes
meshes
- a list of meshes that will form the emitter's shapepublic void getRandomPoint(Vector3f store)
EmitterShape
内の getRandomPoint
EmitterMeshVertexShape
内の getRandomPoint
store
- the variable to store with coordinates of randomly selected selected point on a random facepublic void getRandomPointAndNormal(Vector3f store, Vector3f normal)
EmitterShape
内の getRandomPointAndNormal
EmitterMeshVertexShape
内の getRandomPointAndNormal
store
- the variable to store with coordinates of randomly selected selected point on a random facenormal
- filled with selected face's normal
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |