mitm001 пре 5 година
родитељ
комит
8b489d6b65
1 измењених фајлова са 4 додато и 8 уклоњено
  1. 4 8
      docs/modules/tutorials/pages/beginner/hello_material.adoc

+ 4 - 8
docs/modules/tutorials/pages/beginner/hello_material.adoc

@@ -5,7 +5,7 @@
 :keywords: documentation, beginner, intro, model, material, color, texture, transparency
 
 
-The term Material includes everything that influences what the surface of a 3D model looks like: The color, texture, shininess, and opacity/transparency. Plain coloring is covered in <<jme3/beginner/hello_node#,Hello Node>>. Loading models that come with materials is covered in <<jme3/beginner/hello_asset#,Hello Asset>>. In this tutorial you learn to create and use custom JME3 Material Definitions.
+The term Material includes everything that influences what the surface of a 3D model looks like: The color, texture, shininess, and opacity/transparency. Plain coloring is covered in xref:beginner/hello_node.adoc[Hello Node]. Loading models that come with materials is covered in xref:beginner/hello_asset.adoc[Hello Asset]. In this tutorial you learn to create and use custom JME3 Material Definitions.
 
 image::beginner/beginner-materials.png[beginner-materials.png,320,240,align="center"]
 
@@ -400,14 +400,10 @@ You have learned how to create a Material, specify its properties, and use it on
 
 You have also learned that a material can be stored in a .j3m file. The file references a built-in MaterialDefinition and specifies values for properties of that MaterialDefinition. You know to save your custom .j3m files in your project's `assets/Materials/` directory.
 
-Now that you know how to load models and how to assign good-looking materials to them, let's have a look at how to animate models in the next chapter, <<jme3/beginner/hello_animation#,Hello Animation>>.
+*See also:*
 
-'''
-
-See also
-
-*  <<jme3/intermediate/how_to_use_materials#,How to Use Materials>>
-*  <<sdk/material_editing#,Material Editing>>
+*  xref:ROOT:jme3/intermediate/how_to_use_materials.adoc[How to Use Materials]
+*  xref:ROOT:sdk/material_editing.adoc[Material Editing]
 *  link:https://hub.jmonkeyengine.org/t/jmonkeyengine3-material-system-full-explanation/12947[Materials] forum thread
 //*  link:http://nbviewer.jupyter.org/github/jMonkeyEngine/wiki/blob/master/src/docs/resources/tutorials/material/jME3_materials.pdf[jME3 Materials documentation (PDF)]
 *  link:http://www.youtube.com/watch?v=Feu3-mrpolc[Video Tutorial: Editing and Assigning Materials to Models in jMonkeyEngine SDK (from 2010, is there a newer one?]