August 2018
Intermediate to advanced
528 pages
10h 58m
English
You can probably already guess what THREE.CircleGeometry creates. With this geometry, you can create a very simple 2D circle (or part of a circle). First, let's look at the example for this geometry, 02-basic-2d-geometries-circle.html. In the following screenshot, you can find an example where we created a THREE.CircleGeometry with a thetaLength value that is smaller than 2 * PI:

The following two functions can help you to convert between radians and degrees, as follows:
Read now
Unlock full access