Public Member Functions | |
| HRESULT | GetNumNormals ([out, retval] RtDWORD *dwNumNormals) |
| HRESULT | SetNumNormals ([in] RtDWORD dwNumNormals) |
Properties | |
| RtFloat * | x ([in] RtDWORD dwIndex) [get] |
| RtFloat | x ([in] RtDWORD dwIndex) [set] |
| RtFloat * | y ([in] RtDWORD dwIndex) [get] |
| RtFloat | y ([in] RtDWORD dwIndex) [set] |
| RtFloat * | z ([in] RtDWORD dwIndex) [get] |
| RtFloat | z ([in] RtDWORD dwIndex) [set] |
The stream is part of IRdMesh and is stored in Custom stream group. Stream is identified by STREAMID_SKIN_NORMALS id.
| HRESULT IRdNormalsSkinStream::GetNumNormals | ( | [out, retval] RtDWORD * | dwNumNormals | ) |
Get number of normals.
standard HRESULT processing can be applied to returned value.
| HRESULT IRdNormalsSkinStream::SetNumNormals | ( | [in] RtDWORD | dwNumNormals | ) |
Set number of normals.
| dwNumNormals | [in] Value to set for number of normals. |
RtFloat* IRdNormalsSkinStream::x([in] RtDWORD dwIndex) [get] |
Get X coordinate of i-th normal
| dwIndex | [in] Index item. |
standard HRESULT processing can be applied to returned value.
RtFloat IRdNormalsSkinStream::x([in] RtDWORD dwIndex) [set] |
Set X coordinate of i-th normal.
| dwIndex | [in] Index item. | |
| newVal | [in] Filled with X coordinate. |
RtFloat* IRdNormalsSkinStream::y([in] RtDWORD dwIndex) [get] |
Get Y coordinate of i-th normal.
| dwIndex | [in] Index item. |
standard HRESULT processing can be applied to returned value.
RtFloat IRdNormalsSkinStream::y([in] RtDWORD dwIndex) [set] |
Set Y coordinate of i-th normal.
| dwIndex | [in] Index item. | |
| newVal | [in] Filled with Y coordinate. |
RtFloat* IRdNormalsSkinStream::z([in] RtDWORD dwIndex) [get] |
Get Z coordinate of i-th normal.
| dwIndex | [in] Index item. |
standard HRESULT processing can be applied to returned value.
RtFloat IRdNormalsSkinStream::z([in] RtDWORD dwIndex) [set] |
Set Z coordinate of i-th normal.
| dwIndex | [in] Index item. | |
| newVal | [in] Filled with Z coordinate. |
1.5.5