BabylonJS - Plane



This is one of the shapes used with the MeshBuilder.

Syntax

var plane = BABYLON.MeshBuilder.CreatePlane("plane", {size, width: 5, height, updatable}, scene);

Parameters

Consider the following parameters for the creation plane −

  • Size − Side size of the plane

  • Width − Size of the width

  • Height − Size of the height

  • Updatable − By default, set to false.If it needs to be updated during morphing, you can set it to true.

babylonjs_mesh.htm
Advertisements