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

FreeBSD Manual Pages

  
 
  

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

NAME
     swizzle_model  -  Modify the vertices of the specified model to reverse the
     winding order.

SYNOPSIS
     success
     swizzle_model( modelvid )

DESCRIPTION
     The order in which vertices are specified (clockwise  or  counterclockwise)
     determine	the  direction	in which the triangel is facing (front or back).
     For some models, one may want to reorder these on	some  condition  without
     changing the order that the current camtagged object is using.

NOTES
     1	    This applies to all meshes CURRENTLY  associated with the model.

SEE ALSO:
     scale_3dvertices(3)

3d				   August 2026			swizzle_model(3)

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

home | help