rendergather / osgmodeling

Automatically exported from code.google.com/p/osgmodeling
Other
2 stars 3 forks source link

Loft Geometry #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
On the 0.1.1 release the Loft Filter uses the height of the triangle formed
by the inside path points p[i-1], p[i], p[i+1] to compute the newZ. Whereas
it should use the bisectrice instead.

The attached File solves this.

regards,
Mathieu

Original issue reported on code.google.com by Mathieu....@gmail.com on 10 Feb 2009 at 11:02

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks Mathieu. Already merged into the SVN version.

Original comment by wangra...@gmail.com on 12 Feb 2009 at 11:59