Hallo. i have a problem. im following tutorial on youtube but they use mouse to control the camera and use the MouseLock plugin. because its not work on android. how can i change the mouse movement camera to sweeping touch movement camera?
This is the event sheet for camera control with mouse.
Q3D: Rotation from eular angles ->
X = clamp(Q3DMaster.camRotX+MouseLock.RawY*mousespeed*-1,180,360)
Y = Q3DMaster.camRotY
Z = Q3DMaster.camRotZ+MouseLock.RawX*mousespeed
Please help me