|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcom.jme3.effect.shapes.EmitterMeshVertexShape
com.jme3.effect.shapes.EmitterMeshFaceShape
com.jme3.effect.shapes.EmitterMeshConvexHullShape
public class EmitterMeshConvexHullShape
This emiter shape emits the particles from the given shape's interior constrained by its convex hull (a geometry that tightly wraps the mesh). So in case of multiple meshes some vertices may appear in a space between them.
コンストラクタの概要 | |
---|---|
EmitterMeshConvexHullShape()
Empty constructor. |
|
EmitterMeshConvexHullShape(java.util.List<Mesh> meshes)
Constructor. |
メソッドの概要 | |
---|---|
void |
getRandomPoint(Vector3f store)
This method fills the point with coordinates of randomly selected point inside a convex hull of randomly selected mesh. |
void |
getRandomPointAndNormal(Vector3f store,
Vector3f normal)
This method fills the point with coordinates of randomly selected point inside a convex hull of randomly selected mesh. |
クラス com.jme3.effect.shapes.EmitterMeshFaceShape から継承されたメソッド |
---|
setMeshes |
クラス com.jme3.effect.shapes.EmitterMeshVertexShape から継承されたメソッド |
---|
deepClone, read, write |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public EmitterMeshConvexHullShape()
public EmitterMeshConvexHullShape(java.util.List<Mesh> meshes)
meshes
- a list of meshes that will form the emitter's shapeメソッドの詳細 |
---|
public void getRandomPoint(Vector3f store)
EmitterShape
内の getRandomPoint
EmitterMeshFaceShape
内の getRandomPoint
store
- the variable to store with coordinates of randomly selected selected point inside a convex hull
of randomly selected meshpublic void getRandomPointAndNormal(Vector3f store, Vector3f normal)
EmitterShape
内の getRandomPointAndNormal
EmitterMeshFaceShape
内の getRandomPointAndNormal
store
- the variable to store with coordinates of randomly selected selected point inside a convex hull
of randomly selected meshnormal
- not used in this class
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |