Merge branch 'mc/1.13' into mc/1.15

This commit is contained in:
Blue (Lukas Rieger) 2020-07-02 20:01:08 +02:00
commit 4d08fedb80
3 changed files with 3 additions and 1 deletions

View File

@ -25,6 +25,7 @@
import { ShaderChunk } from 'three';
const HIRES_VERTEX_SHADER = `
#define EPSILON 1e-6
${ShaderChunk.logdepthbuf_pars_vertex}
attribute float ao;

View File

@ -25,6 +25,7 @@
import { ShaderChunk } from 'three';
const LOWRES_VERTEX_SHADER = `
#define EPSILON 1e-6
${ShaderChunk.logdepthbuf_pars_vertex}
varying vec3 vPosition;

View File

@ -1,6 +1,6 @@
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
coreVersion=0.7.0
coreVersion=0.8.0
targetVersion=mc1.15