Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bad matrix in Canary #1002

Closed
emackey opened this issue Aug 1, 2013 · 4 comments · Fixed by #1053
Closed

Bad matrix in Canary #1002

emackey opened this issue Aug 1, 2013 · 4 comments · Fixed by #1053

Comments

@emackey
Copy link
Contributor

emackey commented Aug 1, 2013

This appears to be a Canary-only issue for now, but probably worth investigating.

In Chrome Canary 30 with b19 master, Incognito mode, load up Cesium Viewer and switch to 2D mode. At the end of the morph:

matrix is not invertible because its determinate is zero.

This was originally reported to me as a more complex bug: Load simple.czml into Viewer and follow a satellite, then switch to 2D and wait for the morph to complete, and then switch to Columbus View. The same type of error message appears at the start of the morph to CV.

@pjcozzi
Copy link
Contributor

pjcozzi commented Aug 1, 2013

I actually want to avoid the inversion for some matrices altogether with Gauss-Jordan elimination. CC #419. It could fix this issue if it turns out to be a real problem.

@mramato
Copy link
Contributor

mramato commented Aug 21, 2013

I think this went into Chrome 29, released yesterday. See linked issue.

@emackey
Copy link
Contributor Author

emackey commented Aug 21, 2013

I see it in Chrome stable now too.

@mramato
Copy link
Contributor

mramato commented Aug 21, 2013

Yeah, they are definitely the same bug. We'll close them both once the fixes are in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants