threeleapcontrols
threeleapcontrols copied to clipboard
Using these scripts without affecting the camera
Hi there,
I'm trying to use this example to get leap control for objects (ie. select an object then once it is selected have the ability to scale, rotate and translate the object).
I am using VRcontrols for the camera and don't want conflicts between the two. I am wondering if you have an example where the camera is not controlled but the objects are?
Looking at the LeapObjectControls.js I can see it passes the camera through the function, but can you explain why this is necessary for this script? Are the two scripts reliant on each other?