Browse Source

ensure smooth position is updated correctly on generate

David Rose 22 years ago
parent
commit
b4edf464e1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      direct/src/distributed/DistributedSmoothNode.py

+ 2 - 0
direct/src/distributed/DistributedSmoothNode.py

@@ -273,6 +273,8 @@ class DistributedSmoothNode(DistributedNode.DistributedNode):
         self.smoother.clearPositions(1)
         self.smoother.clearPositions(1)
         self.smoother.markPosition()
         self.smoother.markPosition()
 
 
+        self.forceToTruePosition()
+
     def setComponentTLive(self, timestamp):
     def setComponentTLive(self, timestamp):
         # This is the variant of setComponentT() that will be called
         # This is the variant of setComponentT() that will be called
         # whenever we receive a live update directly from the other
         # whenever we receive a live update directly from the other