GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
build_cylinder(3) Arcan Lua API build_cylinder(3)

build_cylinder - Generate a full or half cylinder model

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="" )

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.

build_3dplane(3) build_pointcloud(3) build_3dbox(3)

June 2022 3d

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.