Quantcast
Channel: Programming (In-game)
Viewing all articles
Browse latest Browse all 645

IMyProjector and Programming? Is it possible?

$
0
0
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.

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,...
IMyProjector and Programming? Is it possible?

Viewing all articles
Browse latest Browse all 645

Trending Articles