OGRECave / ogre-procedural

procedural geometry for Ogre3D
https://ogrecave.github.io/ogre-procedural/
MIT License
40 stars 17 forks source link

Have several types of spline modes #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Besides the Catmull-Rom mode, the user should have several ways to define 
spline tangents:
- Custom tangents with Bezier algorithm
- Smooth tangents
- Defined angle
...

The user should also be able to mix up several modes in the same spline.

Original issue reported on code.google.com by michael.broutin@gmail.com on 4 Nov 2010 at 10:16

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago

Original comment by michael.broutin@gmail.com on 11 Jan 2011 at 9:52

GoogleCodeExporter commented 8 years ago
Implemented Catmull-Rom, Kochanek-Bartels, and Cubic Hermite splines.

Original comment by michael.broutin@gmail.com on 23 Jan 2011 at 11:05