Shapes - firtoz/react-three-renderer GitHub Wiki
Wiki » Internal Components » Shapes
Shapes
Components
- shape: Creates a THREE.Shape
- moveTo: Calls THREE.Path#moveTo on the parent shape
- lineTo: Calls THREE.Path#lineTo on the parent shape
- bezierCurveTo: Calls THREE.Path#bezierCurveTo on the parent shape
- quadraticCurveTo: Calls THREE.Path#quadraticCurveTo on the parent shape
- absArc: Calls THREE.Path#absArc on the parent shape
- absEllipse: Calls THREE.Path#absEllipse on the parent shape
- splineThru: Calls THREE.Path#splineThru on the parent shape
- hole: Adds a hole into a parent shape, see THREE.Shape#holes
- TODO:
- Curve
- CurvePath
- Gyroscope
- Path