Public Member Functions | |
| HRESULT | GetNumVertexNormals ([out, retval] RtDWORD *dwNumVertices) |
| HRESULT | SetNumVertexNormals ([in] RtDWORD dwNumVertexNormals) |
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] |
| HRESULT IRdVertexNormalsStream::GetNumVertexNormals | ( | [out, retval] RtDWORD * | dwNumVertices | ) |
Get number of normals.
standard HRESULT processing can be applied to returned value.
| HRESULT IRdVertexNormalsStream::SetNumVertexNormals | ( | [in] RtDWORD | dwNumVertexNormals | ) |
Set number of normals.
| dwNumVertexNormals | [in] Number of vertex normals to set stream to. |
RtFloat* IRdVertexNormalsStream::x([in] RtDWORD dwIndex) [get] |
Get X coordinate of i-th normal.
| dwIndex | [in] Index value for normal. |
standard HRESULT processing can be applied to returned value.
RtFloat IRdVertexNormalsStream::x([in] RtDWORD dwIndex) [set] |
Set X coordinate of i-th normal.
| dwIndex | [in] Index item. | |
| newVal | [in] Filled with X coordinate to set for the normal. |
RtFloat* IRdVertexNormalsStream::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 IRdVertexNormalsStream::y([in] RtDWORD dwIndex) [set] |
Set Y coordinate of i-th normal.
| dwIndex | [in] Index item. | |
| newVal | [in] Filled with Y coordinate to set for normal. |
RtFloat* IRdVertexNormalsStream::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 IRdVertexNormalsStream::z([in] RtDWORD dwIndex) [set] |
Set Z coordinate of i-th normal.
| dwIndex | [in] Index item. | |
| newVal | [in] Filled with Z coordinate for normal. |
1.5.5