Rotate Item
trying to rotate an object but this isnt working
script.Mesh1.getTransform().setLocalRotation(new quat (90,45, 0,0));
this is what im trying to do:
https://i.imgur.com/i3Dg5kj.gifv
i can handle the loop , just trying to figure out how to rotate first. ty
Hi Calvin, it looks like you are trying to set the rotation via Euler angles. Additionally, Lens Studio rotations expect Radians and not degrees so you must convert into Radians to do this.
Here's an example of this:
Got the same issue over here... since this is so new there is nothing on the internet