initialize world matrix to identity instead of zero (Fixes webvr controllers)
@@ -106,7 +106,7 @@
private _children: Node[];
/** @hidden */
- public _worldMatrix = Matrix.Zero();
+ public _worldMatrix = Matrix.Identity();
public _worldMatrixDeterminant = 0;