File tree 1 file changed +5
-5
lines changed
jme3-core/src/tools/java/jme3tools/optimize
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 70
70
import java .util .logging .Logger ;
71
71
72
72
/**
73
- * This is an utility class that allows to generated the lod levels for an
74
- * arbitrary mesh. It computes a collapse cost for each vertex and each edges .
75
- * The higher the cost the most likely collapsing the edge or the vertex will
73
+ * This is a utility class that adds the ability to generate the lod levels
74
+ * for an arbitrary mesh. It computes a collapse cost for each vertex and each edge .
75
+ * The higher the cost the more likely collapsing the edge or the vertex will
76
76
* produce artifacts on the mesh. <p>This class is the java implementation of
77
77
* the enhanced version of Ogre engine Lod generator, by Péter Szücs, originally
78
78
* based on Stan Melax "easy mesh simplification". The MIT licenced C++ source
81
81
* informations can be found here http://www.melax.com/polychop
82
82
* http://sajty.elementfx.com/progressivemesh/GSoC2012.pdf </p>
83
83
*
84
- * <p>The algorithm sort vertices according to their collapse cost
85
- * ascending. It collapse from the "cheapest" vertex to the more expensive.<br>
84
+ * <p>The algorithm sorts vertices according to their collapse cost in
85
+ * ascending order . It collapses from the "cheapest" vertex to the more expensive.<br>
86
86
* <strong>Usage : </strong><br>
87
87
* <pre>
88
88
* LodGenerator lODGenerator = new LodGenerator(geometry);
You can’t perform that action at this time.
0 commit comments