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;
caseCONSTANT:
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. ");