three_js_curves
A type of three_js api that allows users to create and manipulate curve geometries in their projects.
This is a dart conversion of three.js and three_dart, originally created by @mrdoob and has a coverted dart fork by @wasabia.
Usage
This is the curve api that adds the ability to create curve model for three_js.
Contributing
Contributions are welcome. In case of any problems look at existing issues, if you cannot find anything related to your problem then open an issue. Create an issue before opening a pull request for non trivial fixes. In case of trivial fixes open a pull request directly.
Libraries
- core/curve
- core/curve_path
- core/curves
- core/index
- core/interpolations
- core/path
- core/shape
- core/shape_path
- curves/arc_curve
- curves/catmull_rom_curve3
- curves/cubic_bezier_curve
- curves/cubic_bezier_curve3
- curves/ellipse_curve
- curves/extra
- curves/index
- curves/line_curve
- curves/line_curve3
- curves/quadratic_bezier_curve
- curves/quadratic_bezier_curve3
- curves/spline_curve
- nurbs/index
- nurbs/nurbs_curve
- nurbs/nurbs_utils
-
- NURBS utils
- See NURBSCurve and NURBSSurface.
- three_js_curves
- utils/earcut
- utils/shape_utils