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
See Matrix4.fromCamera and Camera. The tests pass because they are explicitly creating an object literal instead of using a Camera instance.
Also, is there anywhere in Cesium that isn't using fromCamera, but should? I suspect it is not used at all or not used in common code paths since they would be broke.
...not
eye
/target
, which no longer exist.See Matrix4.fromCamera and Camera. The tests pass because they are explicitly creating an object literal instead of using a
Camera
instance.Also, is there anywhere in Cesium that isn't using
fromCamera
, but should? I suspect it is not used at all or not used in common code paths since they would be broke.Reported by @anne-gropler in #129 (comment).
@lilleyse this is a good beginner issue.
The text was updated successfully, but these errors were encountered: