Q3MatrixTransform_Submit
You can use theQ3MatrixTransform_Submitfunction to submit a matrix transform without creating an object or allocating memory.
TQ3Status Q3MatrixTransform_Submit ( const TQ3Matrix4x4 *matrix, TQ3ViewObject view);
matrix- A pointer to a 4-by-4 matrix.
view- A view.
DESCRIPTION
TheQ3MatrixTransform_Submitfunction pushes the matrix transform specified by thematrixparameter 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.