Allow setting the diffuse_color with a uniform binding

CURA-345
This commit is contained in:
fieldOfView 2016-06-14 11:05:50 +02:00
parent 7faae685e5
commit 2498e7110d

View file

@ -74,6 +74,7 @@ u_viewProjectionMatrix = view_projection_matrix
u_normalMatrix = normal_matrix
u_viewPosition = view_position
u_lightPosition = light_0_position
u_diffuseColor = diffuse_color
[attributes]
a_vertex = vertex