Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 4 - Geometric Objects / Geometric Objects Reference
Geometric Objects Routines / Creating and Editing Meshes


Q3Mesh_GetVertexAttributeSet

You can use the Q3Mesh_GetVertexAttributeSet function to get the attribute set of a vertex of a mesh.

TQ3Status Q3Mesh_GetVertexAttributeSet (
TQ3GeometryObject mesh, 
TQ3MeshVertex vertex, 
TQ3AttributeSet *attributeSet);
mesh
A mesh.
vertex
A mesh vertex.
attributeSet
On exit, a pointer to the set of attributes for the specified mesh vertex.
DESCRIPTION
The Q3Mesh_GetVertexAttributeSet function returns, in the attributeSet parameter, the set of attributes currently associated with the mesh vertex specified by the mesh and vertex parameters. The reference count of the set is incremented.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996




Navigation graphic, see text links

Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help