Browse Source

changed world transform matrix highp, medp causes errors on iphone8 + in some cases

[email protected] 7 years ago
parent
commit
09672aed47

File diff suppressed because it is too large
+ 0 - 2
oxygine/src/oxygine/core/system_data.cpp


+ 1 - 1
oxygine/system_data/original/system/shader.glsl

@@ -4,7 +4,7 @@ varying mediump vec2 result_uv;
 varying mediump vec2 result_uv2;
 
 #ifdef VS
-uniform mediump mat4 mat;
+uniform highp mat4 mat;
 uniform mediump vec3 msk[4];
 attribute vec3 position;
 attribute vec4 color;

Some files were not shown because too many files changed in this diff