|
@@ -12,7 +12,7 @@ You see now why you may want to be able to generate Levels of Detail for complex
|
|
|
|
|
|
For a demo, run link:{uri-jme3}/jme3-examples/src/main/java/jme3test/stress/TestLodGeneration.java[TestLodGeneration.java] from xref:sdk:sample_code.adoc[JmeTests], then press +/- and spacebar to experiment. The following screenshots show a monkey model with three reduced Levels of Detail:
|
|
|
|
|
|
-image::jme3/advanced/jmonkey-lod.gif[jmonkey-lod.gif,width="",height="",align="center"]
|
|
|
+image::scene/control/jmonkey-lod.gif[jmonkey-lod.gif,width="",height="",align="center"]
|
|
|
|
|
|
|
|
|
|
|
@@ -68,9 +68,9 @@ The SDK contains a user-friendly interface to generate LODs for a model (.j3o fi
|
|
|
. Select the .j3o file in the `Project Assets/Models` directory.
|
|
|
. Choose `menu:Window[Edit in SceneExplorer]` if the SceneExplorer is not open. Info about the selected model is now displayed in the SceneExplorer.
|
|
|
. btn:[RMB] select the model in SceneExplorer. Choose the `menu:Tools[Generate Levels of Detail]` menu. +
|
|
|
-image:jme3/advanced/jme-sdk-generate-lod-menu.png[The Tools Generate LOD context menu in the SceneExplorer,width="300",height="180"]
|
|
|
+image:sdk:jme-sdk-generate-lod-menu.png[The Tools Generate LOD context menu in the SceneExplorer,width="300",height="180"]
|
|
|
. The `Generate LOD` settings wizard opens: +
|
|
|
-image:jme3/advanced/jme-sdk-generate-lod-window.png[The Generate LOD settings wizard,width="300",height="150"]
|
|
|
+image:sdk:jme-sdk-generate-lod-window.png[The Generate LOD settings wizard,width="300",height="150"]
|
|
|
. Choose a reduction method and reduction values for one or more levels.
|
|
|
+
|
|
|
[TIP]
|