Interface | Description |
---|---|
TexCoordFunction |
the function used to calculate texture coordinates for each vertex from
a collection.
|
Class | Description |
---|---|
ConfMaterial |
a material whose attributes can be configured at runtime.
|
ImmutableMaterial |
a simple material class that offers no capabilities beyond the minimum
requirements of
Material |
Material |
describes the material/surface properties of an object for lighting
|
Materials |
this class defines materials that can be used by all
WorldModule s |
TexCoordUtil |
utility class for texture coordinate calculation
|
Enum | Description |
---|---|
Material.AmbientOcclusion | |
Material.Interpolation | |
Material.Shadow | |
Material.Transparency | |
NamedTexCoordFunction |
several useful
TexCoordFunction implementations. |