You are viewing the course site for a past offering of this course. The current offering may be found here.
Lecture 6: Graphics Pipeline (46)
selinafeng

During lecture Professor Kanazawa mentioned that the lightDir is uniformly constant which means that it's an infinitely faraway light. How is the direction of the light represented in a vec3 format? Do the values represent some point in space that the light is coming from? Or is there some specific value that denotes an infinitely faraway light?

bveeramani

I'm kind of confused about how a shader is a program. Is it a program in the conventional sense, where the instructions are loaded into memory, and the processor steps through the instructions? If that's the case, what's the point in having a separate language (i.e., GLSL)? Couldn't you just create a C library or API to achieve the same functionality?

j316chuck

I think it GLSL has close parallels with a C-Library https://www.wikiwand.com/en/OpenGL_Shading_Language

You must be enrolled in the course to comment