#include <cameraOrbit.h>

Public Member Functions | |
| void | update (CCameraTarget &target) |
| Update the Orbit camera using player input. | |
Create methods | |
| CCameraOrbit () | |
| Build an orbit camera using default values. | |
| CCameraOrbit (CXMLNode &node) | |
| Create a CCameraOrbit object using data from XML node. | |
Static Public Attributes | |
| static const char * | m_kStrElm = "CameraOrbit" |
| XML element string. | |
(c) 2007-2008 oP group Germany GbR. All rights reserved.
This source code is provided "as is" with no warranty and must not be distributed without written permission.
| CCameraOrbit::CCameraOrbit | ( | CXMLNode & | node | ) |
Create a CCameraOrbit object using data from XML node.
| node | XML node of a CameraOrbit entity |
| void CCameraOrbit::update | ( | CCameraTarget & | target | ) | [virtual] |
Update the Orbit camera using player input.
| target | The current camera target. update camera position |
Reimplemented from CCameraThird.
1.5.4