Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
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( )
       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 )

DESCRIPTION
       This 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)

3d				  April	2025		      scale3d_model(3)

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+14.3.quarterly>

home | help