Public Member Functions | |
| RtDWORD | GetNumTriangleSelectionWeights (void) |
| HRESULT | SetNumTriangleSelectionWeights ([in] RtDWORD dwNumTriangleSelectionWeights) |
| HRESULT | weight ([in] RtDWORD dwIndex,[out, retval] RtFloat *pVal) |
| HRESULT | weight ([in] RtDWORD dwIndex,[in] RtFloat newVal) |
| HRESULT | orgelementtype ([in] RtDWORD dwIndex,[out, retval] RtBYTE *pVal) |
| HRESULT | orgelementtype ([in] RtDWORD dwIndex,[in] RtBYTE newVal) |
| HRESULT | orgelementindex ([in] RtDWORD dwIndex,[out, retval] RtUlong *pVal) |
| HRESULT | orgelementindex ([in] RtDWORD dwIndex,[in] RtUlong newVal) |
The stream is part of IRdMesh and is stored in Vertex stream group. Stream is identified by STREAMID_TRIANGLE_SEL_WEIGHTS id.
|
|
Get number of triangles
|
|
|
Set number of triangles
|
|
||||||||||||
|
Get weight of i-th triangle
|
|
||||||||||||
|
Set weight of i-th triangle
|
|
||||||||||||
|
Get previous element type of i-th triangle. Type is defined by RtOrgElementTypes enum.
|
|
||||||||||||
|
Set previous element type of i-th triangle. Type is defined by RtOrgElementTypes enum.
|
|
||||||||||||
|
Get previous index of i-th triangle
|
|
||||||||||||
|
Set previous index of i-th triangle
|
1.3.2