瀏覽代碼

fix links

mitm001 5 年之前
父節點
當前提交
3b9a270559
共有 1 個文件被更改,包括 4 次插入8 次删除
  1. 4 8
      docs/modules/ROOT/pages/jme3/advanced/particle_emitters.adoc

+ 4 - 8
docs/modules/ROOT/pages/jme3/advanced/particle_emitters.adoc

@@ -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]