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

localOrientation

$
0
0
Consider the code:
Code:
Matrix localOrientation;
gyroscope.Orientation.GetMatrix(out localOrientation);
currentVector = localOrientation.Forward;
Is localOrientation.Forward in relation to the ships forward direction, or a particular face on the block that is its 'forward' face?

Viewing all articles
Browse latest Browse all 903

Trending Articles