comparison engine/core/view/camera.h @ 549:c9113e23b004

*Removed the ExactModellCoordinate object from the camera constructor. Attention: Little API change to the camera/map.
author helios2000@33b003aa-7bff-0310-803a-e67f0ece8222
date Fri, 11 Jun 2010 21:29:58 +0000
parents 16c2b3ee59ce
children b2feacaed53c
comparison
equal deleted inserted replaced
548:f45e3e2995e0 549:c9113e23b004
76 * @param apool to use with rendering 76 * @param apool to use with rendering
77 */ 77 */
78 Camera(const std::string& id, 78 Camera(const std::string& id,
79 Layer* layer, 79 Layer* layer,
80 const Rect& viewport, 80 const Rect& viewport,
81 const ExactModelCoordinate& emc,
82 RenderBackend* renderbackend, 81 RenderBackend* renderbackend,
83 ImagePool* ipool, 82 ImagePool* ipool,
84 AnimationPool* apool); 83 AnimationPool* apool);
85 84
86 /** Destructor 85 /** Destructor