Q3View_StartWriting
You can use theQ3View_StartWriting
function to start writing to a file.
TQ3Status Q3View_StartWriting ( TQ3ViewObject view, TQ3FileObject file);
view
- A view.
file
- A file object.
DESCRIPTION
TheQ3View_StartWriting
function begins the process of writing in the view specified by theview
parameter, using the file object specified by thefile
parameter. After callingQ3View_StartWriting
, you specify the model (for instance, by callingQ3Geometry_Submit
). When you have completely specified that model, you should callQ3View_EndWriting
to complete the write operation. The renderer attached to the specified view might need to reprocess the model data, so you should always callQ3View_StartWriting
andQ3View_EndWriting
in a writing loop.SPECIAL CONSIDERATIONS
You should not callQ3View_StartWriting
while writing is already occurring.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help