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 Triangles


Q3Triangle_Submit

You can use the Q3Triangle_Submit function to submit an immediate triangle for drawing, picking, bounding, or writing.

TQ3Status Q3Triangle_Submit (
const TQ3TriangleData *triangleData, 
TQ3ViewObject view);
triangleData
A pointer to a TQ3TriangleData structure.
view
A view.
DESCRIPTION
The Q3Triangle_Submit function submits for drawing, picking, bounding, or writing the immediate triangle whose shape and attribute set are specified by the triangleData parameter. The triangle is drawn, picked, bounded, or written according to the view characteristics specified in the view parameter.

SPECIAL CONSIDERATIONS
You should call this function only in a submitting loop.


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