Class Cylinder4
Built-in modeler to create a cylinder.
public class Cylinder4 : Modeler4
Namespace Engine4.Rendering
Remarks
This component will copy the base mesh, duplicate, and extrude them overward, Resembling a 'cylinder', but with custom 'flat' mesh.
Constructors
Cylinder4()
public Cylinder4()
Fields
height
Height of the cylinder.
public float height
mesh
The base mesh as cylinder's 'surface'
public Mesh mesh
radius
Scale of the cylinder surface
public float radius