Click or drag to resize

IMeshPainter2 Methods

The IMeshPainter2 type exposes the following members.

Methods
  NameDescription
Public methodApplyPaint
Apply any painted vertices to the mesh
Public methodGetColorAtVertex
Paint a vertex.
Public methodGetColorAtWorldRay
Get the color at the point where the ray intersects the mesh.
Public methodPaintCircleFromWorldRay(Ray, MultiRayMeshPainterCircleDesc, Color)
Paint a circle using a series of rays. This will result in more accurate painting but will perform slower.
Public methodPaintCircleFromWorldRay(Ray, MultiRayMeshPainterCircleDesc, FuncColor, Color)
Paint a circle using a series of rays. This will result in more accurate painting but will perform slower.
Public methodPaintFromLocalRay
Paint a point where the local ray intersects the mesh.
Public methodPaintFromWorldRay(Ray, SingleMeshPainter2RayDesc, ActionVertexHitDesc)
Paint a point where the local ray intersects the mesh.
Public methodPaintFromWorldRay(Ray, SingleMeshPainter2RayDesc, Color)
Paint a point where the world ray intersects the mesh.
Public methodPaintVertex
Paint a vertex.
Top
See Also