You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some parts of iTowns we assume that the camera has no parent, and that we can directly use its .position attribute instead of extracting its real world position from its .matrixWorld.
There are quite a few places to check (likely include false-positive):
git grep position |grep -i camera | wc -l
176
The text was updated successfully, but these errors were encountered:
In some parts of iTowns we assume that the camera has no parent, and that we can directly use its
.position
attribute instead of extracting its real world position from its.matrixWorld
.There are quite a few places to check (likely include false-positive):
The text was updated successfully, but these errors were encountered: