new collision displacer: got one-block-ceiling-passthru bug, but otherwise tolerable

This commit is contained in:
minjaesong
2017-07-06 16:35:58 +09:00
parent 3eadb6b5e5
commit 19a094b2fa
11 changed files with 298 additions and 189 deletions

View File

@@ -1,3 +1,7 @@
#ifdef GL_ES
precision mediump float;
#endif
varying vec4 v_color;
varying vec2 v_texCoords;