Public Member Functions | |
| RtDWORD | GetNumVertexNormals (void) |
| HRESULT | SetNumVertexNormals ([in] RtDWORD dwNumVertexNormals) |
| HRESULT | x ([in] RtDWORD dwIndex,[out, retval] RtFloat *pVal) |
| HRESULT | x ([in] RtDWORD dwIndex,[in] RtFloat newVal) |
| HRESULT | y ([in] RtDWORD dwIndex,[out, retval] RtFloat *pVal) |
| HRESULT | y ([in] RtDWORD dwIndex,[in] RtFloat newVal) |
| HRESULT | z ([in] RtDWORD dwIndex,[out, retval] RtFloat *pVal) |
| HRESULT | z ([in] RtDWORD dwIndex,[in] RtFloat newVal) |
The stream is part of IRdMesh and is stored in Custom stream group. Stream is identified by STREAMID_VERTEXES_NORMALS id.
|
|
Get number of normals
|
|
|
Set number of normals
|
|
||||||||||||
|
Get X coordinate of i-th normal
|
|
||||||||||||
|
Set X coordinate of i-th normal
|
|
||||||||||||
|
Get Y coordinate of i-th normal
|
|
||||||||||||
|
Set Y coordinate of i-th normal
|
|
||||||||||||
|
Get Z coordinate of i-th normal
|
|
||||||||||||
|
Set Z coordinate of i-th normal
|
1.3.2