Public Member Functions | |
| HRESULT | GetNumVertices ([out, retval] RtDWORD *dwNumVertices) |
| HRESULT | SetNumVertices ([in] RtDWORD dwNumVertices) |
| HRESULT | BeginWrite () |
| HRESULT | EndWrite () |
Properties | |
| 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 IRdVertexStream::GetNumVertices | ( | [out, retval] RtDWORD * | dwNumVertices | ) |
Get number of vertices.
standard HRESULT processing can be applied to returned value.
| HRESULT IRdVertexStream::SetNumVertices | ( | [in] RtDWORD | dwNumVertices | ) |
Set number of vertices.
| dwNumVertices | [in] Set number of vertices for stream. |
| HRESULT IRdVertexStream::BeginWrite | ( | ) |
BeginWrite method used when for instance a loop is used to parse through the stream, one vertex at a time. You would use BeginWrite just before the loop code and just after the loop code you would use EndWrite.
| HRESULT IRdVertexStream::EndWrite | ( | ) |
EndWrite method used when for instance a loop is used to parse through the stream, one vertex at a time. You would use BeginWrite just before the loop code and just after the loop code you would use EndWrite.
RtFloat* IRdVertexStream::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 IRdVertexStream::x([in] RtDWORD dwIndex) [set] |
Set X coordinate of i-th vertex.
| dwIndex | [in] Vertex index. | |
| newVal | [in] X coordinate value to set for the vertex. |
RtFloat* IRdVertexStream::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 IRdVertexStream::y([in] RtDWORD dwIndex) [set] |
Set Y coordinate of i-th vertex.
| dwIndex | [in] Vertex index. | |
| newVal | [in] Y coordinate value to set for the vertex. |
RtFloat* IRdVertexStream::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 IRdVertexStream::z([in] RtDWORD dwIndex) [set] |
Set Z coordinate of i-th vertex.
| dwIndex | [in] Vertex index. | |
| newVal | [in] Z coordinate value to set for the vertex. |
1.5.5