@@ -632,7 +632,6 @@ func (n *Node) SetMatrix(m *math32.Matrix4) {
n.matrix = *m
n.matrix.Decompose(&n.position, &n.quaternion, &n.scale)
- n.matNeedsUpdate = true
}
// Matrix returns a copy of the local transformation matrix.