Hi.
I just start to make my own scene component.
But when i try to put any children into it, game is crashing at IsRotationNormalized()
I make some investigation and found that matrix for some other component ( I believe the one I drop into my component ) is really corrupted ( rotation is 0,0,0,0 )
I believe i miss something and my component should update child matrices or something. I don’t know.
Here is the source
http://pastebin.com/ASeXWZzi
and header
http://pastebin.com/gd6CXeHe