Hi,
I have a problem, I can't run the script with GlovePie.
When I click RUN, these lines turn red
cam.x=-smooth(var.pos[1],5)
cam.y=smooth(var.pos[2],5)
cam.z=-smooth(var.pos[3],5)
cam.yaw=smooth(var.yaw,5)
cam.roll=0
cam.pitch=-smooth((var.pitch),5)
cam.vFov=aTan(var.ScreenHeight/(smooth(var.posZ,5))/2)*2
cam.nearclip=10cm
I believe "cam" is supposed to be associate to something but I can't figure what.
thx