Q3Mesh_GetVertexAttributeSet
You can use theQ3Mesh_GetVertexAttributeSetfunction 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
TheQ3Mesh_GetVertexAttributeSetfunction returns, in theattributeSetparameter, the set of attributes currently associated with the mesh vertex specified by themeshandvertexparameters. The reference count of the set is incremented.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help