Revision 26cd2406
Added by Leszek Koltunski about 2 years ago
src/main/java/org/distorted/objectlib/bandaged/FactoryBandagedCuboid.java | ||
---|---|---|
220 | 220 |
|
221 | 221 |
public float[][] getRotAxis() |
222 | 222 |
{ |
223 |
return new float[][] { {1,0,0},{0,1,0},{0,0,1} };
|
|
223 |
return new float[][] { {-1,0,0},{0,-1,0},{0,0,-1} };
|
|
224 | 224 |
} |
225 | 225 |
|
226 | 226 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
Also available in: Unified diff
Improve MeshMultigon (for the BandagedPyraminx case!)