*** empty log message ***

This commit is contained in:
Joe Shochet 2001-06-06 22:52:34 +00:00
parent e1706a5b9c
commit 85638d9636
1 changed files with 2 additions and 1 deletions

View File

@ -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()