Public Member Functions | |
| HRESULT | GetNumMaterialIndices ([out, retval] RtDWORD *dwNumTripleIndices) |
| HRESULT | SetNumMaterialIndices ([in] RtDWORD dwNumMaterialIndices) |
Properties | |
| RtDWORD * | index ([in] RtDWORD dwIndex) [get] |
| RtDWORD | index ([in] RtDWORD dwIndex) [set] |
| HRESULT IRdMaterialIndexStream::GetNumMaterialIndices | ( | [out, retval] RtDWORD * | dwNumTripleIndices | ) |
Get number of triangles.
standard HRESULT processing can be applied to returned value.
| HRESULT IRdMaterialIndexStream::SetNumMaterialIndices | ( | [in] RtDWORD | dwNumMaterialIndices | ) |
Set number of triangles.
| dwNumMaterialIndices | [in] Set value for number of triangles.
|
RtDWORD * IRdMaterialIndexStream::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 IRdMaterialIndexStream::index([in] RtDWORD dwIndex) [set] |
Set material index for i-th triangle.
| dwIndex | [in] Triangle index. | |
| index | [in] Material index. |
1.5.5