void wblut.hemesh.HET_WriterPOV.beginIndices |
( |
final int |
count | ) |
|
void wblut.hemesh.HET_WriterPOV.beginMesh2 |
( |
final String |
name | ) |
|
Begin the mesh2 output as a PovRAY declaration.
- Parameters
-
void wblut.hemesh.HET_WriterPOV.beginNormals |
( |
final int |
count | ) |
|
void wblut.hemesh.HET_WriterPOV.beginSave |
( |
final String |
path, |
|
|
final String |
name |
|
) |
| |
void wblut.hemesh.HET_WriterPOV.beginSave |
( |
final PrintWriter |
pw | ) |
|
StringBuilder wblut.hemesh.HET_WriterPOV.buildVector |
( |
final int |
a, |
|
|
final int |
b, |
|
|
final int |
c |
|
) |
| |
|
private |
Builds the vector.
- Parameters
-
- Returns
- the string builder
StringBuilder wblut.hemesh.HET_WriterPOV.buildVector |
( |
final WB_Coord |
n | ) |
|
|
private |
void wblut.hemesh.HET_WriterPOV.endSave |
( |
| ) |
|
End of mesh2 declaration.
void wblut.hemesh.HET_WriterPOV.endSection |
( |
| ) |
|
End the current section ie vertex_vector, normal_vector or face_indices.
void wblut.hemesh.HET_WriterPOV.face |
( |
final int |
a, |
|
|
final int |
b, |
|
|
final int |
c |
|
) |
| |
int wblut.hemesh.HET_WriterPOV.getCurrNormalOffset |
( |
| ) |
|
int wblut.hemesh.HET_WriterPOV.getCurrVertexOffset |
( |
| ) |
|
void wblut.hemesh.HET_WriterPOV.handleBeginSave |
( |
| ) |
|
|
protected |
void wblut.hemesh.HET_WriterPOV.newObject |
( |
final String |
name | ) |
|
void wblut.hemesh.HET_WriterPOV.normal |
( |
final WB_Coord |
n | ) |
|
void wblut.hemesh.HET_WriterPOV.total |
( |
final int |
count | ) |
|
Used to output total count vertex_vector, normal_vector & face_indices.
- Parameters
-
void wblut.hemesh.HET_WriterPOV.vertex |
( |
final WB_Coord |
v | ) |
|
int wblut.hemesh.HET_WriterPOV.numNormalsWritten = 0 |
|
protected |
int wblut.hemesh.HET_WriterPOV.numVerticesWritten = 0 |
|
protected |
The num vertices written.
PrintWriter wblut.hemesh.HET_WriterPOV.povWriter |
|
protected |
The documentation for this class was generated from the following file: