Merge branch 'mc/1.13'

This commit is contained in:
Blue (Lukas Rieger) 2020-07-02 19:52:50 +02:00
commit f492e2c278
2 changed files with 2 additions and 0 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;