Class reference
PrismMesh
Inherits PrimitiveMesh
Class representing a prism-shaped PrimitiveMesh.
Description
Class representing a prism-shaped PrimitiveMesh.
Properties
float left_to_right = 0.5
float left_to_right = 0.5Displacement of the upper edge along the X axis. 0.0 positions edge straight above the bottom-left edge.
Vector3 size = Vector3(1, 1, 1)
Vector3 size = Vector3(1, 1, 1)Size of the prism.
int subdivide_depth = 0
int subdivide_depth = 0Number of added edge loops along the Z axis.
int subdivide_height = 0
int subdivide_height = 0Number of added edge loops along the Y axis.
int subdivide_width = 0
int subdivide_width = 0Number of added edge loops along the X axis.