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