...

/

2D Geometries: PlaneGeometry

2D Geometries: PlaneGeometry

Learn about the types of 2D geometries and how THREE.PlaneGeometry works.

2D geometries

2D objects look like flat objects and as the name implies, they only have two dimensions. In this section, we’ll first look at the 2D geometries:

  • THREE.PlaneGeometry

  • THREE.CircleGeometry

  • THREE.RingGeometry

  • THREE.ShapeGeometry

The THREE.PlaneGeometry

A THREE.PlaneGeometry object can be used to create a very simple 2D rectangle. A ...