IncMeshEditor

Undocumented in source.

Constructors

this
this(bool deformOnly)
Undocumented in source.

Members

Functions

applyOffsets
void applyOffsets(vec2[] offsets)
Undocumented in source. Be warned that the author may not have intended to support it.
applyPreview
void applyPreview()
Undocumented in source. Be warned that the author may not have intended to support it.
applyToTarget
void applyToTarget()
Undocumented in source. Be warned that the author may not have intended to support it.
draw
void draw(Camera camera)
Undocumented in source. Be warned that the author may not have intended to support it.
getMesh
IncMesh getMesh()
Undocumented in source. Be warned that the author may not have intended to support it.
getOffsets
vec2[] getOffsets()
Undocumented in source. Be warned that the author may not have intended to support it.
getTarget
Drawable getTarget()
Undocumented in source. Be warned that the author may not have intended to support it.
getToolMode
VertexToolMode getToolMode()
Undocumented in source. Be warned that the author may not have intended to support it.
importMesh
void importMesh(MeshData data)
Undocumented in source. Be warned that the author may not have intended to support it.
previewingTriangulation
bool previewingTriangulation()
Undocumented in source. Be warned that the author may not have intended to support it.
refreshMesh
void refreshMesh()
Undocumented in source. Be warned that the author may not have intended to support it.
resetMesh
void resetMesh()
Undocumented in source. Be warned that the author may not have intended to support it.
setTarget
void setTarget(Drawable target)
Undocumented in source. Be warned that the author may not have intended to support it.
setToolMode
void setToolMode(VertexToolMode toolMode)
Undocumented in source. Be warned that the author may not have intended to support it.
update
bool update(ImGuiIO* io, Camera camera)
Undocumented in source. Be warned that the author may not have intended to support it.
viewportOverlay
void viewportOverlay()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

mesh
IncMesh mesh;
Undocumented in source.
mirrorHoriz
bool mirrorHoriz;
Undocumented in source.
mirrorOrigin
vec2 mirrorOrigin;
Undocumented in source.
mirrorVert
bool mirrorVert;
Undocumented in source.
previewTriangulate
bool previewTriangulate;
Undocumented in source.

Meta