NerdyMuppet

Results 1 comments of NerdyMuppet

I managed to use CameraSetRelative6DOF() by going in the Attributes.py and setting ``` self.CameraSetRelative6DOF.argtypes = [ HANDLE, c_float, c_float, c_float, c_float, c_float, c_float ] ``` then I simply did this:...