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] |
Stream is identified by STREAMID_NORMALS id and is stored in custom stream group.
| HRESULT IRdCompatibilityNormalsStream::GetNumVertexNormals | ( | [out, retval] RtDWORD * | dwNumVertices | ) |
Get number of normals
| HRESULT IRdCompatibilityNormalsStream::SetNumVertexNormals | ( | [in] RtDWORD | dwNumVertexNormals | ) |
Set number of normals
RtFloat* IRdCompatibilityNormalsStream::x([in] RtDWORD dwIndex) [get] |
Get X coordinate of i-th normal
| dwIndex | Index item | |
| pVal | filled with X coordinate |
RtFloat IRdCompatibilityNormalsStream::x([in] RtDWORD dwIndex) [set] |
Set X coordinate of i-th normal
| dwIndex | Index item | |
| newVal | filled with X coordinate |
RtFloat* IRdCompatibilityNormalsStream::y([in] RtDWORD dwIndex) [get] |
Get Y coordinate of i-th normal
| dwIndex | Index item | |
| pVal | filled with Y coordinate |
RtFloat IRdCompatibilityNormalsStream::y([in] RtDWORD dwIndex) [set] |
Set Y coordinate of i-th normal
| dwIndex | Index item | |
| newVal | filled with Y coordinate |
RtFloat* IRdCompatibilityNormalsStream::z([in] RtDWORD dwIndex) [get] |
Get Z coordinate of i-th normal
| dwIndex | Index item | |
| pVal | filled with Z coordinate |
RtFloat IRdCompatibilityNormalsStream::z([in] RtDWORD dwIndex) [set] |
Set Z coordinate of i-th normal
| dwIndex | Index item | |
| newVal | filled with Z coordinate |
1.5.5