diff --git a/jme3-effects/src/main/resources/Common/MatDefs/SSAO/normal.vert b/jme3-effects/src/main/resources/Common/MatDefs/SSAO/normal.vert index 0d812a8cb..82a08f392 100644 --- a/jme3-effects/src/main/resources/Common/MatDefs/SSAO/normal.vert +++ b/jme3-effects/src/main/resources/Common/MatDefs/SSAO/normal.vert @@ -1,7 +1,8 @@ #import "Common/ShaderLib/Instancing.glsllib" #import "Common/ShaderLib/Skinning.glsllib" -uniform mat4 g_WorldViewProjectionMatrix; -uniform mat3 g_NormalMatrix; +// These are included in the above now +//uniform mat4 g_WorldViewProjectionMatrix; +//uniform mat3 g_NormalMatrix; attribute vec3 inPosition; attribute vec3 inNormal;