Parcourir la source

Update optimization.adoc

Fixed broken new line.
mitm001 il y a 9 ans
Parent
commit
0e3a6d8d1b
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      src/docs/asciidoc/jme3/intermediate/optimization.adoc

+ 2 - 1
src/docs/asciidoc/jme3/intermediate/optimization.adoc

@@ -18,7 +18,8 @@ The reason for this is that a render command must be done for every object, pote
 
 *Possible optimization techniques*
 
-*  Use GeometryBatchFactory.optimize(node) to merge the meshes of the geometries contained in the given node into fewer batches, each based on common Materials used. +You can optimize nodes using the SceneComposer in the SDK as well: Right-click a node and select “Optimize Geometry.
+*  Use GeometryBatchFactory.optimize(node) to merge the meshes of the geometries contained in the given node into fewer batches, each based on common Materials used. +
+You can optimize nodes using the SceneComposer in the SDK as well: Right-click a node and select “Optimize Geometry.
 
 *Side-effects*