Static methods
staticdefaultUnitCylinder(segs:Int = 16):Cylinder
Get a default unit Cylinder with segs = 16, ray = 0.5, height = 1.0, centered = false and add UVs to it. If it has not be cached, it is cached and subsequent calls to this method will return Cylinder from cache.
Parameters:
segs | Optional number of segments of the cylinder, default 16 |
---|