Normals on the frame are now woriking correctly. The screen light coherently the frame.

This commit is contained in:
Filippo Scognamiglio
2014-03-24 11:09:34 +01:00
parent d0e4086d86
commit 87880e08fd
8 changed files with 56 additions and 75 deletions
+2 -2
View File
@@ -12,8 +12,8 @@ TerminalFrame{
borderTop: 116
borderBottom: 116
imageSource: "../images/screen-frame.png"
//normalsSource: "../images/screen-frame-normals.png"
normalsSource: "../images/screen-frame-normals.png"
sourceRect: Qt.rect(-65, -75, terminal.width + 130, terminal.height + 150)
shaderString: "WhiteFrameShader.qml"
shaderString: "FrameShader.qml"
}