Public Member Functions | |
| HRESULT | GetNumTriangles ([out, retval] RtDWORD *pCount) |
| HRESULT | SetNumTriangles ([in] RtDWORD dwNumTripleIndices) |
Properties | |
| RtUlong * | Triangle ([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_DATA id.
| HRESULT IRdVertexTopologyData::GetNumTriangles | ( | [out, retval] RtDWORD * | pCount | ) |
Get number of triangles.
standard HRESULT processing can be applied to returned value
| HRESULT IRdVertexTopologyData::SetNumTriangles | ( | [in] RtDWORD | dwNumTripleIndices | ) |
Set number of triangles.
| dwNumTripleIndices | [in] Set number of triangles/triple indices. |
RtUlong * IRdVertexTopologyData::Triangle([in] RtDWORD dwIndex) [get] |
Get total number of neighbors for dwIndex-th vertex.
| dwIndex | [in] Neighbor index. |
standard HRESULT processing can be applied to returned value.
1.5.5