source: opengl-game/docs/notes.txt

feature/imgui-sdl
Last change on this file 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
Line 
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.