"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

JSON wont work on position

Hi, i upload a 3D object to appear and this have a JSON for rotation, scale and position, but the object just read the scale and rotation. The position always is the same, and i cant move it.

The same JSON works perfectly with other objects, is just this one.

This is the JSON:

{  "assetType": 1,  "positionX": "0",  "positionY": "-4.5",  "positionZ": "0",  "rotationX": "0",  "rotationY": "0",  "rotationZ": "0",  "localScaleX": "1",  "localScaleY": "1",  "localScaleZ": "1"} Thank you.

DavidBeard

Thu, 11/21/2013 - 20:16

Have you checked the Y position after setting it to determine whether the value is assigned? Also you might try increasing the magnitude of the Y value to determine whether the target position is actually changing.

Hi David, i test the Y position and thats why i'm using "-4". Also try with -100 and -1000 and still wont work.

This is an animated character exported from 3DSMAX to FBX. It moves right, just cant locate it where i want.

Thank you