PlaneMesh

Inherits: PrimitiveMesh < Mesh < Resource < Reference < Object

Category: Core

Brief Description

Class representing a planar PrimitiveMesh.

Member Variables

  • Vector2 size - Size of the generated plane. Defaults to (2.0, 2.0).
  • int subdivide_depth - Number of subdivision along the z-axis. Defaults to 0.
  • int subdivide_width - Number of subdivision along the x-axis. Defaults to 0.

Description

Class representing a planar PrimitiveMesh. This flat mesh does not have a thickness.