Browse Source

add multi thread to side bar

mitm001 5 years ago
parent
commit
833eead827
2 changed files with 1 additions and 2 deletions
  1. 0 2
      docs/modules/ROOT/pages/jme3.adoc
  2. 1 0
      docs/modules/tutorials/nav.adoc

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

@@ -9,8 +9,6 @@ ifdef::env-github,env-browser[:outfilesuffix: .adoc]
 
 === Controlling Game Logic
 
-*** <<jme3/advanced/sourcecode#how-to-control-a-character-in-a-scene-source-code#,Source Code>>    
-
 *  <<jme3/advanced/multithreading#,Multithreading>>
 
 === Managing Objects in the 3D Scene Graph

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

@@ -37,3 +37,4 @@
 **** link:https://www.youtube.com/watch?v=MNDiZ9YHIpM[Video: How to control any scene node]
 **** link:https://www.youtube.com/watch?v=-OzRZscLlHY[Video: How to remote control a character in a scene]
 **** link:https://wiki.jmonkeyengine.org/Scenes/SDK-UsecaseDemo_1.zip[Video Source Code]    
+**** xref:advanced/multithreading.adoc.adoc[Multithreading]