mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
Fixed probe cubemap reindexing assignment
Fixed BRDF texture binding in forward pass so it doesn't screw with the probes or regular lighting results during bakes Fixed early-out check on probe manager so probes can be rendered during reflect pass as well.
This commit is contained in:
parent
f8750dd8ed
commit
98f50a4453
2 changed files with 7 additions and 5 deletions
|
|
@ -817,7 +817,7 @@ void ReflectionProbe::bake()
|
|||
|
||||
PROBEMGR->bakeProbe(this);
|
||||
|
||||
setMaskBits(StaticDataMask);
|
||||
setMaskBits(-1);
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue