#include
<MRenderLine.h>
List of all
members.
Detailed Description
Class for accessing paint effects output curve data.
A MRenderLine
provides access to paint effects curve rendering info. This class
contains arrays for per vertex attributes along an individual
curve: line: the vertices in worldspace twist: a twist vector at
each vertice width: the tube widths flatness: the tube flatness
along the twist vector direction parameter: the u parameterization
value for each vertice color: color rgb value for each vertice
incandescence: incandescence rgb value for each vertice
transpareancy: transparency rgb value for each vertice
Constructor & Destructor Documentation
MRenderLine::MRenderLine |
( |
|
) |
|
MRenderLine::~MRenderLine |
( |
|
) |
|
Member Function Documentation
Assignment operator. This simply copies the internal data
pointer. Any arrays access from the copy will thus point to the
same data. MRenderLine
is basically a handle that points to the internal render line data
on an MRenderLineArray.
- Parameters:
-
- Returns:
- A reference to the copied MRenderLine
Return the array of vertices along the curve.
- Returns:
- The vertex array
Return the array of twist vectors along the curve.
- Returns:
- The twist vector array
Return the array of tube widths along the curve.
- Returns:
- The width array
Return the array of flatness along the curve.
- Returns:
- The flatness array
Return the array of parameter along the curve.
- Returns:
- The parameter array
Return the array of colors along the curve.
- Returns:
- The color array
Return the array of incandescence along the curve.
- Returns:
- The incandescence array
Return the array of transparency along the curve.
- Returns:
- The transparency array