mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
*** empty log message ***
This commit is contained in:
parent
d46a88a76e
commit
6962cfeb87
@ -41,7 +41,8 @@ class DistributedNode(DistributedObject.DistributedObject, NodePath):
|
|||||||
if parent and isinstance(parent, NodePath):
|
if parent and isinstance(parent, NodePath):
|
||||||
if self.getParent() != parent:
|
if self.getParent() != parent:
|
||||||
print "generate: reparenting %s to %s" % (self, parent)
|
print "generate: reparenting %s to %s" % (self, parent)
|
||||||
self.wrtReparentTo(parent)
|
# Comment out for now - JAY
|
||||||
|
# self.wrtReparentTo(parent)
|
||||||
|
|
||||||
|
|
||||||
def __cmp__(self, other):
|
def __cmp__(self, other):
|
||||||
@ -162,4 +163,3 @@ class DistributedNode(DistributedObject.DistributedObject, NodePath):
|
|||||||
# setPosHpr provided by NodePath
|
# setPosHpr provided by NodePath
|
||||||
def d_setPosHpr(self, 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])
|
self.sendUpdate("setPosHpr", [x, y, z, h, p, r])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user