Skip to content

Commit b2f1846

Browse files
committed
Main: deprecate SceneManager::getShadowCasterBoundsInfo
1 parent 6432edf commit b2f1846

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

OgreMain/include/OgreSceneManager.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -3325,8 +3325,8 @@ namespace Ogre {
33253325
/** Returns a visibility boundary box for a specific camera. */
33263326
const VisibleObjectsBoundsInfo& getVisibleObjectsBoundsInfo(const Camera* cam) const;
33273327

3328-
/** Returns the shadow caster AAB for a specific light-camera combination */
3329-
const VisibleObjectsBoundsInfo& getShadowCasterBoundsInfo(const Light* light, size_t iteration = 0) const;
3328+
/// @deprecated do not use
3329+
OGRE_DEPRECATED const VisibleObjectsBoundsInfo& getShadowCasterBoundsInfo(const Light* light, size_t iteration = 0) const;
33303330

33313331
/** Add a level of detail listener. */
33323332
void addLodListener(LodListener *listener);

0 commit comments

Comments
 (0)