Public Member Functions | |
| HRESULT | GetNumVertices ([out, retval] RtDWORD *dwNumVertices) |
| HRESULT | SetNumVertices ([in] RtDWORD dwNumVertices) |
Properties | |
| RtUlong * | Matrix ([in] RtDWORD dwIndex,[in] RtDWORD dwWeight) [get] |
| RtUlong | Matrix ([in] RtDWORD dwIndex,[in] RtDWORD dwWeight) [set] |
| RtFloat * | Weight ([in] RtDWORD dwIndex,[in] RtDWORD dwWeight) [get] |
| RtFloat | Weight ([in] RtDWORD dwIndex,[in] RtDWORD dwWeight) [set] |
| 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] |
| HRESULT IRdVertexSkinStream::GetNumVertices | ( | [out, retval] RtDWORD * | dwNumVertices | ) |
Get number of vertices.
standard HRESULT processing can be applied to returned value.
| HRESULT IRdVertexSkinStream::SetNumVertices | ( | [in] RtDWORD | dwNumVertices | ) |
Set number of vertices.
| dwNumVertices | [in] Number of vertices to set stream size to. |
RtUlong* IRdVertexSkinStream::Matrix([in] RtDWORD dwIndex, [in] RtDWORD dwWeight) [get] |
Get vertex skin matrix index.
| dwIndex | [in] Vertex index in stream. | |
| dwWeightId | [in] Weight index in skin weight stream. |
standard HRESULT processing can be applied to returned value.
RtUlong IRdVertexSkinStream::Matrix([in] RtDWORD dwIndex, [in] RtDWORD dwWeight) [set] |
Set vertex skin matrix index.
| dwIndex | [in] Vertex index in stream. | |
| dwWeightId | [in] Weight index in stream. | |
| newVal | [in] New skin matrix index value to set. |
RtFloat* IRdVertexSkinStream::Weight([in] RtDWORD dwIndex, [in] RtDWORD dwWeight) [get] |
Get vertex skin weight.
| dwIndex | [in] Vertex index. | |
| dwWeightId | [in] Weight index. |
standard HRESULT processing can be applied to returned value.
RtFloat IRdVertexSkinStream::Weight([in] RtDWORD dwIndex, [in] RtDWORD dwWeight) [set] |
Set vertex skin weight.
| dwIndex | [in] Vertex index. | |
| dwWeightId | [in] Weight index. | |
| newVal | [in] New weight value to set. |
RtFloat* IRdVertexSkinStream::x([in] RtDWORD dwIndex) [get] |
Get x-coordinate of i-th vertex.
| dwIndex | [in] Vertex index. |
standard HRESULT processing can be applied to returned value.
RtFloat IRdVertexSkinStream::x([in] RtDWORD dwIndex) [set] |
Set x-coordinate of i-th vertex.
| dwIndex | [in] Vertex index. | |
| newVal | [in] New x-coordinate value to set. |
RtFloat* IRdVertexSkinStream::y([in] RtDWORD dwIndex) [get] |
Get y-coordinate of i-th vertex.
| dwIndex | [in] Vertex index. |
standard HRESULT processing can be applied to returned value.
RtFloat IRdVertexSkinStream::y([in] RtDWORD dwIndex) [set] |
Set y-coordinate of i-th vertex.
| dwIndex | [in] Vertex index. | |
| newVal | [in] New y-coordinate value to set. |
RtFloat* IRdVertexSkinStream::z([in] RtDWORD dwIndex) [get] |
Get z-coordinate of i-th vertex.
| dwIndex | [in] Vertex index. |
standard HRESULT processing can be applied to returned value.
RtFloat IRdVertexSkinStream::z([in] RtDWORD dwIndex) [set] |
Set z-coordinate of i-th vertex.
| dwIndex | [in] Vertex index. | |
| newVal | [in] New z-coordinate value to set. |
1.5.5