Browse Source

add new module

mitm001 5 years ago
parent
commit
59781386da
3 changed files with 3 additions and 2 deletions
  1. 1 0
      docs/antora.yml
  2. 0 2
      docs/modules/ROOT/pages/jme3.adoc
  3. 2 0
      docs/modules/physics/nav.adoc

+ 1 - 0
docs/antora.yml

@@ -6,4 +6,5 @@ nav:
 - modules/ROOT/nav.adoc
 - modules/tutorials/nav.adoc
 - modules/core/nav.adoc
+- modules/physics/nav.adoc
 - modules/sdk/nav.adoc

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

@@ -9,8 +9,6 @@ ifdef::env-github,env-browser[:outfilesuffix: .adoc]
 
 === Physics Integration
 
-*  <<jme3/advanced/physics#,Physics: Gravity, Collisions, Forces>>
-*  <<jme3/advanced/bullet_multithreading#,Multi-Threaded Physics>>
 *  <<jme3/advanced/physics_listeners#,Physics Listeners and Collision Detection>>
 *  <<jme3/advanced/hinges_and_joints#,Hinges and Joints>>
 *  <<jme3/advanced/walking_character#,Walking Character>>

+ 2 - 0
docs/modules/physics/nav.adoc

@@ -0,0 +1,2 @@
+* xref:physics.adoc[Physics]
+** xref:bullet_multithreading.adoc[Multi-Threaded Physics]