Revision 8b1d0149
Added by Leszek Koltunski over 2 years ago
| src/main/java/org/distorted/objectlib/objects/TwistySkewb.java | ||
|---|---|---|
| 434 | 434 |
int[] cornerIndices = { 1,1,1,0,0 };
|
| 435 | 435 |
float[][] centers = { {-0.5f, -0.5f, -0.5f} };
|
| 436 | 436 |
int[] centerIndices = { 0,0,0,-1,0 };
|
| 437 |
return FactoryCubit.generateVertexEffect(getVertices(variant),corners,cornerIndices,centers,centerIndices);
|
|
| 437 |
return FactoryCubit.generateVertexEffect(getVertices(variant),corners,cornerIndices,centers,centerIndices); |
|
| 438 | 438 |
} |
| 439 | 439 |
else if( variant==1 ) |
| 440 | 440 |
{
|
Also available in: Unified diff
Dino Skewb - implementation, jsons, mesh, icon.