开发者

bezier triangle patch in 3D

开发者 https://www.devze.com 2023-01-06 11:17 出处:网络
i would likea python script to draw in 3D a triangle bezier patch this is an old problem and there mu开发者_Python百科st be some old script available to do this somehwere!

i would like a python script to draw in 3D a triangle bezier patch

this is an old problem and there mu开发者_Python百科st be some old script available to do this somehwere!

Thanks for any help


OpenGL RedBook, "Chapter 12 Evaluators and NURBS". C examples are here. But I really don't think you'll be able to use it on triangles, only on quads. If you want to go through the trouble of tesselating triangle, pick spline formula from wikipedia, and try to implement it yourself.

0

精彩评论

暂无评论...
验证码 换一张
取 消