Browse Source

link to new topics

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

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

@@ -9,7 +9,6 @@ ifdef::env-github,env-browser[:outfilesuffix: .adoc]
 
 
 === Materials, Light, Shadow
 === Materials, Light, Shadow
 
 
-*  <<jme3/advanced/materials_overview#,All Material Definition Properties>>
 *  <<jme3/advanced/anisotropic_filtering#,Anisotropic Filtering for Textures>>
 *  <<jme3/advanced/anisotropic_filtering#,Anisotropic Filtering for Textures>>
 *  <<jme3/advanced/light_and_shadow#,Light and Shadow>>
 *  <<jme3/advanced/light_and_shadow#,Light and Shadow>>
 *  <<jme3/advanced/jme3_shaders#,About JME3 and Shaders>>
 *  <<jme3/advanced/jme3_shaders#,About JME3 and Shaders>>

+ 2 - 1
docs/modules/core/nav.adoc

@@ -28,4 +28,5 @@
 ** Materials, Light, Shadow
 ** Materials, Light, Shadow
 ***  xref:material/how_to_use_materials.adoc[How to Use Materials]
 ***  xref:material/how_to_use_materials.adoc[How to Use Materials]
 *** xref:material/j3m_material_files.adoc[Creating .j3m Materials]
 *** xref:material/j3m_material_files.adoc[Creating .j3m Materials]
-*** xref:material/material_definitions.adoc[Using Material Definitions (.j3md)]
+*** xref:material/material_definitions.adoc[Using .j3md Material Definitions]
+*** xref:material/materials_overview.adoc[Material Definition Properties]