updateMatrix method
      
void
updateMatrix()
       
    
inherited
    Updates the local transform.
Implementation
void updateMatrix() {
  matrix.compose(position, quaternion, scale);
  matrixWorldNeedsUpdate = true;
}Updates the local transform.
void updateMatrix() {
  matrix.compose(position, quaternion, scale);
  matrixWorldNeedsUpdate = true;
}