remove scripts

This commit is contained in:
2021-02-25 22:43:28 +01:00
parent 8735f2d409
commit 45286b8178
5 changed files with 35 additions and 43 deletions

View File

@@ -26,7 +26,7 @@ void main() {
normal_cam_u = normalize(tbn * normal_cam_u);
// vec3 light_direction_cam_u = normalize(ubo.light_position - position_wld);
vec3 light_direction_cam_u = normalize(vec3(sin(ubo.time), 1.0, cos(ubo.time)));
vec3 light_direction_cam_u = normalize(vec3(1.0, 1.0, 1.0));
float ambient_strength = 0.1;
vec3 light_color = vec3(1.0, 1.0, 1.0);