Skip to content
Alessandro Febretti edited this page Feb 8, 2014 · 4 revisions

module cyclops extends Entity wraps cyclops::CylinderShape

Defines a cylinder that can be added to the scene. Cylinder shapes have custom subdivision levels and different radii for their ends, allowing the user to create a variety of shapes (cylinder, pyramid, truncated pyramid, tetrahedron, etc).

Methods

Method(s) Description
static CylinderShape create(length, radius1, radius2, subdivisions, sides) Creates a new cylinder shape
Clone this wiki locally