mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
IrrlichtMt: Move OpenGL 3+ transformation matrix to shaders (#15591)
This replaces annoying calculations on C++-side and eases the implementation of 2D geometry batch rendering a lot.
This commit is contained in:
parent
412cc96bc9
commit
35bc217ba8
5 changed files with 107 additions and 97 deletions
|
@ -24,6 +24,7 @@ public:
|
|||
|
||||
protected:
|
||||
bool WithTexture;
|
||||
s32 ProjectionID;
|
||||
s32 ThicknessID;
|
||||
s32 TextureUsageID;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue