CSGBox

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

Una forma de caja CSG.

Descripción

Este nodo permite crear una caja para usarla con el sistema CSG.

Propiedades

float

depth

2.0

float

height

2.0

Material

material

float

width

2.0

Descripciones de Propiedades

Default

2.0

Setter

set_depth(value)

Getter

get_depth()

Profundidad de la caja medida desde el centro de la caja.


Default

2.0

Setter

set_height(value)

Getter

get_height()

La altura de la caja medida desde el centro de la caja.


Setter

set_material(value)

Getter

get_material()

El material utilizado para fabricar la caja.


Default

2.0

Setter

set_width(value)

Getter

get_width()

El ancho de la caja medido desde el centro de la caja.