QuadMesh

Inherits: PrimitiveMesh < Mesh < Resource < Reference < Object

Class representing a square mesh.

Description

Class representing a square PrimitiveMesh. This flat mesh does not have a thickness. By default, this mesh is aligned on the X and Y axes; this default rotation is more suited for use with billboarded materials. Unlike PlaneMesh, this mesh doesn’t provide subdivision options.

Tutorials

Properties

Vector2sizeVector2( 1, 1 )

Property Descriptions

DefaultVector2( 1, 1 )
Setterset_size(value)
Getterget_size()

Size on the X and Y axes.