# box()

# Example

# Description

Draw a box with the given width, height, and depth

# Syntax

box(width, height, depth);

# Parameters

width Number: width of the box

height Number: height of the box

depth Number: depth of the box


# Syntax

box(size);

# Parameters

size Vec3: width, height and depth of the box