Skip to content

Commit e59a1c2

Browse files
committed
Merge branch 'mc/1.13' into mc/1.12
2 parents 1bb4641 + 15cbfe1 commit e59a1c2

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

BlueMapCore/src/main/webroot/js/libs/shaders/HiresVertexShader.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
import { ShaderChunk } from 'three';
2626

2727
const HIRES_VERTEX_SHADER = `
28+
#define EPSILON 1e-6
2829
${ShaderChunk.logdepthbuf_pars_vertex}
2930
3031
attribute float ao;

BlueMapCore/src/main/webroot/js/libs/shaders/LowresVertexShader.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
import { ShaderChunk } from 'three';
2626

2727
const LOWRES_VERTEX_SHADER = `
28+
#define EPSILON 1e-6
2829
${ShaderChunk.logdepthbuf_pars_vertex}
2930
3031
varying vec3 vPosition;

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
org.gradle.jvmargs=-Xmx3G
22
org.gradle.daemon=false
33

4-
coreVersion=0.7.0
4+
coreVersion=0.8.0
55

66
targetVersion=mc1.12

0 commit comments

Comments
 (0)