mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 14:44:36 +00:00
fix dynamicCubemaps on objects
This commit is contained in:
parent
e5aa6e4a95
commit
824b9a9cd5
5 changed files with 15 additions and 13 deletions
|
|
@ -531,7 +531,7 @@ F32 PlaneReflector::calcScore( const ReflectParams ¶ms )
|
|||
return score;
|
||||
}
|
||||
|
||||
void PlaneReflector::updateReflection( const ReflectParams ¶ms )
|
||||
void PlaneReflector::updateReflection( const ReflectParams ¶ms, Point3F explicitPostion)
|
||||
{
|
||||
PROFILE_SCOPE(PlaneReflector_updateReflection);
|
||||
GFXDEBUGEVENT_SCOPE( PlaneReflector_updateReflection, ColorI::WHITE );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue