v0.7.21
http://miew.opensource.epam.com/v0.7.21/
Added
- Add parsers for MOL, SDF and XYZ molecular formats and MAP, MRC and DSN6 electron density maps.
- Add experimental PDB export via
miew.save()
API. - Molecular geometry can cast shadows now (off by default). The effect still needs
additional effort to improve the picture and support sprite-based display modes.
Fixed
- Fix the crash due to zero voxel grid size for very small molecules.
- Fix materials and shaders (pre-pass transparency and the backdrop material).
- Fix electron density maps rendering: now the threshold is set automatically using
the standard deviation stored in a file or calculated over the data. Color of the
density map is set to grayscale until further changes to the rendering code are made.
Internal
- Migrate more parts of code to ES2015 syntax (
gfx/
,io/
,checm/
).