Archives Oct. 17, 2012
Quadratic Bezier Splines
Written by
on
in
Snaking.
So as part of my little Quake 3 BSP loader (twitch) I need to render Quadratic Bezier Spline patches. I want to do the whole thing from a VBO, so I'm doing the tessellation manually (I also wanted to do it to play). The basic rendering is now working, that is, I can render a ...