2D Geometries: PlaneGeometry
Learn about the types of 2D geometries and how THREE.PlaneGeometry works.
We'll cover the following...
We'll cover the following...
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 ...