mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -04:00
fluid intervals
This commit is contained in:
parent
5e6dee54df
commit
fbb2032a97
@ -172,7 +172,7 @@ class ProjectileInterval(Interval):
|
||||
(.5 * self.zAcc * t * t)))
|
||||
|
||||
def privStep(self, t):
|
||||
self.node.setPos(self.__calcPos(t))
|
||||
self.node.setFluidPos(self.__calcPos(t))
|
||||
Interval.privStep(self, t)
|
||||
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user