RAMSES Documentation  27.0.130
Information for RAMSES users and developers
OrthographicCamera.h
Go to the documentation of this file.
1 // -------------------------------------------------------------------------
2 // Copyright (C) 2014 BMW Car IT GmbH
3 // -------------------------------------------------------------------------
4 // This Source Code Form is subject to the terms of the Mozilla Public
5 // License, v. 2.0. If a copy of the MPL was not distributed with this
6 // file, You can obtain one at https://mozilla.org/MPL/2.0/.
7 // -------------------------------------------------------------------------
8 
9 #ifndef RAMSES_ORTHOGRAPHICCAMERA_H
10 #define RAMSES_ORTHOGRAPHICCAMERA_H
11 
13 
14 namespace ramses
15 {
22  {
23  protected:
27  friend class SceneImpl;
28 
34  explicit OrthographicCamera(CameraNodeImpl& pimpl);
35 
38  };
39 }
40 
41 #endif
#define RAMSES_API
Definition: APIExport.h:35
The Camera base class is part of a scene and defines a view into the scene defined by the client appl...
Definition: Camera.h:26
The OrthographicCamera is a local camera which defines an orthographic view into the scene.
Definition: OrthographicCamera.h:22
OrthographicCamera(CameraNodeImpl &pimpl)
Constructor for OrthographicCamera.
The RAMSES namespace contains all client side objects and functions used to implement RAMSES applicat...
Definition: AnimatedProperty.h:15