Skip to content

Commit

Permalink
Fix regression in advanced/abyss.pov
Browse files Browse the repository at this point in the history
Media were not computed due to a setting in comments
  • Loading branch information
LeForgeron committed Oct 25, 2020
1 parent 253941e commit 6b0260e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/core/render/tracepixel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ void TracePixelCameraData::SetupCamera(const Camera& cam)
bool normalise = false;
camera = cam;
useFocalBlur = false;
//precomputeContainingInteriors = true;
precomputeContainingInteriors = true;
cameraDirection = camera.Direction;
cameraRight = camera.Right;
cameraUp = camera.Up;
Expand Down

0 comments on commit 6b0260e

Please sign in to comment.