mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 12:55:54 +08:00
Allow setting the diffuse_color with a uniform binding
CURA-345
This commit is contained in:
parent
7faae685e5
commit
2498e7110d
@ -74,6 +74,7 @@ u_viewProjectionMatrix = view_projection_matrix
|
|||||||
u_normalMatrix = normal_matrix
|
u_normalMatrix = normal_matrix
|
||||||
u_viewPosition = view_position
|
u_viewPosition = view_position
|
||||||
u_lightPosition = light_0_position
|
u_lightPosition = light_0_position
|
||||||
|
u_diffuseColor = diffuse_color
|
||||||
|
|
||||||
[attributes]
|
[attributes]
|
||||||
a_vertex = vertex
|
a_vertex = vertex
|
||||||
|
Loading…
x
Reference in New Issue
Block a user