IMeshPainter2 Methods |
The IMeshPainter2 type exposes the following members.
| Name | Description | |
|---|---|---|
| ApplyPaint |
Apply any painted vertices to the mesh
| |
| GetColorAtVertex |
Paint a vertex.
| |
| GetColorAtWorldRay |
Get the color at the point where the ray intersects the mesh.
| |
| PaintCircleFromWorldRay(Ray, MultiRayMeshPainterCircleDesc, Color) |
Paint a circle using a series of rays. This will result in more accurate painting but will perform slower.
| |
| PaintCircleFromWorldRay(Ray, MultiRayMeshPainterCircleDesc, FuncColor, Color) |
Paint a circle using a series of rays. This will result in more accurate painting but will perform slower.
| |
| PaintFromLocalRay |
Paint a point where the local ray intersects the mesh.
| |
| PaintFromWorldRay(Ray, SingleMeshPainter2RayDesc, ActionVertexHitDesc) |
Paint a point where the local ray intersects the mesh.
| |
| PaintFromWorldRay(Ray, SingleMeshPainter2RayDesc, Color) |
Paint a point where the world ray intersects the mesh.
| |
| PaintVertex |
Paint a vertex.
|