Optional curveOptional curveReadonly isOptional smoothReadonly typeA callback to be called for each point to determine the width of the line
at that point. Although setPoints accepts this function as an argument,
this has to be a public property so it can be used as a prop in
react-three-fiber.
A callback to be called for each point to determine the width of the line
at that point. Although setPoints accepts this function as an argument,
this has to be a public property so it can be used as a prop in
react-three-fiber.
As an alternative to meshLine.setPoints(points), we can set meshLine.points = points. This was added for and is public for use as a prop in react-three-fiber.
This creates a new THREE.BufferGeometry | BufferGeometry object.