Home Whiteboard Graphing Calculator Online Compilers Articles Tools

Explore Categories

Find the perfect tutorial for your learning journey

Python TechnologiesDatabasesComputer ProgrammingWeb DevelopmentJava TechnologiesComputer ScienceMobile DevelopmentBig Data & AnalyticsMicrosoft TechnologiesDevOpsLatest TechnologiesMachine LearningDigital MarketingSoftware QualityManagement Tutorials View All Categories
Tutorials Courses Jobs Login
BabylonJS Tutorial
  • BabylonJS - Home
  • BabylonJS - Introduction
  • BabylonJS - Environment Setup
  • BabylonJS - Overview
  • BabylonJS - Basic Elements
  • BabylonJS - Materials
  • BabylonJS - Animations
  • BabylonJS - Cameras
  • BabylonJS - Lights
  • BabylonJS - Parametric Shapes
  • BabylonJS - Mesh
  • VectorPosition and Rotation
  • BabylonJS - Decals
  • BabylonJS - Curve3
  • BabylonJS - Dynamic Texture
  • BabylonJS - Parallax Mapping
  • BabylonJS - Lens Flares
  • BabylonJS - Create ScreenShot
  • BabylonJS - Reflection Probes
  • Standard Rendering Pipeline
  • BabylonJS - ShaderMaterial
  • BabylonJS - Bones and Skeletons
  • BabylonJS - Physics Engine
  • BabylonJS - Playing Sounds & Music
  • BabylonJS - Quick Guide
  • BabylonJS - Useful Resources
  • BabylonJS - Discussion
Selected Reading
  • UPSC IAS Exams Notes
  • Developer's Best Practices
  • Questions and Answers
  • Online Resume Builder
  • HR Interview Questions
  • Computer Glossary
  • Who is Who
Home Babylonjs BabylonJS - Plane

BabylonJS - Plane



Previous
Quiz
Next

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
Previous Quiz Next
Advertisements
  • ABOUT US
  • OUR TEAM
  • CAREERS
  • JOBS
  • CONTACT US
  • TERMS OF USE
  • PRIVACY POLICY
  • REFUND POLICY
  • COOKIES POLICY
  • FAQ'S
tutorials point logo
Download Android App Download IOS App

Tutorials Point is a leading Ed Tech company striving to provide the best learning material on technical and non-technical subjects.

Copyright 2026. All Rights Reserved.