CubeMesh

Inherits: PrimitiveMesh < Mesh < Resource < Reference < Object

Category: Core

Brief Description

Generate an axis-aligned cuboid PrimitiveMesh.

Member Variables

  • Vector3 size - Size of the cuboid mesh. Defaults to (2, 2, 2).
  • int subdivide_depth - Number of extra edge loops inserted along the z-axis. Defaults to 0.
  • int subdivide_height - Number of extra edge loops inserted along the y-axis. Defaults to 0.
  • int subdivide_width - Number of extra edge loops inserted along the x-axis. Defaults to 0.

Description

Generate an axis-aligned cuboid PrimitiveMesh.