Q3View_StartPicking
You can use theQ3View_StartPickingfunction to start picking in a view.
TQ3Status Q3View_StartPicking ( TQ3ViewObject view, TQ3PickObject pick);
view- A view.
pick- A pick object.
DESCRIPTION
TheQ3View_StartPickingfunction begins the process of picking in the view specified by theviewparameter, using the pick object specified by thepickparameter. After callingQ3View_StartPicking, you specify the model (for instance, by callingQ3Geometry_Submit). When you have completely specified that model, you should callQ3View_EndPickingto complete the picking operation. The renderer attached to the specified view might need to reprocess the model data, so you should always callQ3View_StartPickingandQ3View_EndPickingin a picking loop.SPECIAL CONSIDERATIONS
You should not callQ3View_StartPickingwhile picking is already occurring.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help