Merge pull request #1260 from Azaezel/alpha41/dynamicReflectionRevisions

fix dynamicCubemaps on objects
This commit is contained in:
Brian Roberts 2024-04-24 23:14:10 -05:00 committed by GitHub
commit 29ba0439b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 15 additions and 13 deletions

View file

@ -532,7 +532,7 @@ F32 PlaneReflector::calcScore( const ReflectParams &params )
return score;
}
void PlaneReflector::updateReflection( const ReflectParams &params )
void PlaneReflector::updateReflection( const ReflectParams &params, Point3F explicitPostion)
{
PROFILE_SCOPE(PlaneReflector_updateReflection);
GFXDEBUGEVENT_SCOPE( PlaneReflector_updateReflection, ColorI::WHITE );