Skip to content

Commit

Permalink
Add missing ForwardClustered::getCubemapProbesPerCell
Browse files Browse the repository at this point in the history
  • Loading branch information
darksylinc committed Dec 19, 2024
1 parent 96b3046 commit 1c284e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OgreMain/include/OgreForwardClustered.h
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ namespace Ogre
uint32 getNumSlices() const { return mNumSlices; }
uint32 getLightsPerCell() const { return static_cast<uint32>( mLightsPerCell ); }
uint32 getDecalsPerCell() const { return static_cast<uint32>( mDecalsPerCell ); }
uint32 getCubemapProbesPerCell() const { return static_cast<uint32>( mCubemapProbesPerCell ); }
float getMinDistance() const { return mMinDistance; }
float getMaxDistance() const { return mMaxDistance; }

Expand Down

0 comments on commit 1c284e6

Please sign in to comment.