In this episode, I introduce 3d in WebGL. We start by using the lookAt function.
Sign up for my Newsletter: https://www.programmingtil.com/
Concepts:
lookAt -
// out, eye, center, up
// out = output matrix
// eye = position of the "camera", or eyes, while "looking at" the center
// center = the focal point, where we're looking
// up = the "vertical" up direction from the center
Current Schedule:
Daily - React and/or WebGL
Resources:
https://github.com/davidwparker/progr...