Browse Source

link to core mod

mitm001 5 years ago
parent
commit
2d069b6733
2 changed files with 4 additions and 3 deletions
  1. 0 3
      docs/modules/ROOT/pages/jme3.adoc
  2. 4 0
      docs/modules/core/nav.adoc

+ 0 - 3
docs/modules/ROOT/pages/jme3.adoc

@@ -9,9 +9,6 @@ ifdef::env-github,env-browser[:outfilesuffix: .adoc]
 
 
 === Animations and Scenes
 === Animations and Scenes
 
 
-*  <<jme3/advanced/animation#,Animation>>
-*  <<jme3/advanced/cinematics#,Cinematics (cutscenes, fake destruction physics)>>
-*  <<jme3/advanced/motionpath#,MotionPaths and waypoints>>
 *  <<jme3/external/3dsmax#,Creating compatible models in 3dsmax>>
 *  <<jme3/external/3dsmax#,Creating compatible models in 3dsmax>>
 *  <<jme3/external/blender#,Creating jME3 compatible 3D models in Blender>>
 *  <<jme3/external/blender#,Creating jME3 compatible 3D models in Blender>>
 *  <<jme3/external/blender/blender_gltf#,Exporting Models as GlTF meshes from Blender>>
 *  <<jme3/external/blender/blender_gltf#,Exporting Models as GlTF meshes from Blender>>

+ 4 - 0
docs/modules/core/nav.adoc

@@ -21,3 +21,7 @@
 *** xref:export/save_and_load.adoc[Saving and Loading Nodes]
 *** xref:export/save_and_load.adoc[Saving and Loading Nodes]
 *** xref:collision/collision_and_intersection.adoc[Collision and Intersection]
 *** xref:collision/collision_and_intersection.adoc[Collision and Intersection]
 *** xref:scene/control/level_of_detail.adoc[Level of Detail]
 *** xref:scene/control/level_of_detail.adoc[Level of Detail]
+** Animations and Scenes
+*** xref:animation/animation.adoc[Animation]
+*** xref:cinematic/cinematics.adoc[Cinematics (cutscenes, fake destruction physics)]
+*** xref:cinematic/motionpath.adoc[MotionPaths and waypoints]