mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
default background alpha should be 0
This commit is contained in:
parent
e05ac10e9d
commit
f010cd6573
@ -1241,7 +1241,7 @@ class ShowBase(DirectObject.DirectObject):
|
|||||||
|
|
||||||
return VBase4(win.getClearColor())
|
return VBase4(win.getClearColor())
|
||||||
|
|
||||||
def setBackgroundColor(self, r = None, g = None, b = None, a = 1.0, win = None):
|
def setBackgroundColor(self, r = None, g = None, b = None, a = 0.0, win = None):
|
||||||
"""
|
"""
|
||||||
Sets the window background color to the indicated value.
|
Sets the window background color to the indicated value.
|
||||||
This assumes the window is set up to clear the color each
|
This assumes the window is set up to clear the color each
|
||||||
|
Loading…
x
Reference in New Issue
Block a user