|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gnu.gleem.NormalCalc
Calculates normals for a set of polygons.
| Nested Class Summary | |
static class |
NormalCalc.NormalInfo
Set of normals computed using NormalCalc. |
| Constructor Summary | |
NormalCalc()
|
|
| Method Summary | |
static NormalCalc.NormalInfo |
computeFacetedNormals(Vec3f[] vertices,
int[] indices,
boolean ccw)
Returns null upon failure, or a set of Vec3fs and integers which represent faceted (non-averaged) normals, but per-vertex. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public NormalCalc()
| Method Detail |
public static NormalCalc.NormalInfo computeFacetedNormals(Vec3f[] vertices,
int[] indices,
boolean ccw)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||