Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
call updateMatrixWorld after performing setLatLonToYUp (#460)
* call updateMatrixWorld after performing setLatLonToYUp in GoogleTilesRenderer In case other components rely on the matrixWorld of the group they might only get the correct value after the next rendered frame. This might cause short "blips" with one frame being out of place, offset by the distance between the previous and current (lat,lon). * adjust to lint rules
- Loading branch information