Public Member Functions | |
| HRESULT | GetNumIndices ([out, retval] RtDWORD *dwNumTripleIndices) |
| HRESULT | SetNumIndices ([in] RtDWORD dwNumMaterialIndices) |
Properties | |
| RtDWORD * | index ([in] RtDWORD dwIndex) [get] |
| RtDWORD | index ([in] RtDWORD dwIndex) [set] |
| HRESULT IRdSurfaceIdIndexStream::GetNumIndices | ( | [out, retval] RtDWORD * | dwNumTripleIndices | ) |
Get number of triangles.
standard HRESULT processing can be applied to returned value.
| HRESULT IRdSurfaceIdIndexStream::SetNumIndices | ( | [in] RtDWORD | dwNumMaterialIndices | ) |
Set number of triangles.
| dwNumMaterialIndices | [in] Number of triangles to set the stream to. |
RtDWORD * IRdSurfaceIdIndexStream::index([in] RtDWORD dwIndex) [get] |
Get material index for i-th triangle.
| dwIndex | [in] Triangle index. |
standard HRESULT processing can be applied to returned value.
RtDWORD IRdSurfaceIdIndexStream::index([in] RtDWORD dwIndex) [set] |
Set material index for i-th triangle.
| dwIndex | [in] Triangle index. | |
| index | [in] Corresponding Surface index to set. |
1.5.5