Transform3D not updating
Hello,
I am using a PickTranslateBehavior object to move the shapes in the scene graph.
Initially I position the various shapes. My problem is that the Transform3D object values remain the same even after the object has been moved.
What I was expecting was for the translation column of the 4x4 matrix to be changed. Why is it staying the same?
Thanks,
Randall