mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 01:44:06 -04:00
added empty-node debugging
This commit is contained in:
parent
f8c53e1a4b
commit
c83adf5b41
@ -200,6 +200,7 @@ class DistributedSmoothNodeBase:
|
||||
|
||||
def d_broadcastPosHpr_XYH(self):
|
||||
# send out the minimal bits to describe our new position
|
||||
assert not self.isEmpty(), 'DistributedSmoothNode %s has been removed from graph?' % self.doId
|
||||
xyz = self.getPos()
|
||||
h = self.getH()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user