Q3NURBPatch_Submit
You can use theQ3NURBPatch_Submitfunction to submit an immediate NURB patch for drawing, picking, bounding, or writing.
TQ3Status Q3NURBPatch_Submit ( const TQ3NURBPatchData *nurbPatchData, TQ3ViewObject view);
nurbPatchData- A pointer to a
TQ3NURBPatchDatastructure.view- A view.
DESCRIPTION
TheQ3NURBPatch_Submitfunction submits for drawing, picking, bounding, or writing the immediate NURB patch whose shape and attribute set are specified by thenurbPatchDataparameter. The NURB patch is drawn, picked, bounded, or written according to the view characteristics specified in theviewparameter.SPECIAL CONSIDERATIONS
You should call this function only in a submitting loop.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help