Use material color for cutting_mesh and infill_mesh

This commit is contained in:
fieldOfView 2017-11-10 12:24:32 +01:00
parent ac27b3f811
commit e00ac591bf
2 changed files with 7 additions and 2 deletions

View file

@ -111,6 +111,7 @@ u_modelMatrix = model_matrix
u_viewProjectionMatrix = view_projection_matrix
u_normalMatrix = normal_matrix
u_lightPosition = light_0_position
u_diffuseColor = diffuse_color
[attributes]
a_vertex = vertex