TwistModifier Class
The twist modifier applies a tornado twist like deformation to the geometry.
It follows a vector from a start to and end point in the vector and rotates all vertex for each point up to a defined final angle.
Methods
modify
(
Geometry | BufferGeometry
-
geometry
Apply the modifier to a geometry object, creates a new geometry with the result.
Parameters:
-
geometry
Geometry | BufferGeometryGeometry to be transformed.
Returns:
Geometry | BufferGeometry:
Result geometry after applying the modifier.