How can I convert this Haptix camera: self.viewer.cam.distance = 2.5 self.viewer.cam.azimuth = 132 self.viewer.cam.elevation = -14 To an XML camera with euler angles and position?
The XML does not support the distance/azimuth/elevation format. You would have to do the math yourself.