Jynx/UW_Madison_ComputerGraphics_Train_Project
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
PROJECT DEMO HERE: https://www.youtube.com/watch?v=Ez6skysdedY&feature=youtu.be This ia a project that I created using legacy OpenGL for a Computer Graphics class at UW Madison, fall 2014. We were provided framework code for certain camera controls, window creation, etc. All work that I contributed can be found in TrainView.cpp I have commented functions with my name. Our task was to create a basic train that was at least C1, that followed a track created via various forms of interpolating a set of control points. Techniques used: - Cardinal Cubic interpolation w/ spline tension - Linear interpolation w/ spline tension - Arc length parameritization