Intro to 3d in WebGL - ProgrammingTIL

Опубликовано: 26 Октябрь 2024
на канале: David Parker
680
8

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...