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

Simplify the unholy overengineered mess of rasterization.

This commit is contained in:
Filippo Scognamiglio
2014-09-10 00:59:53 +02:00
parent 39bb5f5ee9
commit 639fd53a19
8 changed files with 161 additions and 150 deletions

View File

@@ -148,8 +148,6 @@ ApplicationWindow{
width: parent.width * shadersettings.window_scaling
height: parent.height * shadersettings.window_scaling
scale: 1.0 / shadersettings.window_scaling
smooth: false
antialiasing: false
opacity: shadersettings.windowOpacity * 0.3 + 0.7
Loader{
@@ -164,7 +162,6 @@ ApplicationWindow{
PreprocessedTerminal{
id: terminal
anchors.fill: parent
anchors.margins: 30
}
ShaderTerminal{
id: shadercontainer