dilevin / computer-graphics-shader-pipeline

Computer Graphics Assignment about the Shader Pipeline
2 stars 5 forks source link

Expect in model.glsl #5

Closed CassPJ closed 5 years ago

CassPJ commented 5 years ago

Is model.glsl supposed to expect uniform_scale as well?

ACalza commented 5 years ago

You should do all your transformations in that file (I know some of the comments it isn't clear)

rin-23 commented 5 years ago

Correct you can use uniform_scale in your model.glsl.