To create a WebGL plane with Three.js, we can instantiate a PlaneGeometry object and define its width along the x-axis and its height along the y-axis.
Code Editor
Modified on April 12th, 2013
by Eric Rowell
To create a WebGL plane with Three.js, we can instantiate a PlaneGeometry object and define its width along the x-axis and its height along the y-axis.