Published February 5, 2024
| Version v4.0.0
Software
Open
Mol* library
Description
- Add Mesoscale Explorer app for investigating large systems
- [Breaking] Remove
cellpackextension (superseded by Mesoscale Explorer app) - [Breaking] Set minimal node.js version to 18
- [Breaking] Generalize rcsb/assembly-symmetry/ extension
- Move to assembly-symmetry/
- Remove RCSB specific dependencies and prefixes
- [Breaking] Require
WEBGL_depth_texturewebgl extension- Remove
renderbufferuse
- Remove
- [Breaking] Change build target to ES2018
- Custom builds only require ES6 for dependencies like immer.js
- [Breaking] Changed
createPluginUI- The function now takes a single
optionsargument - The caller must specify a
rendermethod that mounts the Mol* react component to DOM- A default
renderReact18method is provided, but needs to be imported separately - To support React 16 and 17,
ReactDOM.rendercan be passed
- A default
- The function now takes a single
- Improve
SetUtilsperformance using ES6 features - [Breaking] Reduce memory usage of
SymmetryOperator.ArrayMapping- Requires calling methods from instance
- [Breaking] Fix
mol-model/structure/model/properties/seconday-structure.tsfile name (#938) - [Breaking] Add
Canvas3DContextruntime props- Props: pixelScale, pickScale, transparency (blended, wboit, dpoit)
- Replaces instantiation-time attribs
- [Breaking] Change default compile target to ES2018
- [Breaking] Add culling & LOD support
- Cull per-object and per-instance
- Cull based on frustum and camera distance
- LOD visibility based on camera distance
- Special LOD mode for spheres with automatic levels
- Occlusion culling (only WebGL2)
- Hi-Z pass
- Cull based on previous frame's Hi-Z buffer
- Add stochastic/dithered transparency to fade overlapping LODs in and out
- Add "Automatic Detail" preset that shows surface/cartoon/ball & stick based on camera distance
Notes
Files
molstar/molstar-v4.0.0.zip
Files
(5.8 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:8a0f2543cb8af14dec17d327370fb8d8
|
5.8 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/molstar/molstar/tree/v4.0.0 (URL)