4 Creating and Editing Meshes
Q3Mesh_VertexNew
function to add a vertex to a mesh.
TQ3MeshVertex Q3Mesh_VertexNew ( TQ3GeometryObject mesh, const TQ3Vertex3D *vertex);mesh
A mesh.vertex
A three-dimensional vertex.
Q3Mesh_VertexNew
function adds the vertex specified by the vertex
parameter to the mesh specified by the mesh
parameter. The mesh must already exist before you call Q3Mesh_VertexNew
. The new mesh vertex is returned as the function result.
Let us know what you think of these prototype pages.
Generated with Harlequin WebMaker