We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6432edf commit b2f1846Copy full SHA for b2f1846
OgreMain/include/OgreSceneManager.h
@@ -3325,8 +3325,8 @@ namespace Ogre {
3325
/** Returns a visibility boundary box for a specific camera. */
3326
const VisibleObjectsBoundsInfo& getVisibleObjectsBoundsInfo(const Camera* cam) const;
3327
3328
- /** Returns the shadow caster AAB for a specific light-camera combination */
3329
- const VisibleObjectsBoundsInfo& getShadowCasterBoundsInfo(const Light* light, size_t iteration = 0) const;
+ /// @deprecated do not use
+ OGRE_DEPRECATED const VisibleObjectsBoundsInfo& getShadowCasterBoundsInfo(const Light* light, size_t iteration = 0) const;
3330
3331
/** Add a level of detail listener. */
3332
void addLodListener(LodListener *listener);
0 commit comments