Alexander Rose
Alexander Rose
@dsehnal there is https://github.com/molstar/molstar/blob/e4396039fd0843e110fe8062668f7938ec7447a3/src/mol-model/structure/query/queries/combinators.ts#L31-L65 but it is not hooked up.
> Well, the more you know and seems like I wrote that too 5 years ago :) although that implementation would not work in the case for this thread I...
That is quite an edge case. As far as I can tell it only happens when the distance between near and far plane is about the size of a cylinder....
Right, thanks, that should be `mvPosition.z -= length(vEnd - vStart) + 2.0 * vSize; // avoid clipping` since vSize is the cylinder radius.
model-index colors by models in the state tree. You probable want trajectory-index.
something is off but I don't time to look into it at the moment
Might be a bug, could you provide the offending cube file?
Thanks @luna215. The issue is that the range of values is too large for the isosurface implementation. I added an option to clamp the values in #613 which you can...
Hi @gtauriello, I agree that using the type enum is better. One challenge is how to make these scores available for use. For now I just map specific type to...
The easiest way for you is to create your own UI instead of using the state tree UI. A more general solution could be to support an easy way to...