plane()
Plane - Draws a flat 2D bounded surface in 3D
Example
Syntax
plane([width], [height], [detailX], [detailY])
Parameter
Description
width
width of the plane
height
height of the plane

Description
draws a plane of a specified width and height in the x-y plane. So, the width is the length in the x-direction, where the height is the length in the y-direction.
Last updated