FreeBSD Manual Pages
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 constraints, 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 April 2025 build_cylinder(3)
NAME | SYNOPSIS | DESCRIPTION | SEE ALSO:
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+14.3.quarterly>