ssloy / tinyrenderer

A brief computer graphics / rendering course
https://github.com/ssloy/tinyrenderer/wiki
Other
20.68k stars 1.98k forks source link

Typo in Lesson 5 #126

Open LeeTeng2001 opened 1 year ago

LeeTeng2001 commented 1 year ago

Great guide! I found a minor type in Lesson 5.

Now image that we have another frame (O', i',j',k'). How do we transform coordinates given in one frame to another? First of all let us note that since (i,j,k) and (i',j',k') are bases of 3D, there exists a (non degenerate) matrix M such that:

to

Now imagine