Closed eitanlees closed 4 years ago
I've been reviewing some older posts. I very much enjoyed this one on creating a custom 3D engine but I found an error in the final code chunk.
The MVP matrix should be built by multiplying on the left.
MVP
This is done correctly in the linked example bunny-8.py but not in the posted example.
bunny-8.py
cc @rougier
Thanks for spotting this!
I've been reviewing some older posts. I very much enjoyed this one on creating a custom 3D engine but I found an error in the final code chunk.
The
MVP
matrix should be built by multiplying on the left.This is done correctly in the linked example
bunny-8.py
but not in the posted example.cc @rougier