updateMatrix method
void
updateMatrix()
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;
}