Browse Source

link to new topics

mitm001 5 years ago
parent
commit
5bcd1e62cc

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

@@ -9,12 +9,6 @@ ifdef::env-github,env-browser[:outfilesuffix: .adoc]
 
 
 === Physics Integration
 === Physics Integration
 
 
-*  <<jme3/advanced/hinges_and_joints#,Hinges and Joints>>
-*  <<jme3/advanced/walking_character#,Walking Character>>
-*  <<jme3/advanced/ragdoll#,Ragdoll>>
-*  <<jme3/advanced/vehicles#,Vehicles>>
-*  <<jme3/advanced/softbody#,SoftBody>>
-*  <<jme3/advanced/bullet_pitfalls#,Bullet Physics Pitfalls>>
 //*  <<jme3/advanced/ray_and_sweep_tests#,Physics Rays and Sweep Tests>>
 //*  <<jme3/advanced/ray_and_sweep_tests#,Physics Rays and Sweep Tests>>
 *  link:http://www.youtube.com/watch?v=yS9a9o4WzL8[Video: Mesh Tool &amp; Physics Editor]
 *  link:http://www.youtube.com/watch?v=yS9a9o4WzL8[Video: Mesh Tool &amp; Physics Editor]
 
 

+ 7 - 1
docs/modules/physics/nav.adoc

@@ -1,3 +1,9 @@
 * xref:physics.adoc[Physics]
 * xref:physics.adoc[Physics]
 ** xref:bullet_multithreading.adoc[Multi-Threaded Physics]
 ** xref:bullet_multithreading.adoc[Multi-Threaded Physics]
-** xref:collision/physics_listeners.adoc[Listeners and Collision Detection]
+** xref:collision/physics_listeners.adoc[Collision Detection]
+** xref:joint/hinges_and_joints.adoc[Hinges and Joints]
+** xref:control/walking_character.adoc[Walking Character]
+** xref:target-page-filename.adoc[Ragdoll]
+** xref:control/vehicles.adoc[Vehicles]
+** xref:control/softbody.adoc[Softbody]
+** xref:bullet_pitfalls.adoc[Bullet Physics Pitfalls]

+ 1 - 0
docs/modules/tutorials/nav.adoc

@@ -29,6 +29,7 @@
 ** Modeling
 ** Modeling
 *** xref:advanced/modeling/3dsmax/3dsmax.adoc[3dsmax]
 *** xref:advanced/modeling/3dsmax/3dsmax.adoc[3dsmax]
 *** xref:advanced/modeling/blender/blender.adoc[Blender]
 *** xref:advanced/modeling/blender/blender.adoc[Blender]
+**** xref:advanced/modeling/blender/blender_buffer_clearing.adoc[Buffer Clearing]
 **** xref:advanced/modeling/blender/blender_gltf.adoc[Export as GlTF]
 **** xref:advanced/modeling/blender/blender_gltf.adoc[Export as GlTF]
 **** xref:advanced/modeling/blender/blender_ogre_export.adoc[Export as Ogre XML]
 **** xref:advanced/modeling/blender/blender_ogre_export.adoc[Export as Ogre XML]
 **** xref:advanced/modeling/blender/blender_ogre_compatibility.adoc[Ogre Compatibility]
 **** xref:advanced/modeling/blender/blender_ogre_compatibility.adoc[Ogre Compatibility]