Work

Surfaces

Various 3D shapes, with lines/meshes rendered on the screen. A debug like view.
C++
Algorithms

This project was more about understanding various algorithms such as Bézier, B-Splines, De Casteljau, Cox De Boor, Pyramid Algorithms and more.

April 2013 | View on YouTube | Download Surfaces

For my final ICA (In Course Assessment) in 3D Programming (First ICA was Sponza) I had to create a mesh for some given shapes as well as create a capsule shape of my own. To do this, I was taught about Bézier, B-Splines, De Casteljau, Cox De Boor, Pyramid Algorithms and more. Anyhow, for this ICA I had to use Bézier and B-Splines which I used the De Casteljau and Cox De Boor algorithms to do.