C++ Projects

3D Bezier Curves

Using what I learned from my 2D bezier curve project, I wrote a 3D version in openGL. Like the last project I added functionality to move control points to change the curve's shape. I also added a bounding box to represent the min and max XYZ values for each control point. Since you could move points in 3D space I made it possible to move the camera around to get a better view of the curve.

Images

3D Bezier Curves 3D Bezier Curves 3D Bezier Curves