m2ms / fragalysis-frontend

The React, Redux frontend built by webpack
Other
1 stars 2 forks source link

Restore NGL view state #433

Open boriskovar-m2ms opened 4 years ago

boriskovar-m2ms commented 4 years ago

By restoring orientation matrix it SHOULD be possible to reconstruct a NGL view zoom level and orientation.

teriraj commented 3 years ago

problem with saving process (bug is tracking in #454)

teriraj commented 3 years ago

Doesn´t work correctly: after save action and reload - the NGL view should look the same as before

boriskovar-m2ms commented 3 years ago

After saving and reloading the state the orientation matrix is not applied. But after restoring saved state the orientation matrix is correctly displayed.

teriraj commented 3 years ago

fixed.