|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcom.jme3.effect.influencers.DefaultParticleInfluencer
com.jme3.effect.influencers.NewtonianParticleInfluencer
public class NewtonianParticleInfluencer
This influencer calculates initial velocity with the use of the emitter's shape.
コンストラクタの概要 | |
---|---|
NewtonianParticleInfluencer()
Constructor. |
メソッドの概要 | |
---|---|
ParticleInfluencer |
clone()
This method clones the influencer instance. |
float |
getNormalVelocity()
This method returns the normal velocity factor. |
float |
getSurfaceTangentFactor()
This method returns the surface tangent factor. |
float |
getSurfaceTangentRotation()
This method returns the surface tangent rotation factor. |
void |
influenceParticle(Particle particle,
EmitterShape emitterShape)
This method influences the particle. |
void |
read(JmeImporter im)
|
void |
setNormalVelocity(float normalVelocity)
This method sets the normal velocity factor. |
void |
setSurfaceTangentFactor(float surfaceTangentFactor)
This method sets the surface tangent factor. |
void |
setSurfaceTangentRotation(float surfaceTangentRotation)
This method sets the surface tangent rotation factor. |
void |
write(JmeExporter ex)
|
クラス com.jme3.effect.influencers.DefaultParticleInfluencer から継承されたメソッド |
---|
getInitialVelocity, getVelocityVariation, setInitialVelocity, setVelocityVariation |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public NewtonianParticleInfluencer()
メソッドの詳細 |
---|
public void influenceParticle(Particle particle, EmitterShape emitterShape)
ParticleInfluencer
の記述:
ParticleInfluencer
内の influenceParticle
DefaultParticleInfluencer
内の influenceParticle
particle
- particle to be influencedemitterShape
- the shape of it emitterpublic float getNormalVelocity()
public void setNormalVelocity(float normalVelocity)
normalVelocity
- the normal velocity factorpublic void setSurfaceTangentFactor(float surfaceTangentFactor)
surfaceTangentFactor
- the surface tangent factorpublic float getSurfaceTangentFactor()
public void setSurfaceTangentRotation(float surfaceTangentRotation)
surfaceTangentRotation
- the surface tangent rotation factorpublic float getSurfaceTangentRotation()
public ParticleInfluencer clone()
ParticleInfluencer
の記述:
ParticleInfluencer
内の clone
DefaultParticleInfluencer
内の clone
public void write(JmeExporter ex) throws java.io.IOException
Savable
内の write
DefaultParticleInfluencer
内の write
java.io.IOException
public void read(JmeImporter im) throws java.io.IOException
Savable
内の read
DefaultParticleInfluencer
内の read
java.io.IOException
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |