Przeglądaj źródła

Removed spaces from method.

mitm 7 lat temu
rodzic
commit
d4c9c1b508

+ 2 - 2
src/docs/asciidoc/jme3/advanced/particle_emitters.adoc

@@ -99,12 +99,12 @@ Set both to the same color for single-colored effects (e.g. fog, debris). +
 Set both to different colors for a gradient effect (e.g. fire).
 
 <a| direction/velocity
-a| `getParticleInfluencer(). setInitialVelocity(initialVelocity)`
+a| `getParticleInfluencer().setInitialVelocity(initialVelocity)`
 a| Vector3f(0,0,0)
 a| A vector specifying the initial direction and speed of particles. The longer the vector, the faster.
 
 <a| fanning out
-a| `getParticleInfluencer(). setVelocityVariation(variation)`
+a| `getParticleInfluencer().setVelocityVariation(variation)`
 a| 0.2f
 a| How much the direction (`setInitialVelocity()`) can vary among particles. Use a value between 1 and 0 to create a directed swarm-like cloud of particles. +
 1 = Maximum variation, particles emit in random 360° directions (e.g. explosion, butterflies). +