objpretransform
command
Sets or displays an object’s pre-transform matrix.
See also: objcleantransform, objextractpretransform, objresetpretransform, opscript
Usages
-
objpretransform [-a ] object_name [matrix]
The matrix argument specifies a 4×4 double precision matrix in column-major format to set into the object.
If you don’t specify a matrix, the object’s current pre-transform is printed in column-major double precision format.
Typically, this command only appears in object scripts created by the opscript command.
Options
|
|
Multiply current pretransform with given matrix. |