Public Member Functions | |
| HRESULT | GetNumRecords ([out, retval] RtDWORD *dwNumRecords) |
| HRESULT | SetNumRecords ([in] RtDWORD dwNumRecords) |
Properties | |
| RtUlong * | index ([in] RtDWORD dwRecord) [get] |
| RtUlong | index ([in] RtDWORD dwRecord) [set] |
| RtFloat * | weight ([in] RtDWORD dwRecord) [get] |
| RtFloat | weight ([in] RtDWORD dwRecord) [set] |
| HRESULT IRdSkinWeightIndexed::GetNumRecords | ( | [out, retval] RtDWORD * | dwNumRecords | ) |
Get number of skinned vertices.
standard HRESULT processing can be applied to returned value.
| HRESULT IRdSkinWeightIndexed::SetNumRecords | ( | [in] RtDWORD | dwNumRecords | ) |
Set number of skinned vertices.
| dwNumRecords | [in] Set number of records/vertices. |
RtUlong * IRdSkinWeightIndexed::index([in] RtDWORD dwRecord) [get] |
Get vertex index.
| dwRecord | [in] Record index. |
standard HRESULT processing can be applied to returned value.
RtUlong IRdSkinWeightIndexed::index([in] RtDWORD dwRecord) [set] |
Set vertex index.
| dwRecord | [in] Vertex record to set index for. | |
| dwIndex | [in] Vertex index to set. |
RtFloat* IRdSkinWeightIndexed::weight([in] RtDWORD dwRecord) [get] |
Get weight of i-th record.
| dwRecord | [in] Vertex Record index value. |
standard HRESULT processing can be applied to returned value.
RtFloat IRdSkinWeightIndexed::weight([in] RtDWORD dwRecord) [set] |
Set weight of i-th record.
| dwRecord | [in] Vertex Record index value. | |
| newVal | [in] weight to set. |
1.5.5