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

FreeBSD Manual Pages

  
 
  

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

NAME
     build_cylinder - Generate a full or half cylinder model

SYNOPSIS
     vid
     build_cylinder( float:radius, float:halfh, uint:steps )
     build_cylinder( float:radius, float:halfh, uint:steps, uint:nmaps=1 )
     build_cylinder(   float:radius,   float:halfh,   uint:steps,  uint:nmaps=1,
     str:opts="" )

DESCRIPTION
     This builds a mesh and binds to a new finalised 3d model. The  typical  use
     is  for  debug geometry, skydrawing and for representing panoramic pictures
     and  video  sources.  The	mesh  range  in  the  y  axis  will  range  from
     -halfh..halfh.  The  optional  opts    argument  specifies  additional con-
     straints, e.g. "caps" for adding endcaps, "half"  for  generating	an  open
     sliced  half  of  a  cylinder, or "halfcaps" for generating a closed sliced
     half of a cylinder.

SEE ALSO:
     build_3dplane(3) build_pointcloud(3) build_3dbox(3)

3d				   August 2026		       build_cylinder(3)

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

home | help