A tick-tock release cycle allows easy migration to new software versions. Obsolete code is marked as deprecated for one major release. Deprecated code produces compile-time warnings. These warning serve as notification to users that their code should be upgraded. The next major release will remove the deprecated code.
- Ogre2DepthCamera.hh
- Removed unused member variables
captureData
andnewData
- Removed unused member variables
- Visual.hh and Node.hh
- All functions for setting and getting scale properties in the Visual class are moved to the base Node class. These functions are now inherited by the Visual class.