FreeBSD Manual Pages
forward3d_model(3) Arcan Lua API forward3d_model(3) NAME forward3d_model - Push the model along its view vector. SYNOPSIS nil forward3d_model( vid:model, float:factor ) forward3d_model( vid:model, float:factor, bool:mask_x=false ) forward3d_model( vid:model, float:factor, bool:mask_x, bool:mask_y=false ) forward3d_model( vid:model, float:factor, bool:mask_x, bool:mask_y, bool:mask_z+false ) forward3d_model( vid:model, float:factor, bool:mask_x, bool:mask_y, bool:mask_z, uint:interp=INTERP_LINEAR ) DESCRIPTION This function moves the object further along in the direction it is currently facing by taking the orientation view vector, multiplying it by a factor and adding it to the current position. If any of the op- tional mask arguments, the specified axis will not be altered. SEE ALSO: move3d_model(3) strafe3d_model(3) step3d_model(3) 3d April 2025 forward3d_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=forward3d_model&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>