Skip to content

Commit

Permalink
Forcibly disable separateAo
Browse files Browse the repository at this point in the history
  • Loading branch information
Cleptomania committed Oct 29, 2024
1 parent 4bbf39e commit 0d4e63c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ private PackDirectives(Set<Integer> supportedRenderTargets, PackShadowDirectives
sun = properties.getSun().orElse(true);
moon = properties.getMoon().orElse(true);
rainDepth = properties.getRainDepth().orElse(false);
separateAo = properties.getSeparateAo().orElse(false);
separateAo = false; //properties.getSeparateAo().orElse(false);
oldLighting = properties.getOldLighting().orElse(false);
concurrentCompute = properties.getConcurrentCompute().orElse(false);
oldHandLight = properties.getOldHandLight().orElse(true);
Expand Down

0 comments on commit 0d4e63c

Please sign in to comment.