1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2025-11-01 15:42:12 +00:00

Optimizations: motion blur is better, and quality is now customizable. Default value is 50%. which is again a good compromise.

This commit is contained in:
Filippo Scognamiglio
2014-12-15 02:35:13 +01:00
parent 37317136ed
commit 26d5c56cd0
5 changed files with 49 additions and 14 deletions

View File

@@ -11,6 +11,7 @@ ShaderTerminal{
blending: false
source: terminal.mainSource
blurredSource: terminal.blurredSource
dispX: (12 / width) * appSettings.window_scaling
dispY: (12 / height) * appSettings.window_scaling
virtual_resolution: terminal.virtualResolution