fixed wrong dimension
This commit is contained in:
@@ -15,7 +15,7 @@ uniform struct Light {
|
||||
uniform bool b_transparent;
|
||||
|
||||
varying vec2 v_texcoord;
|
||||
varying vec4 v_position;
|
||||
varying vec3 v_position;
|
||||
varying vec3 v_normal;
|
||||
|
||||
void main()
|
||||
|
Reference in New Issue
Block a user