mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
need default parameters for runp3d.py
This commit is contained in:
parent
16ae6aa182
commit
211df4b90f
@ -874,7 +874,7 @@ class AppRunner(DirectObject):
|
||||
initAppForGui()
|
||||
|
||||
def setP3DFilename(self, p3dFilename, tokens, argv, instanceId,
|
||||
interactiveConsole, p3dOffset, p3dUrl):
|
||||
interactiveConsole, p3dOffset = 0, p3dUrl = None):
|
||||
""" Called by the browser to specify the p3d file that
|
||||
contains the application itself, along with the web tokens
|
||||
and/or command-line arguments. Once this method has been
|
||||
|
Loading…
x
Reference in New Issue
Block a user