source: opengl-game/docs/notes.txt@ 0ecab17

feature/imgui-sdl points-test
Last change on this file since 0ecab17 was bf4744d, checked in by Dmitry Portnoy <dmitry.portnoy@…>, 4 years ago

Updates notes and move all the documentation / todo files into a new docs/ folder

  • Property mode set to 100644
File size: 366 bytes
RevLine 
[bf4744d]1One important thing to note with the transformation matrices is that any scaling needs to be the first
2operation to be applied. Otherwise, any translations done before that get messed up. Since I will be scaling
3things pretty rarely, not sure if it's worth doing anything special about this.
4
5model_transform is only changed outside of transformObject() for lasers.
Note: See TracBrowser for help on using the repository browser.