Public Member Functions | |
| HRESULT | GetNodeIndex ([in] BSTR szNodeName,[out, retval] RtDWORD *pdwIndex) |
| HRESULT | GetMaterialLookupsCount ([in] RtUlong dwIndex,[out, retval] RtDWORD *pdwCount) |
| HRESULT | GetMaterialLookup ([in] RtUlong dwIndex,[in] RtUlong dwLookup,[out] RtDWORD *pdwSrc,[out] RtDWORD *pdwDst) |
| HRESULT | AddNode ([in] BSTR szNodeName,[out, retval] RtDWORD *pdwIndex) |
| HRESULT | AddMaterialLookup ([in] RtUlong dwIndex,[in] RtDWORD dwSrc,[in] RtDWORD dwDst) |
| HRESULT IRdMaterialLookupTable::GetNodeIndex | ( | [in] BSTR | szNodeName, | |
| [out, retval] RtDWORD * | pdwIndex | |||
| ) |
Return node index within material lookup table.
| szNodeName | [in] Node name for which index is required. |
| HRESULT IRdMaterialLookupTable::GetMaterialLookupsCount | ( | [in] RtUlong | dwIndex, | |
| [out, retval] RtDWORD * | pdwCount | |||
| ) |
Return total number of material lookups for specified index.
| dwIndex | [in] Node index. |
| HRESULT IRdMaterialLookupTable::GetMaterialLookup | ( | [in] RtUlong | dwIndex, | |
| [in] RtUlong | dwLookup, | |||
| [out] RtDWORD * | pdwSrc, | |||
| [out] RtDWORD * | pdwDst | |||
| ) |
Return material lookup specified node and lookup index
| dwIndex | [in] Node index. | |
| dwLookup | [in] Lookup index. | |
| pdwSrc | [out] Source material index. | |
| pdwDst | [out] Destination material index. |
| HRESULT IRdMaterialLookupTable::AddNode | ( | [in] BSTR | szNodeName, | |
| [out, retval] RtDWORD * | pdwIndex | |||
| ) |
Add new node to material lookup table.
| szNodeName | [in] Node name to add. |
| HRESULT IRdMaterialLookupTable::AddMaterialLookup | ( | [in] RtUlong | dwIndex, | |
| [in] RtDWORD | dwSrc, | |||
| [in] RtDWORD | dwDst | |||
| ) |
Return material lookup specified node and lookup index.
| dwIndex | [in] Node index. | |
| dwSrc | [in] Source material index. | |
| dwDst | [in] Destination material index. |
1.5.5