Преглед на файлове

Added set lineWidth to wireframe table.

mitm001 преди 8 години
родител
ревизия
bab2aa40b3
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      src/docs/asciidoc/jme3/intermediate/how_to_use_materials.adoc

+ 3 - 0
src/docs/asciidoc/jme3/intermediate/how_to_use_materials.adoc

@@ -360,4 +360,7 @@ a|getAdditionalRenderState().setWireframe(true);
 a|Switch to showing the (textured) Material in wireframe mode. The wireframe optionally uses the Material's `Color` value.
 a|Use wireframes to debug meshes, or for a “matrix or “holodeck effect.
 
+a|getAdditionalRenderState().setLineWidth(2f);
+a|When in wireframe mode, sets the line width of the mesh.
+a|
 |===