Constructs a new SphericalGeometrySubdivisionModifier.
The maximum angle in radians between two vertices and the origin.
The projection that defines the world space of this geometry.
The maximum angle in radians between two vertices and the origin.
The projection that defines the world space of this geometry.
Subdivides the faces of the given [[THREE.BufferGeometry]].
This method modifies (in-place) the vertices and the faces of the geometry. Please note that only the vertex position and their UV coordinates are subdivided. Normals, vertex colors and other attributes are left unmodified.
The [[THREE.BufferGeometry]] to subdivide.
Generated using TypeDoc
The SphericalGeometrySubdivisionModifier subdivides triangle mesh geometries positioned on the surface of a sphere centered at
(0, 0, 0)
.