|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MeshEditController | |
---|---|
artofillusion | |
artofillusion.animation.distortion | |
artofillusion.object | |
artofillusion.texture | |
artofillusion.ui |
Uses of MeshEditController in artofillusion |
---|
Classes in artofillusion that implement MeshEditController | |
---|---|
class |
CurveEditorWindow
The CurveEditorWindow class represents the window for editing Curve objects. |
class |
MeshEditorWindow
The MeshEditorWindow class represents the window for editing Mesh objects. |
class |
SplineMeshEditorWindow
The SplineMeshEditorWindow class represents the window for editing SplineMesh objects. |
class |
TriMeshEditorWindow
The TriMeshEditorWindow class represents the window for editing TriangleMesh objects. |
class |
TubeEditorWindow
The TubeEditorWindow class represents the window for editing Tube objects. |
Methods in artofillusion that return MeshEditController | |
---|---|
MeshEditController |
ObjectViewer.getController()
Get the controller which maintains the state for this viewer. |
Uses of MeshEditController in artofillusion.animation.distortion |
---|
Classes in artofillusion.animation.distortion that implement MeshEditController | |
---|---|
class |
SkeletonShapeEditorWindow
The SkeletonShapeEditorWindow class represents the window for editing SkeletonShapeKeyframes. |
Uses of MeshEditController in artofillusion.object |
---|
Methods in artofillusion.object with parameters of type MeshEditController | |
---|---|
MeshViewer |
Tube.createMeshViewer(MeshEditController controller,
RowContainer options)
Get a MeshViewer which can be used for viewing this mesh. |
MeshViewer |
TriangleMesh.createMeshViewer(MeshEditController controller,
RowContainer options)
Get a MeshViewer which can be used for viewing this mesh. |
MeshViewer |
SplineMesh.createMeshViewer(MeshEditController controller,
RowContainer options)
Get a MeshViewer which can be used for viewing this mesh. |
MeshViewer |
Mesh.createMeshViewer(MeshEditController controller,
RowContainer options)
Get a MeshViewer which can be used for viewing this mesh. |
MeshViewer |
Curve.createMeshViewer(MeshEditController controller,
RowContainer options)
Get a MeshViewer which can be used for viewing this mesh. |
Uses of MeshEditController in artofillusion.texture |
---|
Classes in artofillusion.texture that implement MeshEditController | |
---|---|
class |
UVMappingWindow
UVMappingWindow is a window for editing the UV texture coordinates at each vertex of a mesh. |
Methods in artofillusion.texture that return MeshEditController | |
---|---|
MeshEditController |
UVMappingViewer.getController()
Get the controller for editing the UV mesh. |
Uses of MeshEditController in artofillusion.ui |
---|
Constructors in artofillusion.ui with parameters of type MeshEditController | |
---|---|
MeshEditingTool(EditingWindow fr,
MeshEditController controller)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |