4 Creating and Editing Meshes

4 Q3Mesh_VertexNew

You can use the 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.

DESCRIPTION


The 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.

DESCRIPTION

3D Graphics Programming with QuickDraw 3D - 21 OCT 1995

© Apple Computer, Inc.

Let us know what you think of these prototype pages.

Generated with Harlequin WebMaker