|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FacetedMesh | |
---|---|
artofillusion.object | |
artofillusion.texture |
Uses of FacetedMesh in artofillusion.object |
---|
Classes in artofillusion.object that implement FacetedMesh | |
---|---|
class |
TriangleMesh
The TriangleMesh class represents an aritrary surface defined by a mesh of triangular faces. |
Uses of FacetedMesh in artofillusion.texture |
---|
Methods in artofillusion.texture with parameters of type FacetedMesh | |
---|---|
Vec2[][] |
UVMapping.findFaceTextureCoordinates(FacetedMesh mesh)
Given a FacetedMesh to which this mapping has been applied, return the texture coordinates at each vertex of each face. |
boolean |
UVMapping.isPerFaceVertex(FacetedMesh mesh)
Given a faceted mesh to which this mapping has been applied, determined whether the mapping is per-face-vertex. |
Constructors in artofillusion.texture with parameters of type FacetedMesh | |
---|---|
FaceParameterValue(FacetedMesh mesh,
TextureParameter param)
Create a new FaceParameterValue for a mesh, and initialize it to appropriate default values. |
|
FaceVertexParameterValue(FacetedMesh mesh,
TextureParameter param)
Create a new FaceVertexParameterValue for a mesh, and initialize it to appropriate default values. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |