Hello all,
In regards to the RTS Camera tutorial provided by CMD Kewin (http://www.irrlicht3d.org/wiki/index.ph ... ByCmdKewin), has anyone successfully adapted the source code to work with Irrlicht 1.5.1 (or 1.6)?
If so, could they please please please share it out, because I have been trying to adapt the code snippet to work, and no matter what strategy I use, it always fails.
Thanks a bunch!
Mikey
[RTS Camera] - Adapted to 1.5.1 / 1.6 ?
It shouldn't take much work. You will have to...
Travis
- rename a few functions (as documented in changes.txt). i.e., OnPreRender() becomes OnRegisterSceneNode()
- change function declarations and definitions to match the signatures in ICameraSceneNode.h. i.e., f32 getFOV() becomes f32 getFOV() const.
Travis