Fix issue with depth rendering
This commit is contained in:
parent
d7120fbc2e
commit
cfba504e3c
|
|
@ -13,6 +13,7 @@ Model {
|
|||
DefaultMaterial {
|
||||
cullMode: Material.NoCulling
|
||||
lighting: DefaultMaterial.NoLighting
|
||||
depthDrawMode: Material.AlwaysDepthDraw
|
||||
diffuseMap: Texture {
|
||||
sourceItem: DesktopView {
|
||||
screen: display.screen
|
||||
|
|
|
|||
Loading…
Reference in New Issue