mirror of https://github.com/mosra/magnum.git
Browse Source
It was overengineered and unnecessarily complicated. Now the camera is specified only in Scene::draw(), which eliminates all the needs for recalculating absolute object transformations on each camera transformation change. Absolute object transformation is now computed relative to root object or relative to camera object passed as parameter. Because of that it is now also possible to draw the scene using multiple cameras at once.vectorfields
11 changed files with 40 additions and 162 deletions
Loading…
Reference in new issue