August 2018
Intermediate to advanced
528 pages
10h 58m
English
With SphereGeometry, you can create a 3D sphere. Let's dive straight into the example, 06-basic-3d-geometries-sphere.html:

In the previous screenshot, we have shown you a half-open sphere that was created based on THREE.SphereGeometry. This geometry is a very flexible one and can be used to create all kinds of sphere-related geometries. A basic THREE.SphereGeometry, though, can be created as easily as this: new THREE.SphereGeometry(). The following properties can be used to tune what the resulting mesh looks like:
|
Property |
Mandatory |
Description |
|
radius |
No |
This is used to set the radius for ... |
Read now
Unlock full access