David Sehnal

Results 234 comments of David Sehnal

Alright, here's something to get you started: - The [molrender](https://github.com/molstar/molrender) project shows how to construct a scene without the "plugin". - The scene has "renderables" array from which you can...

If you agree, I think it could be part of the main repo same as model and volume servers are as I mentioned above: - ``src/servers/geometry`` for the web API...

Yes, it is possible. Would you be interested in helping to implement it?

I've done some basic implementation of this in https://github.com/molstar/molstar/pull/581. Can you have a look and test if this works for you?

You can show all models in a trajectory from the UI using a "single" click in the top right part of the UI.

They are computed [here](https://github.com/molstar/molstar/tree/master/src/mol-model-props/computed/interactions). If would be possible to extend this to include user/format-provided ones as well.

Currently, this isn't supported in the default Viewer app, but there are a few ways to to do this with some coding: - One has been just discussed [here](https://github.com/molstar/molstar/issues/443#issuecomment-1160443685). You...

It seems like this small triangle might be the culprit: ![image](https://user-images.githubusercontent.com/21145776/118375276-1de82200-b5c1-11eb-8f4e-25e57e94a862.png) -------- One solution I can think of is to collapse small triangles to points. This might be achievable relatively...

I think ```ts const loci = Structure.toStructureElementLoci(data); ``` should be what you are looking for.

@ywu I've added https://molstar.org/docs/transforms/custom-trajectory.html to the docs. Hopefully, it will help you. If you need more help with the topic, please create a separate issue to discuss it.