mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
*** empty log message ***
This commit is contained in:
parent
07a7224e2d
commit
db5f690597
@ -822,6 +822,9 @@
|
|||||||
def setAlphaScale(self, alpha):
|
def setAlphaScale(self, alpha):
|
||||||
self.setColorScale(1, 1, 1, alpha)
|
self.setColorScale(1, 1, 1, alpha)
|
||||||
|
|
||||||
|
def setAllColorScale(self, color):
|
||||||
|
self.setColorScale(color, color, color, 1)
|
||||||
|
|
||||||
def showCS(self, mask = None):
|
def showCS(self, mask = None):
|
||||||
"""showCS(self, mask)
|
"""showCS(self, mask)
|
||||||
Shows the collision solids at or below this node. If mask is
|
Shows the collision solids at or below this node. If mask is
|
||||||
|
Loading…
x
Reference in New Issue
Block a user