Create a new DomeGeometry instance.
By default, the constructor creates a dome with a radius of 0.5, 16 latitude bands and 16 longitude bands. The dome is created with UVs in the range of 0 to 1.
Optional
opts: { latitudeBands?: number; longitudeBands?: number } = {}Options object.
Optional
latitudeBands?: numberThe number of divisions along the latitudinal axis of the sphere. Defaults to 16.
Optional
longitudeBands?: numberThe number of divisions along the longitudinal axis of the sphere. Defaults to 16.
A procedural dome-shaped geometry.
Typically, you would: