Public Member Functions | |
| RtDWORD | GetNumTriangleLocators (void) |
| HRESULT | SetNumTriangleLocators ([in] RtDWORD dwNumTriangleLocators) |
| HRESULT | u1 ([in] RtDWORD dwIndex,[out, retval] RtFloat *pVal) |
| HRESULT | u1 ([in] RtDWORD dwIndex,[in] RtFloat newVal) |
| HRESULT | u2 ([in] RtDWORD dwIndex,[out, retval] RtFloat *pVal) |
| HRESULT | u2 ([in] RtDWORD dwIndex,[in] RtFloat newVal) |
| HRESULT | u3 ([in] RtDWORD dwIndex,[out, retval] RtFloat *pVal) |
| HRESULT | u3 ([in] RtDWORD dwIndex,[in] RtFloat newVal) |
| HRESULT | v1 ([in] RtDWORD dwIndex,[out, retval] RtFloat *pVal) |
| HRESULT | v1 ([in] RtDWORD dwIndex,[in] RtFloat newVal) |
| HRESULT | v2 ([in] RtDWORD dwIndex,[out, retval] RtFloat *pVal) |
| HRESULT | v2 ([in] RtDWORD dwIndex,[in] RtFloat newVal) |
| HRESULT | v3 ([in] RtDWORD dwIndex,[out, retval] RtFloat *pVal) |
| HRESULT | v3 ([in] RtDWORD dwIndex,[in] RtFloat newVal) |
The stream is part of IRdMesh and is stored in Triangle stream group. Stream is identified by STREAMID_TRIANGLE_LOCATOR id.
|
|
Get number of triangles
|
|
|
Set number of triangles
|
|
||||||||||||
|
Get U element of barycentric coordinates for first vertex
|
|
||||||||||||
|
Set U element of barycentric coordinates for first vertex
|
|
||||||||||||
|
Get U element of barycentric coordinates for second vertex
|
|
||||||||||||
|
Set U element of barycentric coordinates for second vertex
|
|
||||||||||||
|
Get U element of barycentric coordinates for third vertex
|
|
||||||||||||
|
Set U element of barycentric coordinates for third vertex
|
|
||||||||||||
|
Get V element of barycentric coordinates for first vertex
|
|
||||||||||||
|
Set V element of barycentric coordinates for first vertex
|
|
||||||||||||
|
Get V element of barycentric coordinates for second vertex
|
|
||||||||||||
|
Set V element of barycentric coordinates for second vertex
|
|
||||||||||||
|
Get V element of barycentric coordinates for third vertex
|
|
||||||||||||
|
Set V element of barycentric coordinates for third vertex
|
1.3.2