Revision 93ad90ba
Added by Leszek Koltunski over 2 years ago
| src/main/java/org/distorted/examples/meshfile/MeshFileRenderer.java | ||
|---|---|---|
| 376 | 376 |
{ {7,6,4,5} },
|
| 377 | 377 |
{ {4,0,1,5} },
|
| 378 | 378 |
{ {7,3,2,6} },
|
| 379 |
{ {6,2,0,4} },
|
|
| 379 |
{ {8,9,0,4}, {6,2,9,8} },
|
|
| 380 | 380 |
{ {3,7,5,1} }
|
| 381 | 381 |
}; |
| 382 | 382 |
|
| ... | ... | |
| 407 | 407 |
mMesh = factory.createRoundedSolid(shape,face,effects,MESH_NICE,numFaces); |
| 408 | 408 |
|
| 409 | 409 |
int numEff = mMesh.getNumEffComponents(); |
| 410 |
|
|
| 411 | 410 |
for(int i=0; i<numEff; i++) mMesh.setEffectAssociation(i, 0, i); |
| 412 | 411 |
} |
| 413 | 412 |
|
Also available in: Unified diff
Multigon testing app