Re: [Algorithms] Bezier Triangle Rendering
Brought to you by:
vexxed72
From: Angel P. <ju...@bi...> - 2000-08-18 06:22:13
|
> I can compute points on a Bezier Triangle, > but I'm having a tough time coming up with > a good tessellator for it. Are there any > references that has a demonstration of this? Here's a paper about bezier triangles: http://www.dgp.toronto.edu/people/jcr/papers/thesis.ps.gz You can find a program (with source ) that renders triangular bezier patches at http://www.witchlord.com/projects.asp |