3D Model size is increasing while dragging the model outside the screen using stylus

Hi Alex,
It feels like model size is increasing while dragging the model outside the screen can I restrict it

The sample Draggable.cs script included with zCore6 does not apply scale values. Are you using a custom script to drag? If so, please share it.

Hi Alex,
I am using the default draggable script. It feels like model size is increasing but not increasing really.

Hi Jeykamalesh,

It sounds like your describing depth perspective. The object appears bigger because its closer to the cameras. Does the dragged object’s parallax increase or decrease substantially when the perceived scale increase occurs?

If you’re dragging objects off screen, then it is possible that you are moving the stylus outside of the ideal view of the tracking cameras. Stylus tracking has a tendency to drift under those circumstances. If that is the case, then there isn’t much that can be done. Your best option will be to encourage user actions that don’t lead them to move the stylus outside of tracked view of the cameras.

Alex S.