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_GetCornerAttributeSet

You can use the Q3Mesh_GetCornerAttributeSet function to get the attribute set of a mesh corner.

TQ3Status Q3Mesh_GetCornerAttributeSet (
TQ3GeometryObject mesh, 
TQ3MeshVertex vertex, 
TQ3MeshFace face, 
TQ3AttributeSet *attributeSet);
mesh
A mesh.
vertex
A mesh vertex.
face
A mesh face. This face must contain the specified vertex in one of its contours.
attributeSet
On exit, the set of attributes for the corner defined by the specified mesh vertex and face.
DESCRIPTION
The Q3Mesh_GetCornerAttributeSet function returns, in the attributeSet parameter, the set of attributes of the corner defined by the vertex and face parameters in the mesh specified by the mesh parameter. The corner attributes override any attributes associated with the vertex alone. 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