Eduardo Ramos Soriano
4490 - Game Development
Lab 1:
- Screenshot of my screen
Lab 2:
3d.cpp
lab2.cpp
In progress:
• Currently working on how to give the user the
ability to move the camera in a first-person
perspective
• I have the Camera class set up, but I am currently
having trouble with what to do next.
Lab 3:
lab3.cpp
Completed or attempted:
• Making the metronome work
• Make hand shadows show on the clock's numeral spots
• Using a bit-field to store state variables use_metronome,
use_sleep
In progress:
• When setting up the bit-field to store the state variables,
the metronome got messed up so I'm currently working on that
Lab 4:
smoke.cpp
Completed:
• Sorting the smoke particles
• Setting up activation for billboarding
In progress:
• Bringing the smoke into my 3D lab2 program
and setting up the camera to look around
Lab 5:
pointline.cpp