feature/imgui-sdl
Last change
on this file since e1f88a9 was bf4744d, checked in by Dmitry Portnoy <dmitry.portnoy@…>, 5 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 | |
---|
1 | One important thing to note with the transformation matrices is that any scaling needs to be the first
|
---|
2 | operation to be applied. Otherwise, any translations done before that get messed up. Since I will be scaling
|
---|
3 | things pretty rarely, not sure if it's worth doing anything special about this.
|
---|
4 |
|
---|
5 | model_transform is only changed outside of transformObject() for lasers.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.