Public Member Functions | |
| HRESULT | GetNumVertices ([out, retval] RtDWORD *pCount) |
| HRESULT | SetNumVertices ([in] RtDWORD dwNumVertices) |
Properties | |
| RtUlong * | Count ([in] RtDWORD dwIndex) [get] |
| RtUlong * | Index ([in] RtDWORD dwIndex) [get] |
This is a temporary stream, that should be used stored inside system scratch-pad instead of mesh streams. If you want to add stream to mesh, it can be stored in Vertex stream group. Stream is identified by STREAMID_VERTEX_TOPOLOGY_INFO id.
| HRESULT IRdVertexTopologyInfo::GetNumVertices | ( | [out, retval] RtDWORD * | pCount | ) |
Get number of vertices.
standard HRESULT processing can be applied to returned value.
| HRESULT IRdVertexTopologyInfo::SetNumVertices | ( | [in] RtDWORD | dwNumVertices | ) |
Set number of vertices.
| dwNumVertices | [in] Value to set number of vertices to. |
RtUlong * IRdVertexTopologyInfo::Count([in] RtDWORD dwIndex) [get] |
Get total number of neighbors for dwIndex-th vertex.
| dwIndex | [in] Vertex index. |
standard HRESULT processing can be applied to returned value.
RtUlong * IRdVertexTopologyInfo::Index([in] RtDWORD dwIndex) [get] |
Get index to data stream with list of adjacent triangles.
| dwIndex | [in] Vertex index. |
standard HRESULT processing can be applied to returned value.
1.5.5