Alexander Rose
Alexander Rose
How about checking against all candidates (ALA_XXX for ALA), do test if the right atomnames are present and before actually adding a bond make a sanity distance check?
An off switch is a good idea. The variants dict is currently 979 KB while the ccd is 228.5 MB, so it should not add much overhead when the ccd...
Yeah, we did consider that before but it wasn't much of a problem for us. I think for most `const enum`s we can just use `enum`. It is not so...
@azangru would you be willing to do a PR that uses `enum` instead of `const enum` throughout? I can do some performance test using it then. I don't know if...
I am all for it but don't have time code it myself. I am OK to review PRs. Maybe one way to start is to do a series of PRs,...
I concur with @fredludlow assessment.
Hey @sukolsak, not sure if I remember correctly: was there another source of non-normalized normals?
Can be based on https://github.com/mrdoob/three.js/blob/dev/examples/js/effects/AnaglyphEffect.js. Would suggest to implement in the NGL viewer class by adding the necessary texture targets and shader.
I suggest to go with the three.js one, whose math is based on https://github.com/tschw/angler.js/
Hi, I just added a first version for a stereo view to NGL. You can try it on http://nglviewer.org/ts2/. Accessible as a new camera option 'stereo'. Note that the stereo...