Move model Item to 0,0,0
Hello. I have what should be two SIMPLE tasks in JS, but I cannot seem to be able to get Vuforia to do what I need:
1. Move pvz assembly from assembly coordinates to Vuforia's 0,0,0. This should be as simple as getting the geometric center of the model item and subtracting it! For example, if your assembly is at (1.1, 2.2, 3.3) all I should have to do it say modelItem.x -= modelItem.x and voila! Problem solved. No. Apparently knowing the ACTUAL location of a model requires black magic.
2. Once a model is finally placed at (0,0,0) I need to be able to rotate it IN PLACE. Alas, changing modelItem.rx/ry/rz results in undesired positions.
I've read through the posts on transformations, but the answer is eluding me. Any help is greatly appreciated!

