Q3TranslateTransform_Submit
You can use theQ3TranslateTransform_Submitfunction to submit a translate transform without creating an object or allocating memory.
TQ3Status Q QranslateTransform_Submit ( const TQ3Vector3D *translate, TQ3ViewObject view);
translate- A vector whose three fields specify the desired translation along each coordinate axis.
view- A view.
DESCRIPTION
TheQ3TranslateTransform_Submitfunction pushes the translate transform specified by thetranslateparameter on the view transform stack of the view specified by theviewparameter. The function returnskQ3Successif the operation succeeds andkQ3Failureotherwise.SPECIAL CONSIDERATIONS
You should call this function only in a submitting loop.