David Sehnal
David Sehnal
This looks like you have used the graphics card memory for other things in the meantime and the browser (or perhaps the graphics card drivers) destroyed the viewport context for...
Where does this happen? For example, when editing Options for measurements which have auto-apply on, this doesn't happen to me.
Maybe ``launch.json`` requires additional config to link all the source maps?
Hi, the manager is not synced synchronously (as it is mainly meant to show the state in the UI), so you need to await a timeout before using it like...
> @dsehnal how would you ensure the manager is synced? That should already be happening. But the state tree update needs to finish before that could happen.
That happens automatically https://github.com/molstar/molstar/blob/master/src/mol-plugin-state/manager/structure/hierarchy.ts#L64 > As you can see it also occurs when a check it in a 5000 ms timeout, so by then any process should be done. Should...
The things which would need to happen would be: - Generalize the code that computes the interactions to work on pairs of structures - Not sure if the resulting data...
I don't think we will ever have an official interface for Three.js. However, we have a sub-project planned for generating library-independent geometries. These could then be imported in Three.js and...
> @dsehnal is it worth spending a little time on the sub-project to support the library-independent geometries then allow this project to utilise the api? @awiddess-ccdc I suppose I could...
We want to have a server for providing geometries "on demand" (akin to Volume- and ModelServer currently available). I.e. you provide PDB id (or upload a structure) and you get...