August 2018
Intermediate to advanced
528 pages
10h 58m
English
The THREE.ConeGeometry is pretty much the same as the THREE.CylinderGeometry. It uses all the same properties, except it only allows you to set the radius instead of a separate radiusTop and radiusBottom:

The following properties can be set on THREE.CylinderGeometry:
|
Property |
Mandatory |
Description |
|
radius |
No |
This sets the size this cylinder will be at the bottom. The default value is 20. |
|
height |
No |
This property sets the height of the cylinder. The default height is 100. |
|
radialSegments |
No |
This determines the number of segments along the radius of the cylinder. This defaults to ... |
Read now
Unlock full access