CSGCylinder

Inherits: CSGPrimitive < CSGShape < GeometryInstance < VisualInstance < Spatial < Node < Object

A CSG Cylinder shape.

Description

This node allows you to create a cylinder (or cone) for use with the CSG system.

Properties

boolconefalse
floatheight1.0
Materialmaterial 
floatradius1.0
intsides8
boolsmooth_facestrue

Property Descriptions

Defaultfalse
Setterset_cone(value)
Getteris_cone()

If true a cone is created, the radius will only apply to one side.


Default1.0
Setterset_height(value)
Getterget_height()

The height of the cylinder.


Setterset_material(value)
Getterget_material()

The material used to render the cylinder.


Default1.0
Setterset_radius(value)
Getterget_radius()

The radius of the cylinder.


Default8
Setterset_sides(value)
Getterget_sides()

The number of sides of the cylinder, the higher this number the more detail there will be in the cylinder.


Defaulttrue
Setterset_smooth_faces(value)
Getterget_smooth_faces()

If true the normals of the cylinder are set to give a smooth effect making the cylinder seem rounded. If false the cylinder will have a flat shaded look.