|
NAMEscale3d_model - Apply or schedule a scale transform on a 3D modelSYNOPSISnilscale3d_model( vid:model, float:sx, float:sy, float:sz ) scale3d_model( ) scale3d_model( vid:model, float:sx, float:sy, float:sz, uint:time=0 ) scale3d_model( ) scale3d_model( vid:model, float:sx, float:sy, float:sz, uint:time, uint:interp=INTERP_LINEAR ) DESCRIPTIONThis function will scale the model in all three axes by the specified factor relative to its initial scale state of 1,1,1. If the optional time argument is set, the transform will be appended to the end of the scale transform queue, otherwise it will be cleared and the transform is applied immediately.SEE ALSO:move3d_model(3) forward3d_model(3) step3d_model(3) strafe3d_model(3)
Visit the GSP FreeBSD Man Page Interface. |