Revision 9b1fe915
Added by Leszek Koltunski almost 4 years ago
| src/main/java/org/distorted/objectlib/objects/TwistyRex.java | ||
|---|---|---|
| 290 | 290 |
float[][] corners= { {0.03f,0.30f} };
|
| 291 | 291 |
int[] indices = {-1,-1,0,0,-1};
|
| 292 | 292 |
int[] bandIndices= { 0,1,1,1,1 };
|
| 293 |
float[][] bands = { {+0.016f,10,G/3,0.5f,5,1,1},{ +0.0f,45,0.1f,0.1f,2,0,0} };
|
|
| 293 |
float[][] bands = { {+0.02f,10,G/3,0.5f,5,1,1},{ +0.0f,45,0.1f,0.1f,2,0,0} };
|
|
| 294 | 294 |
return new ObjectFaceShape(bands,bandIndices,corners,indices,centers,indices,null); |
| 295 | 295 |
} |
| 296 | 296 |
else if( variant==1 ) |
Also available in: Unified diff
Finally remove the 'getCubitFaceColor()' API