Open C-dS-R opened 6 years ago
https://github.com/armory3d/armory/blob/master/blender/arm/exporter.py#L486
o['transform']['values'] = self.write_matrix(bobject.matrix_basis)
seems to fix the problem.
https://blender.stackexchange.com/questions/35125/what-is-matrix-basis
matrix_local = matrix_parent_inverse * matrix_basis
Tried to follow this tutorial: http://forums.armory3d.org/t/logic-nodes-tutorial-for-simple-fps-controller/598 and the view looks strange when I press F5
My scene:
The view:
myscene.zip