CSGBox

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

Category: Core

Brief Description

A CSG Box shape.

Properties

floatdepth
floatheight
Materialmaterial
floatwidth

Description

This node allows you to create a box for use with the CSG system.

Property Descriptions

Setterset_depth(value)
Getterget_depth()

Depth of the box measured from the center of the box.


Setterset_height(value)
Getterget_height()

Height of the box measured from the center of the box.


Setterset_material(value)
Getterget_material()

The material used to render the box.


Setterset_width(value)
Getterget_width()

Width of the box measured from the center of the box.