I have a small problem trying to alter the offset and rotation of a projection from a projector. Here's my code. Any help to get it working would be greatly apprecieted.
IMyProjector and Programming? Is it possible?
Code:
public void Main(string argument, UpdateType updateSource) { var defaultLargeVertex = new List<int>{2,0,-1,0,0,0}; // Horizontal Offset, Vertical Offset, Forward Offset, Pitch, Yaw, Roll var defaultSmallVertex = new List<int>{0, -28, -3, 90, 0, 180}; // Horizontal Offset, Vertical Offset, Forward Offset,...