mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
got ship to stop moving for black pearl sequence
This commit is contained in:
parent
1d6233aae5
commit
280013a555
@ -133,5 +133,8 @@ class DistributedNodeAI(DistributedObjectAI.DistributedObjectAI, NodePath):
|
||||
self.sendUpdate("setXYZH", [x, y, z, h])
|
||||
|
||||
# setPosHpr provided by NodePath
|
||||
def b_setPosHpr(self, x, y, z, h, p, r):
|
||||
self.setPosHpr(x, y, z, h, p, r)
|
||||
self.d_setPosHpr(x, y, z, h, p, r)
|
||||
def d_setPosHpr(self, x, y, z, h, p, r):
|
||||
self.sendUpdate("setPosHpr", [x, y, z, h, p, r])
|
||||
|
Loading…
x
Reference in New Issue
Block a user