Q3View_GetCamera
You can use theQ3View_GetCamera
function to get the camera associated with a view.
TQ3Status Q3View_GetCamera ( TQ3ViewObject view, TQ3CameraObject *camera);
view
- A view.
camera
- On exit, the camera object currently associated with the specified view.
DESCRIPTION
TheQ3View_GetCamera
function returns, in thecamera
parameter, the camera currently associated with the view specified by theview
parameter. The reference count of that camera is incremented.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help