mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
Made panda started
This commit is contained in:
parent
c965edbe75
commit
f65ab84347
@ -2773,8 +2773,14 @@ class ParticlePanel(AppShell):
|
||||
# Create demo in root window for testing.
|
||||
if __name__ == '__main__':
|
||||
|
||||
try:
|
||||
base
|
||||
except:
|
||||
from direct.directbase import DirectStart
|
||||
|
||||
root = Pmw.initialise()
|
||||
pp = ParticlePanel()
|
||||
base.pp=pp
|
||||
#ve = VectorEntry(Toplevel(), relief = GROOVE)
|
||||
#ve.pack()
|
||||
run()
|
||||
|
Loading…
x
Reference in New Issue
Block a user