Commit Graph

4 Commits

Author SHA1 Message Date
David Koes
7030ef27c3 Antialiasing improvements.
This is in response to Issue #832.  The previous FXAA algorithm didn't
work particularly well unless applied to upsampled outputs.  This
implements a slighltly more complex algorithm (same as molstar) that
looks better without upscaling.

Add an upscale viewer config option so user can configure level of
refinement.
2025-05-27 17:26:00 -04:00
David Koes
be3ea72cf4 autoload, sprite tweak
Also, all new images due to antialiasing changes.
2024-07-31 13:18:10 -04:00
dkoes
38198ccf67 Finalize bcif support.
BCIF is the default format for fetching from the pdb now.  The secondary
structure annotations have changed, which necessitated regenerating all
reference images.

Also, added bfactor support to regular CIFs to address Issue #792
2024-07-06 19:16:06 -04:00
dkoes
024c3cb209 Repository reorg
Ryan Guild preferred excessively elaborate file hierarchies.  Since he
has abandoned the project we're going to go with what makes sense to me
(and is arguably more correct - 3dmol is the only true package, so why
factor it into a packages directory).

Clean up some other issues with typescript and imports.
2022-12-24 22:49:53 -05:00