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