Interface | Description |
---|---|
RenderableToFaceTarget |
a renderable with specialized output code for
FaceTarget s |
RenderableToPrimitiveTarget |
Class | Description |
---|---|
AbstractTarget<R extends Renderable> |
superclass for
Target implementations that defines some
of the required methods using others. |
FaceTarget<R extends Renderable> |
a target that relies on faces to represent geometry.
|
FaceTarget.Face |
mutable representation of a face
|
FaceTarget.IsolatedTriangle | |
Primitive | |
PrimitiveTarget<R extends Renderable> |
superclass for targets that are based on OpenGL primitives.
|
TextureData |
a texture with all information necessary for applying it to an object
that has texture coordinates
|
Enum | Description |
---|---|
ExtrudeOption |
Flags describing available options for
Target.drawExtrudedShape(Material, ShapeXZ, List, List, List, List, EnumSet) . |
Primitive.Type | |
TextureData.Wrap |