Revision c8484d73
Added by Leszek Koltunski almost 4 years ago
src/main/java/org/distorted/library/mesh/MeshPolygon.java | ||
---|---|---|
215 | 215 |
* Must be band[2*i] > band[2*(i+1)] ! |
216 | 216 |
* @param exIndex This and the next parameter describe how to make the mesh denser at the |
217 | 217 |
* polyVertices. If e.g. exIndex=3 and exVertices=2, then 3 triangles of the |
218 |
* outermost band (and 2 traingles of the next band, and 1 triange of the third
|
|
218 |
* outermost band (and 2 triangles of the next band, and 1 triange of the third
|
|
219 | 219 |
* band) get denser - the 3 triangles become 3+2 = 5. |
220 | 220 |
* @param exVertices See above. |
221 | 221 |
*/ |
Also available in: Unified diff
Fixes for the Rex Cube (mostly works now)