Jelajahi Sumber

Update filters.adoc

Changed broken new lines to list items.
Changed first list to an ordered list.
Floated text to the left of images.
mitm001 9 tahun lalu
induk
melakukan
e5d78c4eba
1 mengubah file dengan 12 tambahan dan 9 penghapusan
  1. 12 9
      src/docs/asciidoc/sdk/filters.adoc

+ 12 - 9
src/docs/asciidoc/sdk/filters.adoc

@@ -13,15 +13,17 @@ Filters are used for scene-wide effects such as glow, fog, blur. The SDK lets yo
 
 == Creating Filters
 
-
-image::sdk/filterexplorer.png[filterexplorer.png,with="",height="",align="right"]
+[.right]
+image::sdk/filterexplorer.png[filterexplorer.png,width="",height=""]
 
 To create a new filter:
 
-*  In the Projects window, right-click Assets→Effects.
-*  Select File→New File…
-*  Select Filter→Empty FilterPostProcessor File in the New File Wizard. +An empty filter file appears in the Assets→Effects directory.
-*  Double-click the created file. +The file opens in the FilterExplorer window.
+.  In the Projects window, right-click Assets→Effects.
+.  Select File→New File…
+.  Select Filter→Empty FilterPostProcessor File in the New File Wizard. 
+**  An empty filter file appears in the Assets→Effects directory.
+.  Double-click the created file. 
+**  The file opens in the FilterExplorer window.
 
 
 == Editing Filters
@@ -29,7 +31,8 @@ To create a new filter:
 To add filters or modify existing filters
 
 .  Double-click a j3f file to open it in the FilterExplorer window.
-.  Right-click the j3f file's root node to add a filter. +Added filters are listed under the filter's root node.
+.  Right-click the j3f file's root node to add a filter. 
+**  Added filters are listed under the filter's root node.
 .  Open the Properties window and select a filter in the FilterExplorer. Configure filter options like intensity etc.
 
 View the filter in the SceneComposer to see what you are doing:
@@ -37,8 +40,8 @@ View the filter in the SceneComposer to see what you are doing:
 
 == Viewing Filters
 
-
-image::sdk/p3wuv.png[p3wuv.png,with="",height="",align="right"]
+[.right]
+image::sdk/p3wuv.png[p3wuv.png,width="",height=""]
 
 
 To see a loaded filter