Skip to content

MeshPlane

Creates a MeshPlane

A mesh that renders a texture mapped to a plane with configurable vertex density. Useful for creating distortion effects, bent surfaces, and animated deformations.

API

MeshPlane Attributes

NameTypeDefaultDescription
texturestring objectundefinedThe texture to use on the MeshPlane.
vertices-xnumber10Number of vertices along the X axis.
vertices-ynumber10Number of vertices along the Y axis.
auto-resizebooleantrueWhether geometry auto-resizes when texture dimensions change.

more props in Container Attributes and MeshPlane

MeshPlane Events

NameTypeDescription
effectfunctioncustom render function

more events in Container Events