updateMatrix method

void updateMatrix()
inherited

Updates the local transform.

Implementation

void updateMatrix() {
  matrix.compose(position, quaternion, scale);
  matrixWorldNeedsUpdate = true;
}