
0
Answered
scene.rotation script
I want to rotate my canvas with z rotaion 11.00, Please confirm that this script will work for the same?
It seems not working.
scene.rotation = vec3(0,0,11);
Customer support service by UserEcho
You can do this either by rotating the canvas itself or by rotating the camera. To rotate the canvas use:
To rotate the camera use something like that:
More details are here: