mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
removing some changes I did not mean to check in
This commit is contained in:
parent
69759ad8f7
commit
8ce7d33fd8
@ -11,7 +11,6 @@ base.enableParticles()
|
||||
|
||||
# ForceGroup
|
||||
fg = ForceGroup.ForceGroup()
|
||||
if 0:
|
||||
gravity = LinearVectorForce(Vec3(0.0, 0.0, -10.0))
|
||||
fg.addForce(gravity)
|
||||
|
||||
@ -22,5 +21,4 @@ pe.reparentTo(render)
|
||||
pe.addForceGroup(fg)
|
||||
|
||||
# Particle Panel
|
||||
#*#pp = ParticlePanel.ParticlePanel(pe)
|
||||
pp = ParticlePanel.ParticlePanel()
|
||||
pp = ParticlePanel.ParticlePanel(pe)
|
||||
|
Loading…
x
Reference in New Issue
Block a user