fix dynamicCubemaps on objects

This commit is contained in:
AzaezelX 2024-04-18 13:57:29 -05:00
parent e5aa6e4a95
commit 824b9a9cd5
5 changed files with 15 additions and 13 deletions

View file

@ -531,7 +531,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 );