A 3D game implemented using OpenGL3D library in c++.
The game scene has different 3D objects and a character collecting some presents. The goal is to collect the presents before the time ends.
The player can translate through the whole scene using the arrow keys, and move the camera freely using WASD.
scene2.mp4
't' : Top view.
'f' : Front view.
'h' : Side view.
scene1.mp4
'z' : toggle tree rotation.
'x' : toggle gift and elves animation.
'c' : toggle fence rotation.
'v' : toggle Torii Gate translation.
'b' : Toggle snowman bounce.
animation.mp4
christmasCollectable.cpp This is the main application source file.