mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
- Get rid of the different GlowModes since we found the correct one (DIFFUSE and ADD) Get rid of the ui to change the mode - INtroduce a "RenderResolutionScale" in the application that controls the ratio ofthe resolution between the framebuffers and the native window provided by Qt - In the paintGL, in the default rendering path: the rendering Framebuffers are resized to the window.size * renderResolutionScale. The viewport is assigned to the framebuffer size from GlowEffect.prepare() to GlowEffect.render() (and not the original GLCanvas size) at the end of GLowEffect render, the final step is to blit the colorbuffer from the rendering into the window's default framebuffer at the original resolution, and that requires one more glViewport - add the ui in developer/render/ menu "scale resolution" where you can select the scaling level. THis should show in the rendering with ugly aliasing when selecting a scale under 1/2. |
||
---|---|---|
.. | ||
external | ||
resources | ||
src | ||
ui | ||
CMakeLists.txt | ||
interface.icns | ||
interface_en.ts | ||
InterfaceConfig.h.in | ||
InterfaceVersion.h.in |