HELP updates / BODY-END

Hello,

Since this morning, some important scripts that I had placed at the end of my body-end are no longer working. Could you check if there have been any recent updates that might have caused this issue?

Thank you in advance for your help.

Best regards,

Cedric

Hi, could you please send us the scene - it will help us a lot to investigate and fix the issue as quick as possible. You can send the link to support@shapespark.com or via forum’s PM if the scene is not public.

Hi,
In the latest release we have removed the THREE namespace from our API. So all you have to do to fix your scripts is to change:
point: new THREE.Vector3(0, -2, 1.6)
to:
point: {x:0, y:-2, z:1.6}

Sorry for the inconvenience.