Java3D Tutorial
Jenny Orr, Willamette University
Geometry Types
Mathematical Classes:
Point* (vertices), Color*(colors), Vector* (normals), TexCoord* (textures)
Primitives: Box, Cone, Sphere, Cylinder
GeometryArrays:
Contains vertices, surface normals, vertex colors, texture coordinates.
Subclases include:
Points:
Lines:
Triangles:
Quadralaterals:
Lines:
See Cube class for example of QuadArray