Skip to content

Commit

Permalink
Use the shadow settings from Extreme VL instead of Medium
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbot16 committed Mar 8, 2021
1 parent d929102 commit 9adb20b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/net/coderbot/iris/pipeline/ShadowRenderer.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
import java.util.Objects;

public class ShadowRenderer {
public static final float HALF_PLANE_LENGTH = 80F;
private static final int RESOLUTION = 1024;
public static final float HALF_PLANE_LENGTH = 110F;
private static final int RESOLUTION = 3072;
public static Matrix4f MODELVIEW;

private final WorldRenderingPipeline pipeline;
Expand Down

0 comments on commit 9adb20b

Please sign in to comment.