public class PolyhedraRenderer extends ShapeRenderer
| Modifier and Type | Field and Description |
|---|---|
private int |
drawEdges |
private boolean |
frontOnly |
private boolean |
isAll |
private P3i[] |
screens |
colix, exportType, g3d, isExport, mad, madBeg, madEnd, madMid, modelSet, myVisibilityFlag, shape, shapeID, viewer| Constructor and Description |
|---|
PolyhedraRenderer() |
| Modifier and Type | Method and Description |
|---|---|
private void |
drawCylinderTriangle(int xA,
int yA,
int zA,
int xB,
int yB,
int zB,
int xC,
int yC,
int zC) |
private void |
drawFace(short normix,
P3i A,
P3i B,
P3i C) |
private void |
fillFace(short normix,
P3i A,
P3i B,
P3i C) |
protected boolean |
render() |
private boolean |
render1(Polyhedra.Polyhedron p,
short colix) |
initRenderer, renderShape, setViewerG3dShapeIDprivate int drawEdges
private boolean isAll
private boolean frontOnly
private P3i[] screens
protected boolean render()
render in class ShapeRendererprivate boolean render1(Polyhedra.Polyhedron p, short colix)
private void drawCylinderTriangle(int xA,
int yA,
int zA,
int xB,
int yB,
int zB,
int xC,
int yC,
int zC)