mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-10 13:56:31 -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.
|
# Create demo in root window for testing.
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|
||||||
|
try:
|
||||||
|
base
|
||||||
|
except:
|
||||||
|
from direct.directbase import DirectStart
|
||||||
|
|
||||||
root = Pmw.initialise()
|
root = Pmw.initialise()
|
||||||
pp = ParticlePanel()
|
pp = ParticlePanel()
|
||||||
base.pp=pp
|
base.pp=pp
|
||||||
#ve = VectorEntry(Toplevel(), relief = GROOVE)
|
#ve = VectorEntry(Toplevel(), relief = GROOVE)
|
||||||
#ve.pack()
|
#ve.pack()
|
||||||
|
run()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user