SDK LodGenerator Tool, fixed some typos
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10708 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
96599c21d8
commit
9fb93e8f7a
@ -502,10 +502,10 @@ public final class GenerateLODVisualPanel1 extends JPanel {
|
|||||||
private void reductionMethodActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_reductionMethodActionPerformed
|
private void reductionMethodActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_reductionMethodActionPerformed
|
||||||
switch ((LodGenerator.TriangleReductionMethod) reductionMethod.getSelectedItem()) {
|
switch ((LodGenerator.TriangleReductionMethod) reductionMethod.getSelectedItem()) {
|
||||||
case PROPORTIONAL:
|
case PROPORTIONAL:
|
||||||
reductionDescription.setText("Enter float values from 0 to 1.\n each values represent the proportion of triangle to remove from the full mesh.");
|
reductionDescription.setText("Enter float values from 0 to 1.\n each value represent the proportion of triangles to remove from the full mesh.");
|
||||||
break;
|
break;
|
||||||
case CONSTANT:
|
case CONSTANT:
|
||||||
reductionDescription.setText("Enter integrer values from 0 to " + triSize + " of the mesh.\n each values represent the number of triangle to remove from the full mesh. ");
|
reductionDescription.setText("Enter integrer values from 0 to " + triSize + " of the mesh.\n each value represent the number of triangles to remove from the full mesh. ");
|
||||||
break;
|
break;
|
||||||
case COLLAPSE_COST:
|
case COLLAPSE_COST:
|
||||||
reductionDescription.setText("Don't use this");
|
reductionDescription.setText("Don't use this");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user