Browse Source

link to new topic

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

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

@@ -9,8 +9,6 @@ ifdef::env-github,env-browser[:outfilesuffix: .adoc]
 
 === Materials, Light, Shadow
 
-*  xref:tutorials:intermediate/how_to_use_materials.adoc[How to Use Materials]
-*  <<jme3/advanced/j3m_material_files#,Creating .j3m Materials>>
 *  <<jme3/advanced/material_definitions#,How to Use Material Definitions (.j3md)>>
 *  <<jme3/advanced/materials_overview#,All Material Definition Properties>>
 *  <<jme3/advanced/anisotropic_filtering#,Anisotropic Filtering for Textures>>

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

@@ -25,3 +25,6 @@
 *** xref:animation/animation.adoc[Animation]
 *** xref:cinematic/cinematics.adoc[Cinematics (cutscenes, fake destruction physics)]
 *** xref:cinematic/motionpath.adoc[MotionPaths and waypoints]
+** Materials, Light, Shadow
+***  xref:material/how_to_use_materials.adoc[How to Use Materials]
+*** xref:material/j3m_material_files.adoc[Creating .j3m Materials]