|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EmitterShape
This interface declares methods used by all shapes that represent particle emitters.
Method Summary | |
---|---|
EmitterShape |
deepClone()
This method creates a deep clone of the current instance of the emitter shape. |
void |
getRandomPoint(Vector3f store)
This method fills in the initial position of the particle. |
void |
getRandomPointAndNormal(Vector3f store,
Vector3f normal)
This method fills in the initial position of the particle and its normal vector. |
Methods inherited from interface com.jme3.export.Savable |
---|
read, write |
Method Detail |
---|
void getRandomPoint(Vector3f store)
store
- store variable for initial positionvoid getRandomPointAndNormal(Vector3f store, Vector3f normal)
store
- store variable for initial positionnormal
- store variable for initial normalEmitterShape deepClone()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |