Rendering engine overhaul
This change has been in the works for a while. The main benefit is twofold:
- Improved performance. About 30% more fps
- Elimination of jagged edge artifacts on particles.
The graphics engine uses deferred rendering. There are 2 frame buffers that are required: Color and Depth. Previous Depth buffer was built in a separate rendering pass, which basically required the whole geometry to be re-rendered twice, once for Depth and once for Color pass. Now both of these buffers are built in a single pass which significantly increases performance. The artifact elimination comes from improved depth buffer precision.
A lot of players on integrated graphics cards have been reporting poor frame-rates, this update should help keep FPS more reasonable on lower end graphics cards as those.
These changes will be shipped with the next patch. We're still working on other parts of it, it should be ready in about a week.
Files
Might is Right
Turn-based strategy with RPG elements
Status | Released |
Author | LazyKitty |
Genre | Strategy, Adventure, Role Playing |
Tags | 3D, 4X, Chess, Exploration, Fantasy, Procedural Generation, Singleplayer, Turn-based |
Languages | German, English, French, Russian, Chinese, Chinese (Simplified) |
More posts
- Major post-release patchDec 16, 2019
- Bugfixes, performance improvements and level updateNov 11, 2019
- Demo versionNov 09, 2019
- Patch 1.3Aug 22, 2019
- Patch 1.2.1Aug 18, 2019
- Patch 1.2Aug 12, 2019
- Achievements, balance update and more in Version 1.1.1Aug 06, 2019
- Patch 1.0.1Jul 27, 2019
- Version 1.0 is here!Jul 24, 2019
- Upcoming features!Jul 17, 2019
Leave a comment
Log in with itch.io to leave a comment.