Constructs a new EdgeLengthGeometrySubdivisionModifier.
The subdivision factor
The geo bounding box of a tile
Configures what edges to divide
The projection that defines the world space of this geometry.
The geo bounding box of a tile
The projection that defines the world space of this geometry.
The subdivision factor
Configures what edges to divide
Return upper bound for length of diagonal edges
Return upper bound for edge length in x direction
Return upper bound for edge length in y direction
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 EdgeLengthGeometrySubdivisionModifier subdivides triangle mesh depending on length of edges.