WebGL - Transformations with lighting
In this episode, I discuss how to fix lighting with translations and rotations of objects in WebGL.
Concepts:
Resources:
Concepts:
- Lighting
- Surface color by diffuse reflection = light color base color of surface cos A
- Diffuse reflection = reflection differs by light position
- Angle(A) = between the light and surface
- Surface color by ambient reflection = light color base color of surface
- Ambient reflection = same reflection at any position
- Surface color by diffuse and ambient reflection = surface color by diffuse + surface color by ambient
Resources:
- https://github.com/davidwparker/programmingtil-webgl/tree/master/0075-lighting-part-4-transformations
© programmingtil.com