Tomasz Kapuściński
|
baa616050a
|
Some refactors to reduce extensive recompilation cascades
Renamed AlphaMode::OPAQUE to AlphaMode::NONE due to clash with preprocessor define
Moved Gfx::EngineTriangle to a separate file
|
2022-02-26 02:39:13 +01:00 |
Tomasz Kapuściński
|
aacc2d0596
|
Moved non-CRenderer-specific functionality back to CDevice and refactored some of the state change methods
Rewritten control rendering code to use improved way of sending geometry to GPU memory
|
2022-02-05 19:07:46 +01:00 |
Tomasz Kapuściński
|
37bdc8665f
|
Removed remaining rendering code from CGL33Device and fixed some issues
|
2022-02-03 20:53:53 +01:00 |
Tomasz Kapuściński
|
e76c00c7f4
|
Fixed the Z coordinate not working in particle renderer
|
2022-01-22 01:50:10 +01:00 |
Tomasz Kapuściński
|
048393f448
|
Added CParticleRenderer and reimplemented particle rendering code to use it
|
2022-01-20 21:38:58 +01:00 |