Dynamic placement of the NX model in vuforia studio
I am trying to use tml3dRenderer.addPVS to add the model dynamically in the vuforia studio.
tml3dRenderer.addPVS('tracker1', name, 'app/resources/Uploaded/<model>.pvz', undefined, undefined, () => { tml3dRenderer.setTranslation(name,pos.x,pos.y,pos.z); tml3dRenderer.setRotation (name,rot.x,rot.y,rot.z);
})
I have information about the NX model position (x,y,z) and orientation(rx,ry,rz) respectively in the csv file.I think the Up vector in Vuforia studio (Y-axis) and NX (Z-axis) are different. Because of that, the coordinates as well as orientation transformation should be taken into consideration from NX CAD to Vuforia studio. How to achieve this transformation in Vuforia studio? I will appreciate your help . Thank you in advance.

