mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 14:04:03 -06:00
Allow setting the diffuse_color with a uniform binding
CURA-345
This commit is contained in:
parent
7faae685e5
commit
2498e7110d
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue