]> git.tdb.fi Git - libs/demoscene.git/commit
Merge CameraControl functionality into other classes
authorMikko Rasa <tdb@tdb.fi>
Wed, 22 May 2019 20:30:59 +0000 (23:30 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 22 May 2019 20:42:59 +0000 (23:42 +0300)
commit34051ffdca091ad3971c1382c71c5fc58b7ade0f
tree22b2f17a02cbf0e5dd0fe60f36da266a5821c66d
parent7857d6ec5961f94bc926b1a969f2c841713f9650
Merge CameraControl functionality into other classes

Rather than each stage having a separate animation player for animating
its camera, use a central player in the demo.  This allows more easily
animating other objects as well.
source/animate.cpp [new file with mode: 0644]
source/animate.h [new file with mode: 0644]
source/cameracontrol.cpp [deleted file]
source/cameracontrol.h [deleted file]
source/demo.cpp
source/demo.h
source/sequencer.cpp
source/stage.cpp
source/stage.h