Commit e119339d authored by Dalai Felinto's avatar Dalai Felinto
Browse files

The tracking data needed to be inverted

parent 1779b7a9
......@@ -205,7 +205,7 @@ class HMD_Base:
transformation = position * rotation
self._modelview_matrix[i] = transformation * view_matrix
self._modelview_matrix[i] = transformation.inverted() * view_matrix
def _getViewMatrix(self, context):
region = context.region_data
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment