FreeBSD Manual Pages
scale3d_model(3) Arcan Lua API scale3d_model(3) NAME scale3d_model - Apply or schedule a scale transform on a 3D model SYNOPSIS nil scale3d_model( vid:model, float:sx, float:sy, float:sz ) scale3d_model( .B ) scale3d_model( vid:model, float:sx, float:sy, float:sz, uint:time=0 ) scale3d_model( .B ) scale3d_model( vid:model, float:sx, float:sy, float:sz, uint:time, uint:in- terp=INTERP_LINEAR ) DESCRIPTION This function will scale the model in all three axes by the specified fac- tor relative to its initial scale state of 1,1,1. If the optional time ar- gument 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) 3d August 2026 scale3d_model(3)
NAME | SYNOPSIS | DESCRIPTION | SEE ALSO:
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=scale3d_model&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>
