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

FreeBSD Manual Pages

  
 
  

home | help
step3d_model(3) 		  Arcan Lua API 		 step3d_model(3)

NAME
     step3d_model - Move forwards and sidewards

SYNOPSIS
     float:x, float:y, float:z
     step3d_model( vid:model float:fwd, float:side )
     step3d_model( vid:model float:fwd, float:side, uint:time=0 )
     step3d_model(  vid:model float:fwd, float:side, uint:time, bool:update=true
     )
     step3d_model(  vid:model  float:fwd,  float:side,	uint:time,  bool:update,
     bool:mask_x=false )
     step3d_model(  vid:model  float:fwd,  float:side,	uint:time,  bool:update,
     bool:mask_x, bool:mask_y=false )
     step3d_model(  vid:model  float:fwd,  float:side,	uint:time,  bool:update,
     bool:mask_x, bool:mask_y, bool:mask_z=false )
     step3d_model(  vid:model  float:fwd,  float:side,	uint:time,  bool:update,
     bool:mask_x, bool:mask_y, bool:mask_z, uint:interp=INTERP_LINEAR )

DESCRIPTION
     This function combines  the  movement  behavior  of  forward3d_model    and
     strafe3d_model    into one in order to better schedule motion sequences and
     to evaluate the consequences of a transformation without applying	them  if
     the optional update  argument is set to false.

SEE ALSO:
3d				   August 2026			 step3d_model(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=step3d_model&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help