*** empty log message ***
This commit is contained in:
parent
e1706a5b9c
commit
85638d9636
|
|
@ -176,5 +176,6 @@ def relHpr(nodePath, base, h, p, r):
|
|||
# Set direct drawing style for an object
|
||||
# Never light object or draw in wireframe
|
||||
def useDirectRenderStyle(nodePath):
|
||||
nodePath.arc().setTransition(LightTransition.allOff())
|
||||
# TODO: Turn this back on when Dave fixes this interrogate problem
|
||||
# nodePath.arc().setTransition(LightTransition.allOff())
|
||||
nodePath.setRenderModeFilled()
|
||||
|
|
|
|||
Loading…
Reference in New Issue