|
@@ -1,13 +1,9 @@
|
|
|
= Particle Emmitter Settings
|
|
|
-:author:
|
|
|
-:revnumber:
|
|
|
-:revdate: 2016/03/17 20:48
|
|
|
+:revnumber: 2.0
|
|
|
+:revdate: 2020/04/15
|
|
|
:keywords: documentation, effect
|
|
|
-:relfileprefix: ../../
|
|
|
-:imagesdir: ../..
|
|
|
:uri-jmonkeyengine: https://github.com/jMonkeyEngine/jmonkeyengine/tree/master/
|
|
|
:uri-forum: https://hub.jmonkeyengine.org/
|
|
|
-ifdef::env-github,env-browser[:outfilesuffix: .adoc]
|
|
|
|
|
|
|
|
|
You cannot create a 3D model for delicate things like fire, smoke, or explosions. Particle Emitters are quite an efficient solution to create these kinds of effects: The emitter renders a series of flat orthogonal images and manipulates them in a way that creates the illusion of a anything from a delicate smoke cloud to individual flames, etc.
|
|
@@ -16,7 +12,7 @@ Creating an effect involves some trial and error to get the settings _just right
|
|
|
|
|
|
[TIP]
|
|
|
====
|
|
|
-Use the <<sdk/scene_explorer#,Scene Explorer>> in the <<sdk#,SDK>> to design and preview effects.
|
|
|
+Use the xref:sdk:scene_explorer.adoc[Scene Explorer] in the xref:sdk:sdk.adoc[SDK] to design and preview effects.
|
|
|
====
|
|
|
|
|
|
|
|
@@ -228,4 +224,4 @@ Browse the full source code of all link:https://github.com/jMonkeyEngine/jmonkey
|
|
|
|
|
|
'''
|
|
|
|
|
|
-See also: <<jme3/advanced/effects_overview#,Effects Overview>>
|
|
|
+See also: xref:jme3/advanced/effects_overview.adoc[Effects Overview]
|