|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectcom.jme3.effect.shapes.EmitterMeshVertexShape
public class EmitterMeshVertexShape
This emiter shape emits the particles from the given shape's vertices
| コンストラクタの概要 | |
|---|---|
EmitterMeshVertexShape()
Empty constructor. |
|
EmitterMeshVertexShape(java.util.List<Mesh> meshes)
Constructor. |
|
| メソッドの概要 | |
|---|---|
EmitterShape |
deepClone()
This method creates a deep clone of the current instance of the emitter shape. |
void |
getRandomPoint(Vector3f store)
This method fills the point with coordinates of randomly selected mesh vertex. |
void |
getRandomPointAndNormal(Vector3f store,
Vector3f normal)
This method fills the point with coordinates of randomly selected mesh vertex. |
void |
read(JmeImporter im)
|
void |
setMeshes(java.util.List<Mesh> meshes)
This method sets the meshes that will form the emiter's shape. |
void |
write(JmeExporter ex)
|
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public EmitterMeshVertexShape()
public EmitterMeshVertexShape(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)
meshes - a list of meshes that will form the emitter's shapepublic void getRandomPoint(Vector3f store)
EmitterShape 内の getRandomPointstore - the variable to store with coordinates of randomly selected mesh vertex
public void getRandomPointAndNormal(Vector3f store,
Vector3f normal)
EmitterShape 内の getRandomPointAndNormalstore - the variable to store with coordinates of randomly selected mesh vertexnormal - filled with selected vertex's normalpublic EmitterShape deepClone()
EmitterShape の記述:
EmitterShape 内の deepClone
public void write(JmeExporter ex)
throws java.io.IOException
Savable 内の writejava.io.IOException
public void read(JmeImporter im)
throws java.io.IOException
Savable 内の readjava.io.IOException
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||