Alexander Rose
93a3eba66d
Merge pull request #1834 from molstar/fix-aromatic-ring-hybridization
...
Fix aromatic ring detection not accounting for hybridization
2026-05-30 21:43:10 -07:00
Alexander Rose
41b8584fb7
Merge branch 'master' of https://github.com/molstar/molstar into fix-aromatic-ring-hybridization
2026-05-30 21:40:31 -07:00
Alexander Rose
523b17dfde
Merge pull request #1824 from sbittrich/master
...
Non-covalent interactions: detect and visualize water bridges
2026-05-30 21:38:35 -07:00
Alexander Rose
c47b4d6078
Merge pull request #1833 from molstar/cam-anim-params
...
Add axis param to camera spin/rock animation
2026-05-30 21:32:01 -07:00
Alexander Rose
b94073b96f
Merge branch 'master' of https://github.com/molstar/molstar into cam-anim-params
2026-05-30 21:27:45 -07:00
Alexander Rose
905eb3ec2f
add default for backwards compatibility
2026-05-30 21:26:28 -07:00
Sebastian
3ae72e5c60
generic bridge visuals
2026-05-29 10:55:48 +02:00
Alexander Rose
055dfd4946
Merge pull request #1840 from giagitom/fix-premul-rgb
...
Fix exported image artifacts on transparent background
2026-05-26 21:58:08 -07:00
Sebastian
2601d2ba63
decouple water bridges from hbond detection
2026-05-26 16:35:38 +02:00
Sebastian
340806d774
generalized support of interaction bridges
2026-05-26 16:06:14 +02:00
Sebastian
18ad848de2
Merge remote-tracking branch 'upstream/master'
...
# Conflicts:
# CHANGELOG.md
2026-05-26 13:57:53 +02:00
giagitom
9de8334af5
Fix exported image artifacts on transparent background
2026-05-26 13:05:24 +02:00
Alexander Rose
57580a5e6b
Merge pull request #1836 from giagitom/fix-cel-shading-ambient-color
...
Fix cel-shaded ambient color being stripped to luminance
2026-05-23 21:50:07 -07:00
giagitom
7da4a85459
Fix cel-shaded ambient color being stripped to luminance
2026-05-19 16:43:00 +02:00
Alexander Rose
b7c380fd90
Merge branch 'master' of https://github.com/molstar/molstar into fix-aromatic-ring-hybridization
2026-05-17 22:21:57 -07:00
Alexander Rose
bcd304d058
header
2026-05-17 22:19:04 -07:00
Alexander Rose
fd50a8f8e0
Fix aromatic ring detection not accounting for hybridization
2026-05-17 22:17:55 -07:00
Alexander Rose
27f251e8e4
Merge pull request #1832 from molstar/ssao-multi-fix
...
Fix SSAO half/quarter resolution textures for multi-scale
2026-05-17 20:15:09 -07:00
Alexander Rose
8d2a44983e
remove superfluous enableAnimation param
2026-05-16 22:29:55 -07:00
Alexander Rose
f806ac1444
Add axis param to camera spin/rock animation
2026-05-16 22:25:55 -07:00
Alexander Rose
63a585d88a
Merge pull request #1830 from josemduarte/ms-fix-omitwater
...
Fix ModelServer bugs for omitWater param in surroundingLigands endpoint
2026-05-16 22:24:58 -07:00
Alexander Rose
a4b5a16fcd
Merge branch 'master' into ms-fix-omitwater
2026-05-16 22:22:42 -07:00
Alexander Rose
86bf859a63
Fix SSAO half/quarter resolution textures for multi-scale
2026-05-16 22:15:12 -07:00
Alexander Rose
1b8117d3f1
Fix Volume and Isosurface getBoundingSphere ignoring instances
2026-05-10 17:18:18 -07:00
Alexander Rose
400e2bbc45
Merge pull request #1822 from corredD/codex/dot-morton-spheres
2026-05-10 08:42:22 -07:00
Jose Duarte
e2e26c7e9c
Updating changelog
2026-05-09 22:28:38 -07:00
Jose Duarte
5ca9020cbf
mol-model: fix water leak in surroundingLigands query
...
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-09 22:21:49 -07:00
Jose Duarte
ea4c411d5c
model-server: fix omit_water boolean parsing for REST GET requests
...
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-09 22:21:49 -07:00
Alexander Rose
ba7e3fe827
Merge branch 'master' of https://github.com/molstar/molstar into pr/corredD/1822
2026-05-09 16:03:21 -07:00
Alexander Rose
8f20571a17
Merge pull request #1827 from molstar/camera-changed-event
...
Camera helpers
2026-05-09 16:02:30 -07:00
Alexander Rose
c25a4247e6
Merge branch 'master' of https://github.com/molstar/molstar into camera-changed-event
2026-05-09 15:57:47 -07:00
Alexander Rose
1071d3d8ba
Merge pull request #1828 from molstar/instance-granularity-improvements
...
Instance granularity improvements
2026-05-09 15:56:36 -07:00
Alexander Rose
e8dc046570
Merge branch 'master' of https://github.com/molstar/molstar into instance-granularity-improvements
2026-05-09 15:54:00 -07:00
Alexander Rose
27f9c2aa67
Merge pull request #1829 from molstar/mesoscale-preset
...
Mesoscale preset
2026-05-09 15:53:29 -07:00
Alexander Rose
a4962231c8
revert
2026-05-09 15:51:05 -07:00
Alexander Rose
8833f29ce5
Merge branch 'master' of https://github.com/molstar/molstar into mesoscale-preset
2026-05-09 15:44:01 -07:00
Alexander Rose
40b6038380
type tweak
2026-05-09 15:43:04 -07:00
Armando Pellegrini
59e16e0187
Fix State.dispose() not invoking transformer dispose for live cells ( #1826 )
...
`Transformer.Definition.dispose` is documented as "automatically called
on deleting an object," but `State.dispose()` only disposed its own event
subjects and action manager — it never iterated still-live cells to call
their per-transformer dispose. Cells holding GL buffers, mesh data, etc.
only had their dispose fired on explicit deletion (e.g. `clear()`), so
any consumer that called `plugin.dispose()` without first awaiting
`plugin.clear()` retained the callback chain, the GL buffers it points
at, and any closures captured by it.
In a long-running single-page app where the user navigates between
routes that mount/unmount a Mol* viewer, this leaked roughly 25–50 MB
of process RSS per cycle even with `plugin.dispose()` correctly called.
A 20-cycle E2E mount/unmount harness on a 1AKE structure measured a
+541 MB RSS / +266 MB JS-heap delta in the unconditional-`dispose()`
case; calling `await plugin.clear()` before `plugin.dispose()` halved
the residual leak, confirming the per-cell dispose path was missing on
the unconditional `dispose()` route.
This change walks the cell tree once (post-order via the existing
`StateTree.doPostOrder` helper) and invokes the per-transformer dispose
for every still-live cell, swallowing+warning on errors so a single
faulty transformer can't prevent siblings from cleaning up. The
existing per-cell `dispose` helper is reused for consistency with
`updateNode`/`findDeletes` semantics.
Tests cover: chained transformers, sibling subtrees, throwing-dispose
isolation, and transformers without a dispose definition.
Also adds `useDefineForClassFields: false` to the jest esbuild
transform so tests can construct `State` (the `TransientTree` parameter
property + class field pattern relies on legacy class-field semantics,
which `tsc` honors via `target: es2018` but esbuild's default `esnext`
target does not).
Fixes #1825
Co-authored-by: Armando Pellegrini <tech.tools@boltz.bio >
2026-05-09 22:17:38 +02:00
Alexander Rose
ca5a50bd53
changelog
2026-05-09 12:36:38 -07:00
Alexander Rose
bccf54fabe
avoid extra allocations
2026-05-09 12:36:32 -07:00
Alexander Rose
57a790544c
Add mesoscale representation preset
2026-05-09 12:31:26 -07:00
Alexander Rose
df0669598c
Add presets option to ObjectList param definition
2026-05-09 12:31:11 -07:00
Alexander Rose
fb912036af
Merge branch 'master' of https://github.com/molstar/molstar into pr/corredD/1822
2026-05-09 08:25:26 -07:00
Alexander Rose
9efb5cd126
Add Camera.changed event and rotation/translation setter/getter
2026-05-09 08:24:26 -07:00
Alexander Rose
08a56ad6ab
Instance granularity improvements
...
- Add `instanceGranularity: 'auto'` as a memory guard
- Honor `instanceGranularity` in `Visual.getLoci`
2026-05-09 08:10:58 -07:00
Sebastian
2c2bd6adda
tweak wb labels
2026-05-06 16:06:33 +02:00
Sebastian
b010298acb
fix merge
2026-05-06 15:27:45 +02:00
Sebastian
7033a1e0b2
Merge remote-tracking branch 'upstream/master'
...
# Conflicts:
# CHANGELOG.md
2026-05-06 15:23:35 +02:00
Sebastian
8ad617acdf
fix refinement
2026-05-06 15:20:34 +02:00
Sebastian
31ab6aa93e
iterator improv
2026-05-06 11:32:50 +02:00
Sebastian
0a2dbe14d7
refine wb impl/vis
2026-05-06 11:11:43 +02:00
Sebastian
89d305aaa1
cl
2026-05-06 10:41:42 +02:00
Sebastian
dbb6b90fbc
nci: improve wb visuals on shared legs
2026-05-06 10:37:08 +02:00
Sebastian
c57150f09f
nci: filter hbonds if explained by water bridge
2026-05-06 10:22:33 +02:00
Sebastian
0b30c7344b
nci: water bridge support
2026-05-06 09:56:06 +02:00
Alexander Rose
d7ad5a6e9f
Fix empty transforms default in ShapeFromPly
2026-05-04 23:14:02 -07:00
Alexander Rose
86a74d1cc2
5.9.0
2026-05-03 10:45:51 -07:00
Alexander Rose
3f0f24cb99
changelog
2026-05-03 10:44:40 -07:00
Alexander Rose
b8ddc142ea
schema updates
2026-05-03 00:15:31 -07:00
Alexander Rose
cccaa48589
ts6 tweaks
2026-05-03 00:12:36 -07:00
Alexander Rose
3ad355ad40
package updates
2026-05-03 00:12:23 -07:00
Alexander Rose
918186eb24
Merge pull request #1805 from molstar/proc-anim
...
Procedural animation
2026-05-02 16:18:22 -07:00
Alexander Rose
db4742cebf
tweaks
2026-05-02 16:16:39 -07:00
Ludovic Autin
19fec3bbc1
Order DOT spheres by Morton index
...
Add DOT sphere impostors in Morton order so sphere LOD stride sampling remains spatially distributed.
2026-05-02 10:48:31 -07:00
Alexander Rose
7d6c77b3bd
Merge branch 'master' of https://github.com/molstar/molstar into proc-anim
2026-05-02 09:34:00 -07:00
Alexander Rose
dfcc4e400d
add animation support to texture-mesh geometry
2026-04-27 22:30:58 -07:00
Alexander Rose
c9734d83a2
Merge pull request #1818 from corredD/codex/fix-assembly-symmetry
...
Fix GraphQL POST request handling for Assembly Symmetry
2026-04-25 07:57:40 -07:00
Alexander Rose
93943cc27b
changelog
2026-04-25 07:55:08 -07:00
Alexander Rose
25836b2de0
changelog
2026-04-25 07:50:28 -07:00
Alexander Rose
c6874c922d
use record for headers
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-25 07:50:21 -07:00
Ludovic Autin
0937c84f47
Fix GraphQL POST request handling
2026-04-18 22:20:57 -07:00
Alexander Rose
6a7f892d60
cleanup & changelog
2026-04-18 10:57:14 -07:00
Alexander Rose
b4cd2d0a11
Merge branch 'master' of https://github.com/molstar/molstar into proc-anim
2026-04-18 10:56:12 -07:00
Alexander Rose
2067f02830
changelog
2026-04-18 10:55:09 -07:00
Alexander Rose
6d86ada6b4
getNucleicOneLetterCode
2026-04-18 10:54:48 -07:00
Alexander Rose
f656cf09b7
Merge pull request #1813 from corredD/codex/slice-marking-optimization
...
Slice marking optimization
2026-04-18 10:54:14 -07:00
Alexander Rose
a891b4c551
tweaks and changelog
2026-04-18 10:50:23 -07:00
Alexander Rose
ded844c936
Merge branch 'master' of https://github.com/molstar/molstar into pr/corredD/1813
2026-04-18 10:46:58 -07:00
Alexander Rose
44b36637fd
Merge pull request #1802 from molstar/ccd-bonds-deuterium
...
Handle CCD bonds with Deuterium atoms
2026-04-18 10:45:26 -07:00
Alexander Rose
f590bd0f0a
Merge branch 'master' into ccd-bonds-deuterium
2026-04-18 10:29:12 -07:00
Alexander Rose
9474c80673
Merge pull request #1812 from molstar/8k-uhd-image-option
...
Add 8K UHD option to `ViewportScreenshotHelper`
2026-04-18 10:28:05 -07:00
Alexander Rose
7b48d691c8
Merge branch 'master' into 8k-uhd-image-option
2026-04-18 10:27:54 -07:00
Alexander Rose
b03146852f
Merge pull request #1811 from molstar/mrc-empty-length
2026-04-18 09:34:42 -07:00
Ludovic Autin
9345f3584a
Update slice marking file headers
2026-04-12 22:46:06 -07:00
Ludovic Autin
4d058aa1a8
Merge commit '94f6b864b0ede5c88b98725648178ceda5b7340b' into codex/slice-marking-optimization
2026-04-12 22:03:35 -07:00
Ludovic Autin
e7da6092aa
Optimize slice marking for hover
2026-04-12 21:53:08 -07:00
David Sehnal
94f6b864b0
Fix empty PluginSpec.animations edgecase ( #1810 )
2026-04-12 19:37:21 +02:00
Alexander Rose
6e90447511
Add 8K UHD option to ViewportScreenshotHelper
2026-04-11 09:11:16 -07:00
Alexander Rose
b91030c4bd
Handle MRC files with empty length header fields
2026-04-11 09:08:57 -07:00
dsehnal
31819dbf16
5.8.0
2026-04-03 19:28:58 +02:00
dsehnal
1665dd7d00
changelog + npm audit
2026-04-03 19:27:46 +02:00
Alexander Rose
9716fecdb9
add time only animation for exporting
2026-04-02 11:39:11 -07:00
Alexander Rose
684fd2d237
Merge branch 'master' of https://github.com/molstar/molstar into proc-anim
2026-04-01 16:34:01 -07:00
Alexander Rose
9432b9a7a7
ME: tweak size scale handling
2026-04-01 16:33:44 -07:00
Alexander Rose
3a37c95c17
scale tumble with bounding-sphere
2026-04-01 16:32:36 -07:00
Alexander Rose
6040b99c19
Merge branch 'master' of https://github.com/molstar/molstar into proc-anim
2026-04-01 14:22:50 -07:00
Alexander Rose
83bef0f0e7
proc anim panel & per-group wiggle
2026-04-01 14:22:38 -07:00
Alexander Rose
95bb3a1f81
Merge pull request #1801 from molstar/traj-static-prop-fix
...
Fix static model properties for trajectories
2026-04-01 10:31:29 -07:00
Alexander Rose
be677f47cb
basic procedural animation
2026-03-27 12:55:00 -07:00
Alexander Rose
43bf69d09c
handle ComponentBond.Entry.map changes
2026-03-27 09:35:25 -07:00
Alexander Rose
b6cc626431
cleanup
2026-03-27 09:14:46 -07:00
Alexander Rose
931fdfca9b
move ccd logic to ComponentBond
2026-03-27 09:11:55 -07:00
midlik
1c10db5656
VolumeStreaming - avoid re-download on node update ( #1804 )
2026-03-27 11:36:14 +01:00
Paul Pillot
c4ccd8758f
Replace node-fetch/@types with native fetch ( #1803 )
2026-03-27 08:44:29 +01:00
Alexander Rose
6c99c575bc
Handle CCD bonds with Deuterium atoms
2026-03-26 16:23:32 -07:00
Alexander Rose
ae2493b6e3
Merge pull request #1798 from papillot/remove-promisify
...
remove utils.promisify dependency
2026-03-26 14:46:44 -07:00
Alexander Rose
bcd50c294f
Merge pull request #1787 from molstar/vol-instance-slice
...
fix volume slice visual to handle instances
2026-03-26 14:44:31 -07:00
Alexander Rose
9c0024dbab
Merge branch 'master' into vol-instance-slice
2026-03-26 14:41:42 -07:00
Alexander Rose
c15b3603c0
Merge pull request #1786 from molstar/vol-instance-refactor
...
volume refactoring for improved instance handling
2026-03-26 14:40:41 -07:00
Alexander Rose
70647ba972
tighter frame mode image size
2026-03-26 14:37:23 -07:00
Alexander Rose
8d19357845
reuse static props in Model._trajectoryFromModelAndCoordinates
2026-03-26 09:34:41 -07:00
Alexander Rose
8e9817c4d1
make Model.getAtomicRadii a static property
2026-03-26 09:33:32 -07:00
Alexander Rose
b16147b88c
don't calculate atomic radii for fast boundary
2026-03-26 09:32:37 -07:00
Alexander Rose
9840d8f816
changelog
2026-03-25 15:35:11 -07:00
Alexander Rose
d892ccab4c
fix mapping for grid image
2026-03-25 15:31:09 -07:00
Alexander Rose
65f88b3293
ensure image plane covers volume
2026-03-25 15:10:05 -07:00
Alexander Rose
9e6e5eb795
ensure image plane normal is normalized
2026-03-25 15:09:34 -07:00
Alexander Rose
2f755efeec
handle voxels mapping to multiple pixels
2026-03-25 15:09:15 -07:00
Alexander Rose
012e616ec4
fix Mat4.fromPlane
2026-03-25 15:06:34 -07:00
midlik
007d0e7608
Fix areHierarchiesEqual, MVS empty selection focus, flickering tooltip ( #1799 )
...
* Fix StructureComponent.update when substructure empty
* Avoid tooltip box flickering when hovering something under it
* Fix MVS focus on empty selections
* Update CHANGELOG
2026-03-24 15:56:19 +01:00
Paul Pillot
bf313073b9
remove utils.promisify dependency
...
This dependency pulls a 23MB dependency graph to support nodejs v<8.0
Native alternatives exist: fs.promises, and native utils/promisify
Consistency: renaming readFile --> readFileAsync where changes were made.
2026-03-24 09:54:10 -04:00
Alexander Rose
293928f3de
Merge branch 'vol-instance-refactor' of https://github.com/molstar/molstar into vol-instance-slice
2026-03-23 09:55:44 -07:00
Alexander Rose
2404f398b6
Merge branch 'master' of https://github.com/molstar/molstar into vol-instance-refactor
2026-03-23 09:55:11 -07:00
Alexander Rose
43ff6e24c8
Merge pull request #1789 from molstar/more-debug-helpers
...
More debug helpers
2026-03-23 09:54:24 -07:00
Alexander Rose
9e62112366
Merge branch 'master' into more-debug-helpers
2026-03-23 09:54:14 -07:00
midlik
026d6fc618
MVS VolumeStreamingExtension ( #1793 )
...
* InitVolumeStreaming refactor
* InitVolumeStreaming refactor 2
* CreateVolumeStreamingInfo autoEntries param
* MVS VolumeStreamingExtension
* Update CHANGELOG
* MVS: avoid structure focus persisting through states
* MVS VolumeStreamingExtension - collapse VolumeServer node
2026-03-21 10:32:17 +01:00
Alexander Rose
95fcd942dc
refactor interior handling
2026-03-19 14:25:51 -07:00
Alexander Rose
805481db14
changelog
2026-03-19 14:06:28 -07:00
Alexander Rose
39175df025
tweaks
2026-03-19 13:55:05 -07:00
Alexander Rose
cd0f451f6b
Merge branch 'master' of https://github.com/molstar/molstar into more-debug-helpers
2026-03-18 15:44:28 -07:00
Alexander Rose
fe1aa1a9bf
move debug helpers to extension
2026-03-18 15:44:10 -07:00
Alexander Rose
fcfb6e6d5a
Merge pull request #1788 from rjdirisio/seqres-to-sequence-toolbar
...
Use SEQRES to show unresolved residues in Sequence toolbar
2026-03-18 13:41:44 -07:00
Alexander Rose
c548c94575
Merge branch 'master' of https://github.com/molstar/molstar into more-debug-helpers
2026-03-18 12:50:59 -07:00
Alexander Rose
2d45f4a77c
move code into getPdbxUnobsOrZeroOccResidues
...
- explicitely refer to mmcif enum types
2026-03-18 12:19:37 -07:00
Alexander Rose
a5ae887842
schema updates
...
- fix mmcif int enums
2026-03-18 12:17:28 -07:00
Ryan DiRisio
e4b53cdc6a
simplify alignCompIdsToSeqres as a result of merge
2026-03-18 12:06:19 -04:00
Ryan DiRisio
c53940e67e
Merge remote-tracking branch 'upstream/master' into seqres-to-sequence-toolbar
2026-03-18 12:01:10 -04:00
Alexander Rose
6d61745f0f
Merge pull request #1794 from rjdirisio/fix-return-alignment-return-type
...
Fix return `alignment.trace()` return to match return type
2026-03-18 08:59:26 -07:00
Alexander Rose
46d86d93b0
tweak unknown residue handling in blosum scoring
2026-03-18 08:55:48 -07:00
Ryan DiRisio
11772b64fb
update header
2026-03-18 11:18:07 -04:00
Ryan DiRisio
dbc8ab00c6
Merge branch 'master' into fix-return-alignment-return-type
2026-03-18 11:14:45 -04:00
Ryan DiRisio
015fad4371
trace() returns string[] rather than string
2026-03-18 11:13:07 -04:00
Ryan DiRisio
71a484586f
Throw error if getEntityId not called before getEntityIdForChain
2026-03-18 11:02:15 -04:00
Ryan DiRisio
f0b06ee746
Merge remote-tracking branch 'upstream/master' into seqres-to-sequence-toolbar
2026-03-17 15:52:29 -04:00
Ryan DiRisio
b0694b886b
add entity_poly_seq check in unobs test
2026-03-17 15:51:31 -04:00
Ryan DiRisio
eaf47b3169
rm excess comments
2026-03-17 15:41:48 -04:00
Ryan DiRisio
ad9046fcf2
regression tests for 1NSA
2026-03-17 15:25:07 -04:00
Ryan DiRisio
eabe4d46bc
tests for SEQRES
2026-03-17 15:20:44 -04:00
Ryan DiRisio
003c5f8fb7
update file headers
2026-03-17 15:13:24 -04:00
Ryan DiRisio
68748a4a94
use -1 for unaligned residue
2026-03-17 15:11:44 -04:00
Ryan DiRisio
9bd6b8195d
factor out initialLabelSeqId w/ comment
2026-03-17 15:06:53 -04:00
Ryan DiRisio
05848b651c
factor out computeSeqresAlignments helper function
2026-03-17 15:02:57 -04:00
Ryan DiRisio
0a8f87dd9f
factor out getEntityPolySeq
...
add to helperCategories
2026-03-17 15:00:09 -04:00
Ryan DiRisio
925aaa701d
remove hasSeqRes, add debug log for seqres block
2026-03-17 14:53:49 -04:00
Ryan DiRisio
5be599bad4
Update CHANGELOG.md
2026-03-17 14:48:29 -04:00
Tianzhen Lin (Tangent)
e22ce53e65
Fix circular dependency crash in bundlers (esbuild, Rolldown) ( #1792 )
...
* Fix circular dependency crash in bundlers (esbuild, Rolldown)
StateTransforms uses `import * as X` namespace imports that are
assigned as object properties at module construction time. When a
bundler concatenates modules into a single scope and reorders their
initialization (as esbuild and Rolldown do), the namespace variable
can still be undefined when the object literal is evaluated, causing
a runtime crash:
Cannot read properties of undefined (reading 'ModelUnitcell3D')
Replace direct property assignments with lazy getters so that
namespace imports are resolved at access time rather than at
construction time. This preserves the existing public API — callers
still use `StateTransforms.Representation.CreateStructureRepresentation3D`
— while making the code safe regardless of module evaluation order.
Fixes #1791
* Add changelog entry and contributor for circular dependency fix
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-17 15:38:48 +01:00
Alexander Rose
4c49431027
fix imports
2026-03-08 22:33:41 -07:00
Alexander Rose
4192d82ef3
file reorg
2026-03-08 22:25:27 -07:00
Alexander Rose
ce220737f2
description
2026-03-08 22:21:57 -07:00
Alexander Rose
eeb7cd2c52
add more debug helpers
...
- clip-object
- direct-volume
- image
- mesh
2026-03-08 22:18:30 -07:00
Alexander Rose
748111beb2
rename bounding-sphere helper and add separate debug helper
2026-03-08 22:16:59 -07:00
Alexander Rose
1f7d41c653
improve helpers drawing order
2026-03-08 22:14:46 -07:00
Alexander Rose
b9430ff387
add lines builders (box, plane, sphere)
2026-03-08 22:13:47 -07:00
Alexander Rose
6591bab035
Fix clip-object transform due to missing axis normalization
2026-03-07 10:21:21 -08:00
Ryan DiRisio
4da446aec2
skip non-polymer atoms
2026-03-02 13:01:02 -05:00
Ryan DiRisio
25c170e36d
use global alignment that exists in the repo
2026-03-02 11:05:31 -05:00
Ryan DiRisio
eba18d1dce
first pass at getting SEQRES data into sequence toolbar
2026-03-02 10:22:03 -05:00
Alexander Rose
2c87d01a5e
fix volume slice visual to handle instances
2026-03-01 15:01:42 -08:00
Alexander Rose
e41a2baa32
volume refactoring for improved instance handling
...
- add Volume._localPropertyData
- move Volume.periodicity to Grid
- add optional Volume.parent
- fix Volume.getBoundingSphere to account for instances
- add periodicRange mode to VolumeInstances PluginStateTransform
- include currentVolume in VolumeViosual.setUpdateState
2026-03-01 14:56:53 -08:00
Alexander Rose
c297017749
Fix detecting sidechain-only structures as coarse-grained
2026-03-01 11:01:42 -08:00
Alexander Rose
9a0fc1faa6
changelog
2026-03-01 11:00:00 -08:00
Alexander Rose
424513f23c
Merge branch 'master' of https://github.com/molstar/molstar
2026-03-01 10:58:57 -08:00
zachcp
895d672589
feat: add putty mvs to molstar ( #1783 )
2026-03-01 16:55:19 +01:00
Alexander Rose
0c6253ed16
formating
2026-02-28 18:23:41 -08:00
Alexander Rose
da97cd20aa
5.7.0
2026-02-28 13:43:11 -08:00
Alexander Rose
ca6d73e048
changelog
2026-02-28 13:41:30 -08:00
Alexander Rose
88b79deefa
package updates
...
- set min node to v22
- added globals for eslint v10
2026-02-28 13:40:38 -08:00
Alexander Rose
d756e2e195
schema updates
2026-02-28 13:22:39 -08:00
Alexander Rose
2ce126a8f5
update cif-core schema
2026-02-28 13:19:05 -08:00
Alexander Rose
01e95dada0
ignore some lint commits in git blame
2026-02-28 13:16:59 -08:00
Alexander Rose
1c024f0943
Merge pull request #1778 from molstar/polyhedron
...
Polyhedron
2026-02-22 12:32:22 -08:00
Alexander Rose
5901e3d6a1
Merge branch 'master' into polyhedron
2026-02-22 12:29:02 -08:00
Alexander Rose
0cfe1cec66
Merge pull request #1784 from molstar/guard-xr-policy
...
Guard against `xr-spatial-tracking` blocked in `Permissions-Policy`
2026-02-22 12:28:44 -08:00
Alexander Rose
c1930e4142
Merge pull request #1771 from molstar/basic-streamlines
...
Basic streamlines
2026-02-22 12:13:39 -08:00
Alexander Rose
71375d908f
Guard against xr-spatial-tracking blocked in Permissions-Policy
2026-02-22 11:31:08 -08:00
Alexander Rose
728b87d4e4
Merge branch 'master' of https://github.com/molstar/molstar into polyhedron
2026-02-21 20:58:32 -08:00
Alexander Rose
9c17698a8a
rename visual to include "coordination"
2026-02-21 20:57:43 -08:00
Alexander Rose
625381c446
exclude hydrogens
2026-02-21 20:57:20 -08:00
Alexander Rose
da949a245e
Merge pull request #1776 from molstar/element-parsing-fixes
...
Element parsing fixes
2026-02-19 20:40:44 -08:00
Alexander Rose
7000bdd15d
Merge branch 'master' into element-parsing-fixes
2026-02-19 20:40:28 -08:00
Alexander Rose
adcf6a6fa8
Merge pull request #1777 from molstar/metal-coordination-style
...
Add `metalCoordination` style param
2026-02-19 20:40:07 -08:00
Alexander Rose
b70af9f178
Merge branch 'master' into metal-coordination-style
2026-02-19 20:39:40 -08:00
Alexander Rose
e5bdcfd781
Merge pull request #1781 from molstar/fix-unit-symmetry-groups
...
Fix `unitSymmetryGroups` for representations with `includeParent`
2026-02-18 20:46:15 -08:00
Alexander Rose
6049705224
Fix unitSymmetryGroups for representations with includeParent enabled
2026-02-16 19:57:56 -08:00
Alexander Rose
273d50d403
cleanup coordination data model
2026-02-15 20:59:52 -08:00
Alexander Rose
333ea724d6
Merge pull request #1779 from giagitom/text-improvements
...
Additional text improvements
2026-02-15 13:32:20 -08:00
giagitom
e96dca91ef
Add author to text.ts
2026-02-15 13:36:34 +01:00
giagitom
41a0048f64
Simplify text frag shader, remove near-clip discard, fix bounding sphere padding
2026-02-15 13:33:44 +01:00
Alexander Rose
5e97b05bd2
Add Polyhedron representation showing coordination sites
2026-02-15 00:10:00 -08:00
Alexander Rose
ebc6b2acce
Add Structure.coordination sites
2026-02-15 00:09:46 -08:00
Alexander Rose
8372408d9c
Add convexHull helper
2026-02-15 00:09:17 -08:00
Alexander Rose
2c6822f5ab
Add metalCoordination style param (dashed, solid) for bonds
2026-02-15 00:06:00 -08:00
Alexander Rose
7efbf46e7a
Merge pull request #1774 from giagitom/text-improvements
...
Text label improvements
2026-02-14 23:34:01 -08:00
Alexander Rose
b6d6a518d3
Add more element-pair thresholds for bonding (Ag-S, CoSb, Ga-F)
2026-02-14 23:21:17 -08:00
Alexander Rose
2d690268f9
Handle additional elements in guessElementSymbol* (As, Li, Ga)
2026-02-14 23:20:54 -08:00
Alexander Rose
e0c794b557
Detect metal-coordination when parsing pdb
2026-02-14 23:20:25 -08:00
Alexander Rose
f91f445631
Fix parsing of single charge type_symbols (e.g., N+) in cif-core
2026-02-14 23:20:05 -08:00
giagitom
1cc367c8d8
Fix head rotation for clip-space billboard offset
2026-02-15 01:09:42 +01:00
giagitom
8c6969206d
Update copyright years to 2026
2026-02-15 00:59:48 +01:00
Alexander Rose
c0479e3d46
Merge branch 'master' of https://github.com/molstar/molstar into basic-streamlines
2026-02-14 13:41:03 -08:00
Alexander Rose
22e92b38c6
Merge pull request #1775 from molstar/vertex-size
...
Add `vertex` and `vertexInstance` granularity for size
2026-02-14 13:40:21 -08:00
giagitom
5741709023
Hard discard near clip, revert attachment, cleanup nearFade
2026-02-14 21:11:56 +01:00
Alexander Rose
2265fc02cc
per-point tube size
2026-02-14 08:56:04 -08:00
Alexander Rose
64180bef36
add min separation
2026-02-14 08:54:12 -08:00
Alexander Rose
be3caef6e9
Add vertex and vertexInstance granularity for size
...
- Geometry export: Support vertex-based sizing
- Add `transform` and `domain` parameters to volume-value size theme
2026-02-14 08:26:48 -08:00
giagitom
71a2f71866
Text label improvements
...
- Fix label attachment inversion (top/bottom and left/right)
- Improve label background vertical centering
- Add label near-clip fade out
- Handle label depth variant for correct transparent background and near fade
- Draw border under text using fragment depth to prevent overlap on adjacent characters
- Clamp border width to avoid exceeding SDF range
- Increase font atlas quality (2x font size multiplier)
- Use clip-space billboard rendering to avoid perspective distortion
2026-02-14 10:53:49 +01:00
David Sehnal
3c6152054e
fix TextCtrl ( #1773 )
...
* fix TextCtrl
* header
2026-02-12 17:53:02 +01:00
Alexander Rose
080d649bf9
Streamlines support
...
- Add basic calculation method
- Add custom-volume-property
- Add representation with lines and tube-mesh visuals
2026-02-08 19:28:19 -08:00
Alexander Rose
2852b09c77
Merge pull request #1770 from molstar/line-strips
2026-02-08 15:09:12 -08:00
Paul Pillot
5e53467541
Tmalign perf tweaks ( #1756 )
...
* add computeCenter util fn
This is more efficient than using the CentroidHelper patterns.
Time improvement: 135ms --> 113ms on 4JV6/3T5I benchmark
* kabsch received array of indices
instead of array of coordinates which requires to build intermediary arrays in each caller.
* Reuse of Vec3 objects
- Avoid Vec3.create in loops
- use Vec3.squaredDistance instead of repeated double index access
- For simplifying TS manipulations, type xa, ya as Vec3 arrays.
* Reuse Positions
MinimeRmsdPositions.empty was called twice in kabsch fn. A unique call is now done with the full length and the same object is reused.
The length property is passed to ensure that only the portion that contains the required coordinates is used.
* simpler hypothenuse implementation
* missing break statements
- when score has not improved, we don't need to run again with the same parameters
- when the number of residues passing the cutoff is lower than 3, we don't need to run again with stricter cutoffs
* hint at float array
* update headers
* cache transformed coordinates, align indices
* replace ndpwScore with ndpwStructure
ndpwScore was creating an intermediate 2D array which is already cached in ndpwStructure
* trimmedKabschWithTransformedCoordinates
avoid recomputing transformed coordinates (as in trimmedKabsch) when they are already available
* cache rmsdResult and rmsdState
bestTransform must not keep a reference to result.bTransform because its value would change each time kabsch function is run.
* swap shortest structure to B
All transforms are made against the coordinates for structureB when yt is computed.
* reafactor: generalize usage of incremental sequence
Previous implementation was relying on tmpAlignA to hold the indices. It was conflictin in `tryGaplessThreading` with the call to `extendFromSeed`.
A distinct buffer has been created.
* refactor: preallocate dp arrays in constructor, uniform usage of typed arrays
* wrap tm-align in a task + useOverlay
* Skip fragment based strategy if similarity is good
Fragment based alignment takes up most of the computation time due to the O(n3) complexity of aligning fragments of different length. When the alignment is already good, this procedure does not yield improved results (observed also by the original authors).
The threshold for "similar structure" is set to a TM-score of 0.5 according to litterature.
Because it's possible to align 2 structures of very different length, and because the TM-score is normalized using the sequence length, it's important to change the reference for computation from a random choice (sequence A), to the minimal sequence length. This is consistent with the equations from the original TM-align publication (Lmin is used in scoring).
Note that the code already ensures that the shortest sequence is B (less iterations), but this commit makes the min sequence length explicit.
2026-02-08 14:49:14 +01:00
Alexander Rose
42dc579ddb
changelog
2026-02-07 15:21:06 -08:00
Alexander Rose
890c758585
Geometry export
...
- Fix vertex-based coloring for non-mesh geometries
- Support line-strips
2026-02-07 15:20:58 -08:00
Alexander Rose
e6c77069df
add frenet-frames helper
2026-02-07 15:20:14 -08:00
Alexander Rose
e7ecf98f13
add line-strips to lines geo
2026-02-07 15:19:25 -08:00
Alexander Rose
70ad32f62d
Merge pull request #1769 from molstar/split-vol-visual
...
split volume visual code
2026-02-07 13:52:28 -08:00
Alexander Rose
69fe452055
split volume visual code
2026-02-07 10:43:12 -08:00
Alexander Rose
9edeb84f4e
default to linear
2026-02-01 22:54:14 -08:00
Alexander Rose
e1db3114c8
Fix missing usePalette support in MeshExporter
2026-02-01 22:50:50 -08:00
Alexander Rose
8724badcb6
fix volume valueRef getData to select roots
2026-02-01 22:03:28 -08:00
Alexander Rose
d413f74526
Merge pull request #1764 from molstar/pqr-support
...
PQR support
2026-02-01 21:59:45 -08:00
Alexander Rose
6752108c5f
changelog
2026-02-01 21:55:21 -08:00
Alexander Rose
9302fdadb9
undo adding pqr to mvs
2026-02-01 21:22:44 -08:00
Alexander Rose
f7048c7535
Merge branch 'master' of https://github.com/molstar/molstar into pqr-support
2026-02-01 21:20:57 -08:00
Alexander Rose
3252a3f0f3
Merge pull request #1765 from molstar/custom-volume-property
2026-02-01 12:48:28 -08:00
Alexander Rose
6805194d48
file headers
2026-01-31 17:33:52 -08:00
Alexander Rose
acf0dceb47
add CustomVolumeProperty
2026-01-31 17:30:43 -08:00
Alexander Rose
c53f500da6
add pqr support
2026-01-31 17:15:17 -08:00
midlik
defc04278e
MVSData.toMVSX ( #1763 )
2026-01-29 16:51:54 +01:00
Alexander Rose
aa4d5e78a7
Merge pull request #1757 from giagitom/improve-outlines
...
disable transparent outline when near to solid mesh
2026-01-26 20:05:29 -08:00
Alexander Rose
df3a432afd
Merge branch 'master' into improve-outlines
2026-01-25 22:38:19 -08:00
Alexander Rose
1b339d18cc
Merge pull request #1762 from molstar/trackball-animation-axis
...
add axis param to trackball spin & rock animation
2026-01-25 22:37:24 -08:00
Alexander Rose
c4650c91a8
Merge branch 'master' into trackball-animation-axis
2026-01-25 22:37:15 -08:00
Alexander Rose
e3c4f19563
Merge pull request #1761 from molstar/fix-color-smoothing
2026-01-25 22:26:35 -08:00
Alexander Rose
85780a5d6a
add axis param to trackball spin & rock animation
2026-01-24 12:11:50 -08:00
Alexander Rose
aab70e2ff0
Color smoothing fixes ( #1747 )
...
- use correct instance for non instance-type
- never transform for non instance-type
- add extra radius to gaussian surface boundingsphere
2026-01-24 12:09:04 -08:00
dsehnal
e859f497f1
5.6.1
2026-01-23 15:42:44 +01:00
dsehnal
6a9fed56f3
changelog
2026-01-23 15:40:54 +01:00
dsehnal
d7c2505852
npm audit
2026-01-23 15:40:31 +01:00
midlik
754dfeab91
Fix MVSAnnotationStructureComponent not updating properly ( #1759 )
...
* Fix `MVSAnnotationStructureComponent` not updating properly when parent structure changes
* lint
* fix build
2026-01-23 13:55:41 +01:00
Alexander Rose
d3b02df5b9
Disable occlusion culling in ImagePass ( #1758 )
2026-01-20 06:53:26 -08:00
giagitom
3d95ed729c
disable transparent outline when near to solid mesh
2026-01-19 19:59:07 +01:00
Alexander Rose
9cbb4414e0
5.6.0
2026-01-18 12:11:39 -08:00
Alexander Rose
79fcfe50bc
changelog
2026-01-18 11:44:42 -08:00
Alexander Rose
216d16456b
package updates
2026-01-18 11:43:06 -08:00
Alexander Rose
822aaa99b0
Merge pull request #1755 from molstar/seqres-entity-lipids
...
Improve SEQRES use and more lipid names
2026-01-18 10:53:07 -08:00
Alexander Rose
2c683ab77d
Merge pull request #1754 from molstar/fix-bounding-sphere-reuse
...
fix boundingSphere reuse in structure visuals
2026-01-18 10:52:44 -08:00
Alexander Rose
2ef5af6881
Merge pull request #1753 from molstar/remove-fence-canvas3d
...
remove fence from Canvas3D.render
2026-01-18 10:47:29 -08:00
Alexander Rose
36f18be042
add lipid components names used in amber ff
2026-01-17 18:34:32 -08:00
Alexander Rose
f093a3ab37
use PDB seqres record to deduce entity information
2026-01-17 18:31:43 -08:00
Alexander Rose
74cd42117b
fix boundingSphere reuse in structure visuals
...
- was triggering extra calculation
- add hasBoundingSphere method to geometries
2026-01-17 17:34:53 -08:00
Alexander Rose
bb4a4e6102
remove fence from Canvas3D.render
...
- causes issues when the CPU is busy
- interfers with `requestAnimationFrame`
2026-01-17 17:08:13 -08:00
Alexander Rose
24a3167f9b
Merge branch 'master' of https://github.com/molstar/molstar
2026-01-17 16:55:07 -08:00
Alexander Rose
214e1c20ca
ignore missing plugin-state-animation
2026-01-17 16:55:02 -08:00
Alexander Rose
33cab6ddad
Merge pull request #1752 from sbittrich/los
...
Non-covalent interactions: Prevent self-occlusion on quaternary amines
2026-01-17 16:48:55 -08:00
Alexander Rose
f4b2826bc7
Merge branch 'master' into los
2026-01-17 16:45:34 -08:00
Alexander Rose
ebaa9f2e56
use eachIntraBondedAtom (@sbittrich)
2026-01-17 16:44:36 -08:00
Alexander Rose
812b75a034
Merge pull request #1750 from sbittrich/master
...
Fix outline postprocessing artifacts
2026-01-17 16:34:20 -08:00
Alexander Rose
3b02a5f5ec
Merge pull request #1742 from giagitom/add-wireframe-structure-visuals
...
Add structure wireframe visuals on molecular and gaussian surfaces
2026-01-17 13:13:12 -08:00
Alexander Rose
657d2eb1c5
Merge branch 'master' into add-wireframe-structure-visuals
2026-01-17 13:10:01 -08:00
Alexander Rose
25d87dd14d
params tweaks
2026-01-17 13:09:24 -08:00
Sebastian
d2605e6e3d
Merge remote-tracking branch 'upstream/master' into los
...
# Conflicts:
# CHANGELOG.md
2026-01-16 14:52:47 +01:00
Sebastian
b21ebe0f55
Merge remote-tracking branch 'upstream/master'
...
# Conflicts:
# CHANGELOG.md
2026-01-16 14:51:56 +01:00
Sebastian Bittrich
2693fe8b7e
actually cache __srcIndexArray__ ( #1751 )
...
Co-authored-by: Sebastian <bittrich@pharmai-discovery.com >
2026-01-16 13:15:08 +01:00
Sebastian
45279a6520
nci: prevent self-occlusion on quat amines
2026-01-16 11:36:30 +01:00
Sebastian
22f9b1a7a1
fix outline postprocessing artifacts ( closes #1749 )
2026-01-16 09:15:04 +01:00
zachcp
8325a58e25
20261110 hex fix clean ( #1746 )
2026-01-12 08:14:14 +01:00
midlik
0acc508a8f
MVS text_format and group_by_fields ( #1744 )
...
* MVS: text_format
* MVS: group_by_fields params for label_from_*
* refactor
* Update CHANGELOG
* Refactor fstrings (FormatTemplate)
* Move fstrings (FormatTemplate) to src/mol-util/formatting.ts
* FormatTemplate: fix parsing of fillChar ':'
* file rename
2026-01-10 12:50:37 +01:00
giagitom
2af0cd9d6f
Add structure wireframe visuals on molecular and gaussian surfaces
2026-01-04 12:57:27 +01:00
Alexander Rose
304858fcba
Merge pull request #1741 from giagitom/improve-ssao-boundaries
...
Improve ssao boundaries
2026-01-03 09:24:07 -08:00
giagitom
ade027911c
improve occlusion evaluation at boundaries
2026-01-03 17:13:33 +01:00
David Sehnal
a97e647f7a
Fix to_mmCIF writing duplicate categories under certain conditions ( #1739 )
2026-01-03 09:59:47 +01:00
Alexander Rose
008bed0233
fix transparent ssao handling
2026-01-02 17:33:07 -08:00
Alexander Rose
bb4c04f3b9
fix ssao darkening
...
- instead of clamping offscreening pixels, skip samples
2026-01-02 09:48:40 -08:00
Alexander Rose
62997e5972
Merge pull request #1737 from molstar/pcg
...
stable random numbers (PCG)
2025-12-31 12:16:54 -08:00
Alexander Rose
a20e7bb40d
Fix SSAO darkening when sampling background/offscreen pixels
2025-12-31 12:14:35 -08:00
Alexander Rose
2acfac4c85
changelog
2025-12-31 11:35:04 -08:00
Alexander Rose
a1a9d87a54
fix missing scaling
2025-12-30 23:11:53 -08:00
Alexander Rose
1ab71cc487
calculate random hemisphere vectors on demand
2025-12-30 22:39:48 -08:00
Alexander Rose
a8b19f5f3c
use blue noise for ssao sample vectors
...
- properly sample on sphere (not in box)
2025-12-30 21:41:09 -08:00
David Sehnal
4661a4a5f0
Only show "already registered transformer" warnings in non-production builds ( #1732 )
2025-12-30 16:00:19 +01:00
David Sehnal
2c40abc808
Fix label_seq_id assignment in PDB parser ( #1731 )
...
* Fix `label_seq_id` assignment in PDB parser when insertion codes are present
* tweak
* changelog
* typo
* SEQRES detection in PDB parser
2025-12-30 15:59:40 +01:00
Alexander Rose
10d7bcf4c0
stable random numbers (PCG)
...
- ME grayscale colors
- dot offset
- SSAO hemisphere vectors
2025-12-29 20:08:10 -08:00
Alexander Rose
5f8e4e6913
Merge pull request #1735 from molstar/volsurf-12-25
...
volume & surface improvements
2025-12-28 21:10:32 -08:00
Alexander Rose
94fa9f124a
pr feedback optim
2025-12-28 21:02:31 -08:00
David Sehnal
3e70251f38
Viewer QoL ( #1734 )
...
* Viewer QoL
* docs
2025-12-28 19:26:33 +01:00
Alexander Rose
66ed6cfa94
type fix
2025-12-27 14:39:49 -08:00
Alexander Rose
d82b6e8d0d
changelog
2025-12-27 14:33:30 -08:00
Alexander Rose
5a5f6867b9
support volume floodfill before surface extraction
...
- for isosurface, molecular-surface, gaussian-surface
2025-12-27 14:29:05 -08:00
Alexander Rose
5cd5fc09f5
support includeParent for gaussian-surface
...
- disables GPU support
2025-12-27 14:15:28 -08:00
Alexander Rose
17528d5ca2
tweak gaussian-density smothness default range
2025-12-27 14:10:07 -08:00
midlik
e658a11947
MVS misc fixes ( #1733 )
...
* MVS - fix carbohydrate sizing
* MVS: color_from_uri and color_from_source take selector parameter
* MVS: Add `keepCameraOrientation` option for loading functions
* MVS: Remove dead code
* MVS: minor refactor (SelectorT)
* PR1733 feedback
2025-12-24 14:41:49 +01:00
dsehnal
4ac6f5c202
5.5.0
2025-12-22 12:50:36 +01:00
dsehnal
5726515707
changelog
2025-12-22 12:48:58 +01:00
Alexander Rose
f2ee7d1470
fix unit hash collision ( #1729 )
...
* fix unit hash collision
* cleanup
* name tweak
2025-12-22 09:53:29 +01:00
Alexander Rose
4140412e06
schema updates
2025-12-21 16:16:02 -08:00
Alexander Rose
44ed142521
package updates
2025-12-21 16:11:31 -08:00
Alexander Rose
1ae0bbc150
Merge pull request #1727 from molstar/geo-interior-coloring
...
per-geometry interior coloring
2025-12-21 16:03:43 -08:00
Alexander Rose
8213611293
fix bumpiness for solid interior
2025-12-21 16:00:17 -08:00
Alexander Rose
2697634a9f
Merge branch 'master' of https://github.com/molstar/molstar into geo-interior-coloring
2025-12-21 15:07:42 -08:00
Alexander Rose
d7ba9e0c61
typo
2025-12-21 15:07:01 -08:00
Alexander Rose
c99c4342b7
Merge pull request #1728 from molstar/improvements-251221
...
General Improvements
2025-12-21 15:01:29 -08:00
Alexander Rose
f410e27d1a
use camelCase
2025-12-21 14:57:46 -08:00
Alexander Rose
e6d54412cf
typo
2025-12-21 14:51:48 -08:00
Alexander Rose
6238684819
tweak residue-charge coloring
...
- add charmm/amber protonation variants
- add common modified residues from CCD
- remove unrelated links
2025-12-21 14:33:10 -08:00
dsehnal
ea07cd89de
better canvas background handling
2025-12-21 16:15:56 +01:00
dsehnal
a7330f40d7
MVS getCurrentMVSSnapshot util
2025-12-21 15:38:57 +01:00
dsehnal
92c55ffe35
Tweak ResidueChargeColorTheme params
2025-12-21 12:10:29 +01:00
David Sehnal
c21ba08fc7
Viewer improvements ( #1725 )
...
* separate exxtensions file
* subscribe method on the Viewer object
* export lib
* Add viewer.structureInteraction
* MVS tryGetPrimitivesFromLoci util
* param select indicator
* tweaks
* mapped control icon
* docs and tweaks
* viewer color themes
* tweak
* typo
* pr feedback
2025-12-21 11:35:49 +01:00
Alexander Rose
ba3a716900
interior coloring
...
- replace global with per-geometry system
2025-12-20 16:21:49 -08:00
Alexander Rose
3133dc1543
Fix flipSided for meshes
2025-12-20 13:55:06 -08:00
dsehnal
fe2541f9e8
tweak package.json
2025-12-19 13:19:30 +01:00
ddelalamo-takeda
27af73f97f
Add TM-align structure alignment algorithm ( #1723 )
...
* Delete docs/docs/plugin/superposition.md
* Add TM-align structure alignment algorithm
Implement TM-align for structure-based protein alignment, providing an
alternative to sequence-based superposition methods. TM-align finds optimal
structural alignments regardless of sequence similarity using TM-score.
New features:
- Core TM-align algorithm (src/mol-math/linear-algebra/3d/tm-align.ts)
- TM-score calculation with length-independent normalization
- Dynamic programming for optimal alignment
- Gapless threading and fragment-based initialization
- Multiple refinement passes for accuracy (~97.7% of US-align reference)
- High-level wrapper (src/mol-model/structure/structure/util/tm-align.ts)
- tmAlign() function accepting StructureElement.Loci inputs
- Returns transformation matrix, TM-scores, RMSD, and alignment
- BasicWrapper API (src/examples/basic-wrapper/)
- tmAlign(pdbId1, chain1, pdbId2, chain2, color1?, color2?)
- sequenceAlign() - sequence-based superposition
- loadStructures() - load without alignment
- Example HTML pages demonstrating usage
- UI integration (src/mol-plugin-ui/structure/superposition.tsx)
- TM-align option in superposition panel
References:
Zhang Y, Skolnick J. Nucl Acids Res 33, 2302-9 (2005)
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
* Delete src/examples/basic-wrapper/index.html
* changing reference test case
* Restoring src/examples/basic-wrapper/index.html
* Addressing comments in pull request
* Authorship added
---------
Co-authored-by: Diego del Alamo <diego.delalamo@gmail.com >
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-19 13:18:11 +01:00
Lukas Polak
e9a442ca6e
Add Residue Charge color scheme ( #1722 )
...
* Add charged residue color scheme
* Changelog + file header
* Address PR comments
* Remove residue-name.ts contribution info
* PR suggestion
* Changelog reference PR
2025-12-19 13:15:51 +01:00
Alexander Rose
e86e282bb4
Fix missing gl.flush for async picking
2025-12-16 21:24:23 -08:00
Alexander Rose
213506dff0
Fix program not compiled for sync picking
2025-12-16 21:23:22 -08:00
Alexander Rose
bc7aa7c9aa
Fix webgl1 shader syntax
2025-12-16 21:21:58 -08:00
Alexander Rose
b234bf8890
Fix molecular-surface when probe diameter smaller then resolution
2025-12-14 10:30:21 -08:00
Alexander Rose
36b4dcf7a8
Fix molecular-surface "auto" quality params not hidden
2025-12-13 22:07:11 -08:00
Alexander Rose
0e843c20cc
5.4.2
2025-12-07 11:00:41 -08:00
Alexander Rose
ecaf19c5fb
changelog
2025-12-07 10:59:26 -08:00
Alexander Rose
f024aeef2c
schema updates
2025-12-07 10:58:03 -08:00
Alexander Rose
9d9985f117
package updates
2025-12-07 10:57:55 -08:00
Alexander Rose
a0f7349ef6
reduce automatic quality on standalone HMD devices
2025-12-06 10:50:00 -08:00
Alexander Rose
01407427d2
Merge pull request #1714 from giagitom/postprocessing-improvements
...
postprocessing improvements
2025-12-06 10:31:39 -08:00
Alexander Rose
3dee03d9b6
cleanup & changelog
2025-12-06 10:26:59 -08:00
Alexander Rose
737f6593be
Merge pull request #1712 from molstar/import-tweaks
...
Import tweaks
2025-12-06 10:15:41 -08:00
giagitom
068e10dd40
fix whitespaces
2025-12-05 11:16:27 +01:00
giagitom
c1ba5248b0
postprocessing improvements
2025-12-04 16:06:30 +01:00
Alexander Rose
4af0f22ac0
remove dependency between mol-util and mol-io
2025-11-23 19:19:17 -08:00
Alexander Rose
25a67e1176
remove dependency between vec4 and sphere3d
2025-11-23 19:09:06 -08:00
Alexander Rose
a8fcd501d6
remove dependency between mol-util and mol-canvas3d
2025-11-23 19:05:48 -08:00
Alexander Rose
573ee92889
remove dependency between mol-util and mol-script
2025-11-23 19:04:58 -08:00
Alexander Rose
2558d6fada
remove dependency between mol-math and mol-geo
2025-11-23 19:01:11 -08:00
Alexander Rose
2cf3f8d62b
move DensityTextureData type out of shared module
...
- not reused, depends on mol-gl
2025-11-23 19:00:12 -08:00
Alexander Rose
589d89b0d5
remove import from mol-geo in mol-gl
...
- too many dependencies
- not usefull, mostly for documentation
2025-11-23 18:58:31 -08:00
Alexander Rose
7cc7b77460
add missing method in gl shim
2025-11-23 18:55:40 -08:00
Alexander Rose
e8a9995bef
use more direct imports
...
- avoid importing from re-exports
- helps to create smaller files with some bundlers
2025-11-23 18:55:11 -08:00
Alexander Rose
74ff283e00
5.4.1
2025-11-16 10:18:09 -08:00
Alexander Rose
1ecb960b82
changelog
2025-11-16 10:17:14 -08:00
Alexander Rose
387d59f97b
Merge branch 'master' of https://github.com/molstar/molstar
2025-11-16 10:13:12 -08:00
Alexander Rose
d993082f24
5.4.0
2025-11-16 10:12:28 -08:00
Alexander Rose
5eaa73d56d
changelog
2025-11-16 10:11:07 -08:00
Alexander Rose
b9428fd3cd
Merge pull request #1708 from molstar/volume-improvements
...
Volume improvements
2025-11-16 10:10:11 -08:00
Alexander Rose
97d180b79d
use Number.isNaN
2025-11-16 10:07:45 -08:00
Alexander Rose
25bd915ea5
optimize wrapped volume
2025-11-16 10:04:10 -08:00
Alexander Rose
f8fdffdc44
Update src/mol-model-formats/volume/ccp4.ts
...
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
2025-11-16 09:45:14 -08:00
David Sehnal
d11aa6ea77
improve guessCifVariant ( #1709 )
2025-11-16 17:53:16 +01:00
Alexander Rose
fc3c7997ea
package updates
2025-11-15 16:54:26 -08:00
Alexander Rose
b3aecf8de4
package updates
2025-11-15 16:46:15 -08:00
Alexander Rose
f3581e62ef
schema updates
2025-11-15 16:41:09 -08:00
Alexander Rose
88e7fe508f
package updates
2025-11-15 16:32:09 -08:00
Alexander Rose
98049ed02d
Merge branch 'master' of https://github.com/molstar/molstar into volume-improvements
2025-11-15 16:25:44 -08:00
Alexander Rose
194092ed67
Merge pull request #1707 from rxht/text-input-chinese-support
...
Add Chinese language support to the text input box.
2025-11-15 16:23:21 -08:00
Alexander Rose
e96157c890
changelog
2025-11-15 16:19:40 -08:00
Alexander Rose
a028c1ef42
Merge branch 'master' of https://github.com/molstar/molstar into pr/rxht/1707
2025-11-15 16:16:32 -08:00
Alexander Rose
ad2b5e687d
Volume improvements
...
- Add `Volume.periodicity`
- Wrap isosurfaces for periodic volumes
- Fix dimensions for slices
2025-11-15 16:09:47 -08:00
Alexander Rose
8ba19f0be4
Merge pull request #1701 from midlik/bounding-spheres
...
Bounding spheres include element radius
2025-11-15 09:29:55 -08:00
Alexander Rose
bccc68f6df
Merge branch 'master' of https://github.com/molstar/molstar into pr/midlik/1701
2025-11-15 09:06:55 -08:00
Alexander Rose
026a05d03d
formating
2025-11-15 09:06:46 -08:00
Alexander Rose
2b4741c8ee
Use PluginCommands to set canvas3d props in camera behavior
2025-11-15 08:52:25 -08:00
Alexander Rose
7960ee06d4
Fix default trackball animated spin speed
2025-11-15 08:50:24 -08:00
Alexander Rose
f73f5af131
Fix direct-volume not drawn in illumination mode
2025-11-15 08:48:22 -08:00
rxht
3123110aa4
Add Chinese language support to the text input box.
2025-11-14 10:56:15 +08:00
midlik
154063638d
MVS: Allow canvas background interpolation ( #1704 )
2025-11-13 12:02:10 +01:00
midlik
a720b98365
MVS transformed primitives ( #1705 )
...
* MVS: Fix primitives in root not being transformed with reference structure
* MultilayerColorTheme only preferSmoothing when a nested theme prefers
* MVSAnnotationColorTheme do not prefer smoothing
* Update file header
2025-11-11 16:47:35 +01:00
Adam Midlik
d4a2937e0b
Merge branch 'master' into bounding-spheres
2025-11-11 15:39:20 +00:00
midlik
b0ca7ffbb7
Fix all-selector color not applying on substructure ( #1700 )
...
* Fix all-selector color not applying on substructure
* Fix CHANGELOG
* Size uniform computed from the first included location
2025-11-11 10:32:01 +01:00
David Sehnal
c42b738abe
MVS: Fix appendSnapshots when loading MVSX ( #1702 )
2025-11-11 10:31:06 +01:00
Alexander Rose
ab0d0fec53
Merge pull request #1697 from midlik/label-boundary
...
Fix bounding sphere computation for 3D text
2025-11-09 17:49:50 -08:00
Alexander Rose
8d96131962
changelog
2025-11-09 17:49:27 -08:00
Alexander Rose
95bbcd8b24
Merge branch 'master' of https://github.com/molstar/molstar into pr/midlik/1697
2025-11-09 17:49:06 -08:00
Alexander Rose
a21f5c2c23
Add viewport button to toggle illumination mode
2025-11-09 16:45:26 -08:00
Adam Midlik
94b7b1281c
Merge branch 'master' into bounding-spheres
2025-11-07 10:19:00 +00:00
Adam Midlik
16dba586df
Relax camera limits to allow focusing any selection with >1 atom
2025-11-07 10:13:39 +00:00
midlik
72b761f959
Fix ugly camera clipping in snapshot transitions ( #1699 )
...
* Fix ugly camera clipping in snapshot transitions
* Update CHANGELOG.md
---------
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
2025-11-06 16:04:20 +01:00
Adam Midlik
943d81cbf9
Fix bounding sphere computation for 3D text
2025-11-06 09:28:09 +00:00
dsehnal
2ecdc0eafa
5.3.0
2025-11-05 14:41:21 +01:00
dsehnal
dccfd35c7a
changelog
2025-11-05 14:39:06 +01:00
Dominik Andrew Tichy
9e81a4f7a6
fix: validation and default params for primitives_from_uri ( #1690 )
...
* fix: primitives default param values
* chore: changelog
---------
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
2025-11-05 14:37:00 +01:00
midlik
6f6cc73ce9
MVS: tweak param type definitions to make type bundle smaller ( #1692 )
...
* MVS: tweak param type definitions to make type bundle smaller
* MVS: add docstring to all parameter definitions
* MVS: tweak param type definitions to make type bundle smaller 2 (palettes)
* add types
2025-11-05 14:21:54 +01:00
David Sehnal
c248ae11bf
fix wheel scrolling edge case ( #1696 )
2025-11-05 13:27:14 +01:00
dsehnal
742be03901
add index file to mvs extension
2025-11-05 09:54:26 +01:00
midlik
00009ef198
MVS: coarse annotations bugfix ( #1695 )
2025-11-04 23:16:24 +01:00
David Sehnal
1cb617524d
MVS: Fix coarse structure selection ( #1694 )
2025-11-04 23:07:47 +01:00
David Sehnal
e2e348240b
MVS: topology format support ( #1691 )
...
* MVS: topology format support
* bugfix
* mvs: additional coordinate formats
* fix
2025-11-04 22:16:49 +01:00
Alexander Rose
b54908492c
Add Canvas3D.setAttribs
2025-11-03 23:52:26 -08:00
dsehnal
33172862bd
mvs stories loading message
2025-11-02 14:07:52 +01:00
dsehnal
c5f2767efc
5.2.0
2025-10-31 17:26:52 +01:00
dsehnal
66f5a81a5d
changelog
2025-10-31 17:25:24 +01:00
David Sehnal
9e90e11bfc
MVS Improvements ( #1684 )
...
* MVS primitives clipping
* camera near distance
2025-10-31 16:43:59 +01:00
midlik
ab372a89d6
MVS: fix persisting tooltips and other fixes ( #1688 )
...
* MVS: Fix tooltips persisting across snapshots
* MVS: Fix CIF annotations with no selector columns being ignored
* Vec3.orthogonalize handle special cases (fixes trackpad lock in MVS)
* Update CHANGELOG
2025-10-31 14:35:56 +01:00
Adam Midlik
ea612c3acb
Unit and loci bounding sphere includes VDW or coarse sphere radius
2025-10-31 12:50:51 +00:00
Adam Midlik
a1308645e5
Vec3.orthogonalize handle special cases (fixes trackpad lock in MVS)
2025-10-29 14:04:18 +00:00
David Sehnal
c6506d515f
Fix CIF Parser edge case ( #1687 )
...
* Fix CIF Parser edge case
* header
2025-10-28 15:02:35 +01:00
Adam Midlik
794b705184
MVS: Fix CIF annotations with no selector columns being ignored
2025-10-28 11:56:40 +00:00
Adam Midlik
66264abe50
MVS: Fix tooltips persisting across snapshots
2025-10-28 11:25:29 +00:00
Alexander Rose
7d0f84ff72
Merge pull request #1679 from giagitom/fix-screenshot-helper-change-transparency
...
Handle transparency mode updates on ImagePass
2025-10-25 14:24:13 -07:00
Alexander Rose
31495ab02a
simplify
2025-10-25 14:20:30 -07:00
Alexander Rose
853ad5c916
pass transparency via scene
2025-10-25 14:15:40 -07:00
Alexander Rose
51fc525215
Merge https://github.com/molstar/molstar into pr/giagitom/1679
2025-10-25 13:53:34 -07:00
dsehnal
92d1c446d4
5.1.2
2025-10-25 15:04:28 +02:00
dsehnal
f2a0ff448b
mvs custom coloring fix
2025-10-25 15:03:16 +02:00
dsehnal
0ec096a980
5.1.1
2025-10-25 14:30:39 +02:00
dsehnal
44a5b83c1c
fix State reconciliation with resolved refs
2025-10-25 14:29:20 +02:00
dsehnal
46c5184d40
5.1.0
2025-10-25 12:35:20 +02:00
dsehnal
7c46306929
5.1 changelog
2025-10-25 12:34:05 +02:00
Gianluca Tomasello
d7fe32d000
Fix createColorScaleByType when offsets are available ( #1668 )
...
* Fix createColorScaleByType when offsets are available
* lint-fix
---------
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
2025-10-25 12:31:39 +02:00
David Sehnal
d7beb288c3
Fullscreen mode improvements ( #1683 )
...
* Fullscreen mode improvements
* iterate on functionality
* fix imports
2025-10-25 12:29:37 +02:00
Lukas Polak
fb5da1b4d0
ExpandToFullscreen option in PluginConfig ( #1666 )
...
* Add PluginConfig.General.ExpandToFullscreen
* Simplify layout.ts
* Update CHANGELOG
2025-10-25 10:25:14 +02:00
David Sehnal
d89e254555
Custom ref resolvers in State ( #1682 )
2025-10-25 10:12:17 +02:00
midlik
99e11317e1
MVS: residue_index selector ( #1681 )
...
* MVS builder - add sphere and angle
* MVS: Annotations for coarse models
* MVS: Rename AtomRanges -> ElementRanges
* MVS: refactor
* MVS: Labels for coarse structures
* fix tests
* MVS: refactor IndicesAndSortings
* MVS: refactor IndicesAndSortings 2
* MVS: builder method primitives_from_uri -> primitivesFromUri
* Update CHANGELOG
* Add AtomicHierarchy.residueSourceIndex
* MVS: implement residue_index selector for annotations
* MVS: residue_index for inline selectors
2025-10-25 10:10:06 +02:00
David Sehnal
3dc6c4452d
[wip] carb constants updates ( #1680 )
...
* [wip] carb constants updates
* GlycamSaccharideNames
2025-10-24 19:29:56 +02:00
midlik
3a627a878b
MVS - annotations for coarse structures, tidy up builder ( #1672 )
...
* MVS builder - add sphere and angle
* MVS: Annotations for coarse models
* MVS: Rename AtomRanges -> ElementRanges
* MVS: refactor
* MVS: Labels for coarse structures
* fix tests
* MVS: refactor IndicesAndSortings
* MVS: refactor IndicesAndSortings 2
* MVS: builder method primitives_from_uri -> primitivesFromUri
* Update CHANGELOG
2025-10-24 15:47:14 +02:00
giagitom
6f9fed180d
update headers
2025-10-21 21:56:37 +02:00
giagitom
5ecd176f20
Handle transparency mode updates on ImagePass
2025-10-21 21:50:42 +02:00
David Sehnal
dff3837df6
MVS tweaks ( #1678 )
2025-10-21 12:15:43 +02:00
Alexander Rose
e42eb31b73
Merge pull request #1675 from molstar/ar-magic-window
...
Support "magic window" style AR
2025-10-19 16:34:48 -07:00
Alexander Rose
721c117309
handle viewport size
2025-10-19 16:32:06 -07:00
Alexander Rose
216715b2d5
Support "magic window" style AR
2025-10-18 15:33:11 -07:00
Alexander Rose
412d4d5bcd
fix clip objects for deirect-volume rendering
2025-10-18 15:27:53 -07:00
falko-apheris
2734d5754a
Update example to use mol* v5 ( #1673 )
...
Rename initViewer to initViewerAsync in documentation
2025-10-16 19:14:12 +02:00
Alexander Rose
c10f9d8c78
Merge pull request #1667 from giagitom/fix-flipped-normals
...
fix for flipped surface normal issue
2025-10-11 16:31:45 -07:00
Alexander Rose
7140135cbe
changelog
2025-10-11 16:31:05 -07:00
Alexander Rose
b5969945b4
Merge branch 'master' of https://github.com/molstar/molstar into pr/giagitom/1667
2025-10-11 16:30:22 -07:00
Alexander Rose
7f5b3bc16c
remove extra variable
2025-10-11 16:28:30 -07:00
Alexander Rose
5cf7b6624b
Merge pull request #1669 from papillot/pdb-conect-to-bond-order
...
Get bonds orders from CONECT records
2025-10-11 16:20:24 -07:00
Alexander Rose
56225b337d
header
2025-10-11 16:19:51 -07:00
Paul Pillot
79b6ad6f48
Get bonds orders from CONECT records
2025-10-09 22:09:57 -04:00
giagitom
d0df53dd02
fix for flipped normal issue
2025-10-03 19:36:05 +02:00
Alexander Rose
3b97bfd9b6
5.0.0
2025-09-28 10:41:25 -07:00
Alexander Rose
9b12623131
changelog
2025-09-28 10:39:51 -07:00
Alexander Rose
425370d63e
package updates
2025-09-28 10:36:37 -07:00
Alexander Rose
1666c89222
doc tweak
2025-09-28 10:30:28 -07:00
Alexander Rose
a7dd4fc555
change viewer.show-xr to allow 'auto' | 'always' | 'never'
2025-09-28 10:25:48 -07:00
Alexander Rose
9f1760fbf2
pointer: end gesture only if all button are released
2025-09-28 09:54:10 -07:00
Alexander Rose
d7fb040b77
fix shader-manager update
2025-09-21 15:40:27 -07:00
Alexander Rose
2d7c1bcea2
Merge pull request #1665 from molstar/global-defines
...
global defines
2025-09-21 15:27:22 -07:00
Alexander Rose
a08c434f35
add missing schema
2025-09-21 09:34:42 -07:00
Alexander Rose
45d402bb9f
global defines
2025-09-20 21:08:46 -07:00
Alexander Rose
4556544043
package updates
2025-09-20 14:55:58 -07:00
Alexander Rose
921d700761
remove unused dep
2025-09-20 14:52:11 -07:00
Alexander Rose
9605783f41
defer readPixels call in texture-mesh position-iterator
2025-09-20 14:51:23 -07:00
Alexander Rose
f23329dc68
improve resource byte count logging
2025-09-20 14:48:50 -07:00
Alexander Rose
5f4ac6b2c0
remove unused properties
2025-09-20 14:36:39 -07:00
David Sehnal
f0c2961e95
use esbuild jest transformer ( #1662 )
2025-09-16 20:28:34 +02:00
David Sehnal
2bdaa565b4
Fix screenshot animation loop handling ( #1660 )
2025-09-16 20:09:33 +02:00
Jose Manuel Duarte
ab2bcde794
Add robots.txt to ModelServer ( #1659 )
2025-09-16 08:05:30 +02:00
Alexander Rose
0b9674e14c
Merge pull request #1655 from molstar/parallel-shader-compile
...
Adaptive parallel shader compilation
2025-09-15 21:32:52 -07:00
Alexander Rose
07cbeb524e
Merge pull request #1653 from giagitom/fix-illum-denoise
...
Fix illumination denoising with transparency on transparent background
2025-09-15 21:31:31 -07:00
Alexander Rose
8ff75ea2ab
Merge branch 'master' into fix-illum-denoise
2025-09-15 21:31:10 -07:00
Alexander Rose
6f5db94b2f
add shader-manager
...
- ensure required shaders for image pass
- take scene content into account
2025-09-15 21:30:12 -07:00
dsehnal
2637957141
pass isSynchronous to finalizePrograms
2025-09-15 08:59:49 +02:00
Alexander Rose
c1bb6f3987
changelog
2025-09-14 21:50:47 -07:00
Alexander Rose
d8df904951
Merge branch 'master' of https://github.com/molstar/molstar into parallel-shader-compile
2025-09-14 21:43:07 -07:00
Alexander Rose
a7ca7c922d
adaptive parallel shader compile
...
- split shader compilation into linking and finalizing
- avoid compiling un-needed shaders
2025-09-14 21:38:27 -07:00
Alexander Rose
f257992a5a
Revert "add "ready" commit queue"
...
This reverts commit bdd1805620 .
2025-09-14 21:23:52 -07:00
김주호
62f9f6077d
Update to_mmCIF function to accept multiple structures ( #1658 )
...
* update to_mmCIF function to accept multiple structures
* update changelog and code header
2025-09-12 09:51:11 +02:00
midlik
e4edb67f62
export class Layout extends PluginUIComponent ( #1657 )
2025-09-10 14:05:50 +02:00
dsehnal
185ccf5ca6
tweak story title
2025-09-09 11:34:09 +02:00
dsehnal
bdd1805620
add "ready" commit queue
2025-09-09 11:01:13 +02:00
Alexander Rose
29f2722851
wip
2025-09-09 00:07:07 -07:00
giagitom
b38f8b08da
Fix illumination denoising with transparency on transparent background
2025-09-08 13:23:34 +02:00
Alexander Rose
6d02889f84
type fixes
2025-09-07 22:25:32 -07:00
Alexander Rose
b864634f1d
spec fixes
2025-09-07 19:36:33 -07:00
Alexander Rose
248662b95c
update workflow
2025-09-07 19:31:43 -07:00
Alexander Rose
0eb28bd89e
schema updates
2025-09-07 18:41:12 -07:00
Alexander Rose
e466bf9ba9
package updates
2025-09-07 18:38:29 -07:00
Alexander Rose
a14c4faefd
Merge pull request #1639 from giagitom/fix-transparency-check
...
Outlines improvements
2025-09-07 16:56:54 -07:00
Alexander Rose
b87a7f069e
Merge branch 'master' into fix-transparency-check
2025-09-07 16:56:45 -07:00
Alexander Rose
674a56e2f3
Merge pull request #1590 from molstar/webxr
...
WebXR
2025-09-07 16:55:56 -07:00
Alexander Rose
521d8cb4f8
Merge branch 'master' of https://github.com/molstar/molstar into webxr
2025-09-07 16:53:14 -07:00
Alexander Rose
bd1d85e927
Merge pull request #1651 from molstar/picking-too-many-groups
...
improve picking of objects with many groups
2025-09-07 16:49:02 -07:00
Alexander Rose
4d62b928f8
improve picking of objects with many groups
...
- if to many groups (currently >=2^24-2) pick whole instance/object
2025-09-06 14:05:22 -07:00
Jose Manuel Duarte
014c9607d9
Use new validation/view endpoint at files.rcsb.org ( #1649 )
...
* Use new validation/view endpoint at files.rcsb.org
* Update changelog
2025-09-06 11:56:03 +02:00
midlik
98ef24fc9e
Sequence color 2 ( #1644 )
...
* Sequence color extension - allow props to be provided
* typing fix
2025-09-04 19:49:20 +02:00
dsehnal
c04580377b
5.0.0-dev.13
2025-09-03 09:20:26 +02:00
David Sehnal
a492b38368
fix mutative use & assign NODE_ENV=production for prd builds ( #1642 )
...
* fix mutative use & assign NODE_ENV=production for prd builds
* fix type
2025-09-03 09:07:23 +02:00
midlik
518f21531e
SequenceColor extension ( #1611 )
...
* MinimizeRmsd.Result include nAlignedElements
* SequenceColor extension
* SequenceColor extension - forceUpdate when custom prop changes
* SequenceColor extension - proper caching
* Update CHANGELOG
* SequenceColor extension - registry
* SequenceColor extension - refactor
* SequenceColor extension - minor changes
* SequenceColor extension - switch to experimentalSequenceColorTheme
* SequenceColor extension - ensureCustomProperties
* SequenceColor extension - clean
* SequenceColor extension - avoid repeated allocation for Location
* SequenceColor extension - memoizeLatest, but wrong
* SequenceColor extension - memoizeLatest fixed
* SequenceColor extension - remove unnecessary loci caching
* SequenceColor extension - clean up
2025-09-03 07:29:40 +02:00
David Sehnal
36fd40ee09
VolumeServer: Default to P1 spacegroup ( #1640 )
...
* CCP4 parser defaultToP1 option
* volume server: default to P1
* tweaks
* tweak
2025-09-02 17:47:58 +02:00
giagitom
6b8c604762
improvements
2025-09-02 17:28:16 +02:00
giagitom
c10382d1fb
Handle illumination
2025-09-02 15:23:50 +02:00
Alexander Rose
0e968ae59c
Fix ColorScale for continuous case without offsets
2025-09-01 16:09:12 -07:00
giagitom
1286a9e560
Fix tests
2025-09-01 22:10:49 +02:00
giagitom
bf73712781
Add packing/unpacking functions
2025-09-01 22:03:36 +02:00
giagitom
53922db113
Outlines improvements
2025-09-01 17:56:03 +02:00
giagitom
799037d657
Merge branch 'master' of https://github.com/molstar/molstar into fix-transparency-check
2025-09-01 17:52:15 +02:00
Alexander Rose
5cb7a3cc8e
pixel-based size of pointer helper points
2025-08-31 18:33:46 -07:00
Alexander Rose
c14cbb258d
fix size calculation and update of text geometry
2025-08-31 18:33:07 -07:00
Alexander Rose
8a860497f1
support ray-picking of text geometry
...
- uses extra eye camera in text shader
2025-08-31 18:32:38 -07:00
Alexander Rose
77d4d0007c
Merge branch 'master' of https://github.com/molstar/molstar into webxr
2025-08-31 17:45:45 -07:00
dsehnal
005824eb24
5.0.0-dev.12
2025-08-31 10:08:11 +02:00
dsehnal
259e04a6ce
move mvs validation to a separate file
2025-08-31 10:06:20 +02:00
dsehnal
966bc14c67
5.0.0-dev.11
2025-08-31 09:51:54 +02:00
David Sehnal
f752b7e155
MVS: Color map interpolation & canvas backgrounds ( #1636 )
...
* MVS: Color map interpolation
* print validation errors to plugin log
* fixes
* background postprocessing
* fix resetCanvasProps
* fix link
* add example
2025-08-31 09:36:50 +02:00
Gianluca Tomasello
255b8b9ac3
Fix renderer transparency check ( #1635 )
...
* Fix renderer transparency check
* Fading transparent outlines
* improvements
2025-08-29 17:59:26 +02:00
giagitom
15c4fb3c01
improvements
2025-08-29 15:01:31 +02:00
giagitom
9fba0c08b2
Fading transparent outlines
2025-08-28 21:26:06 +02:00
giagitom
f08dd0255d
Fix renderer transparency check
2025-08-28 11:44:05 +02:00
Victoria Doshchenko
42d969bbeb
MVS: example story improvements ( #1632 )
...
* add intro scene
* fixes
* add author name
2025-08-26 18:55:34 +02:00
dsehnal
fdc33e44dc
5.0.0-dev.10
2025-08-26 17:43:06 +02:00
David Sehnal
b0aa889a0a
MVS: Animation improvements ( #1631 )
...
* allow interpolation "keyframing"
* animation fixes
2025-08-26 17:41:21 +02:00
David Sehnal
4d7bd53231
Additional markdown commands ( #1630 )
2025-08-26 06:58:40 +02:00
David Sehnal
c11cf665c9
Additional markdown extensions ( #1629 )
...
* additional markdown extensions
* fixes
2025-08-25 20:12:10 +02:00
dsehnal
a4b09d3a0c
5.0.0-dev.9
2025-08-25 17:00:54 +02:00
David Sehnal
6e488b0f80
MotM1 Story tweaks ( #1627 )
...
* tweak story
* bugfixes & tweaks
* linting
* support "discrete" scalar transform
* tweak audio path
* tweak ui
2025-08-25 08:22:36 +02:00
Alexander Rose
2cef723483
naming fix
2025-08-24 22:46:41 -07:00
ludovic autin
6164281a50
initial work on MOM number 1 with audio comments ( #1624 )
...
* initial work on MOM number 1 with audio comments
* add some TODO comments
* separate audio as mp3. Do coloring with DG scheme
* move audio in root example folder. test some query in mol-script
* salt bridge.
* better coloring
* support for entry-id test in MolScriptBuilder.
* lint
* update audio, sync animation
* cleanup
* clean up and sync audio/anim
* add reference to MOM1
2025-08-25 07:14:46 +02:00
Alexander Rose
c74a014ab7
update package.lock for ci
2025-08-24 14:54:27 -07:00
Alexander Rose
4bbf1dc8aa
refactor xr input handling
2025-08-24 14:52:58 -07:00
Alexander Rose
6e53621e01
Merge branch 'master' of https://github.com/molstar/molstar into webxr
2025-08-24 13:42:49 -07:00
Alexander Rose
2db7171e2a
Merge pull request #1625 from molstar/trackball-state-tweaks
...
Trackball & Snapshot handling tweaks
2025-08-24 13:42:24 -07:00
Alexander Rose
edfc094952
re-add the !isBusy check
...
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
2025-08-24 13:35:37 -07:00
David Sehnal
b3e1e2900b
Fix Markdown Commands query focus ( #1626 )
2025-08-24 13:18:36 +02:00
Alexander Rose
ba2bc206cc
Merge branch 'master' of https://github.com/molstar/molstar into webxr
2025-08-23 14:59:17 -07:00
Alexander Rose
1e498d535a
add SnapshotControls behavior
2025-08-23 10:44:50 -07:00
Alexander Rose
6ed969cd1b
don't save behaviors in me snapshots
2025-08-23 10:42:05 -07:00
Alexander Rose
27bb4f4bca
remove unused trackball param
2025-08-23 10:41:21 -07:00
Alexander Rose
6ce2139272
add canvas3d/trackball attribs
...
- attribs are configurable but are not saved in the state like props
2025-08-23 10:41:04 -07:00
Alexander Rose
856eff5127
ensure xr props are set each frame, make passthrough default
2025-08-23 10:19:50 -07:00
dsehnal
13cf6613a6
fix typo
2025-08-23 19:18:21 +02:00
Alexander Rose
52b141c4fa
fix pointer-helper camera
2025-08-23 10:15:39 -07:00
Alexander Rose
701844ca7c
remove unused uniform
2025-08-23 10:14:49 -07:00
Alexander Rose
bcc572bd18
move scale, minTargetDistance, forceFull to camera properties
2025-08-23 10:14:29 -07:00
David Sehnal
c5bb13e295
Execute markdown commands on snapshot load ( #1622 )
2025-08-22 18:25:24 +02:00
dsehnal
34c8257848
5.0.0-dev.8
2025-08-22 16:05:31 +02:00
David Sehnal
fcbf39c935
Markdown & MVS: Audio support ( #1621 )
...
* audio playback markdown commands
* trigger markdown commands from MVS primitives
* docs
* fix usage of mutative
2025-08-22 16:00:30 +02:00
dsehnal
46c8150b2b
5.0.0-dev.7
2025-08-21 14:05:04 +02:00
David Sehnal
af1a864daa
replace immer with mutative, optimize MVS animation loading ( #1618 )
2025-08-21 14:03:22 +02:00
David Sehnal
3babd9399a
MVS: Add backbone and line representation types ( #1617 )
2025-08-20 17:33:03 +02:00
David Sehnal
e57564486f
mol-state: fix param normalization ( #1616 )
...
* mol-state: fix param normalization
* headers
2025-08-19 19:33:01 +02:00
midlik
464a91ac29
Add PluginConfig.Viewport.ShowReset ( #1615 )
...
* Add PluginConfig.Viewport.ShowReset
* Update CHANGELOG
2025-08-18 12:02:31 +02:00
Alexander Rose
4b58ce94ee
Merge branch 'master' of https://github.com/molstar/molstar into webxr
2025-08-17 23:43:19 -07:00
Alexander Rose
16b0374eac
tweak trackball forward/backward movement behavior
2025-08-16 16:10:54 -07:00
Alexander Rose
67e63dccb4
improve/fix sphere rendering for asymmetric projections
2025-08-16 14:42:03 -07:00
Alexander Rose
2cc600cc52
add xr.sceneRadiusInMeters param
...
- tweak mesoscale explorer xr defaults
2025-08-16 14:40:43 -07:00
Alexander Rose
27fa50a5de
Merge pull request #1610 from giagitom/dpoit-monolayer-transparency
...
Add Monolayer transparency (exploiting dpoit)
2025-08-16 14:37:34 -07:00
David Sehnal
1e323f18f7
MVS: additional formats and trajectory support ( #1613 )
...
* MVS: additional formats and trajectory support
* refactoring
* support lammpstrj
* tweaks
* remove test code
2025-08-15 20:10:13 +02:00
midlik
2685b2b77d
MVSX use Murmur hash ( #1612 )
2025-08-15 14:11:53 +02:00
David Sehnal
d71b47a515
MVS Stories and related updates ( #1609 )
...
* mvs-stories updates, better snapshot playback if transition is present
* Add createMVSX
* mvs: support trackball animation
* tweak
* more fine grained speed of camera spin animation
* update TrackballControlsParams.animate.spin.speed
* story-session-url arg support
2025-08-15 13:27:34 +02:00
giagitom
88cc720dd2
fix render without postprocessing
2025-08-14 23:34:45 +02:00
giagitom
201433cc91
Lint fix
2025-08-14 19:53:36 +02:00
giagitom
8582303491
Add Monolayer transparency (exploiting dpoit)
2025-08-14 19:40:24 +02:00
dsehnal
655c3edadd
5.0.0-dev.6
2025-08-14 11:37:40 +02:00
David Sehnal
a4323a4bd8
MVS animation improvements ( #1608 )
2025-08-14 11:33:50 +02:00
dsehnal
1b5a7d9546
5.0.0-dev.5
2025-08-13 18:44:02 +02:00
David Sehnal
f165cc4629
MVS: Animations ( #1606 )
...
* object hash
* hashed StateTransform.version
* StateTree.reuseTransformParams
* State animation data model
* mvs animation tree schema and builder
* generate animation
* snapshot animation ui
* async animation generation
* ui tweak
* ui tweak
* wrap loadMVS in task
* state snapshots animation
* snapshot transition animation
* autoplay transition
* vector and rotation matrix interpolation
* local rotation transform
* fixes and better demo
* unused import
* tweak
* changelog
* headers
* type => kind
* mat4 interpolation
* use proper time in animation loop
* animated label opacity
* typo
* add postprocessing to demo
* fix mvs postprocessing params
* add transform_matrix interpolation
* tweak
* generalize vector interpolation
* Color.interpolateHcl
* resetCanvasProps
* rename from/to to start/end
* transform def
* add frequency param
* update interpolations
* cache rotation, do not apply noise to last frame
* local_rotation => rotation_center
* changelog
* fix build
* add animation.duration_ms
* PR feedback
* add hsl color space
* default canvas bg
* scalar list interpolation
* color interpolation props
2025-08-13 18:41:56 +02:00
Alexander Rose
cb499ce42e
Merge pull request #1607 from corredD/webxr
...
fix shadow
2025-08-12 22:51:28 -07:00
Alexander Rose
db247d6fbd
remove mat4 allocation
2025-08-12 22:49:14 -07:00
Alexander Rose
23701bf8e8
always consider bounds
2025-08-12 22:47:56 -07:00
ludovic autin
2e1f2e7eec
fix shadow
2025-08-12 10:58:05 -07:00
Alexander Rose
fdb3ff54f1
fix: apply model-scale to alpha-thickness
2025-08-11 22:19:52 -07:00
Alexander Rose
d5fd56718d
tweak shadow pass
2025-08-10 20:52:39 -07:00
Alexander Rose
0698ac6dd5
changelog
2025-08-10 11:55:06 -07:00
Alexander Rose
825b59ab1e
fix multi scale ssao update when camera scale changes
2025-08-10 11:21:17 -07:00
Alexander Rose
3086d1a5c8
Merge branch 'master' of https://github.com/molstar/molstar into webxr
2025-08-10 10:47:45 -07:00
Alexander Rose
138796862b
Merge pull request #1589 from giagitom/dot-volume-improvements
...
Dot volume representation improvements
2025-08-10 10:44:39 -07:00
Alexander Rose
1b236f1ae5
cleanup
2025-08-10 10:42:17 -07:00
Alexander Rose
b6c2e25395
cleanup
2025-08-10 10:37:44 -07:00
giagitom
b7816986aa
lint-fix
2025-08-10 13:07:54 +02:00
giagitom
437c70a75a
Apply suggestions
2025-08-10 13:05:08 +02:00
giagitom
de85e0fbae
Add extractBasis helper to mat4
2025-08-10 12:49:09 +02:00
Alexander Rose
8f7fda4919
cleanup
2025-08-09 23:14:48 -07:00
Alexander Rose
470ccd333f
improve forward/back movement
...
- when camera is outside of visible boundingsphere, move a fraction of the distance to the target
2025-08-09 23:00:28 -07:00
Alexander Rose
2b6d067b0e
reset xr scale when camera resets in canvas3d
2025-08-09 20:29:31 -07:00
Alexander Rose
0b928888a5
apply standard pixel scale in addition to xr resolution scale
2025-08-09 18:18:37 -07:00
Alexander Rose
28edfd44cb
add xr settings to mesoscale explorer ui
2025-08-09 18:17:25 -07:00
Alexander Rose
3391c6de07
add simple culling for scaled scenes
2025-08-09 18:16:55 -07:00
Alexander Rose
12b7951700
better model scale handling for clipping and lods
2025-08-09 18:15:52 -07:00
giagitom
c527b59782
optimization
2025-08-09 21:01:33 +02:00
giagitom
3bbbac66c7
lint fix
2025-08-09 12:36:29 +02:00
giagitom
c0980bf18a
Improvements in perturbation obtainment
2025-08-08 23:21:54 +02:00
giagitom
45eab19493
refactor
2025-08-08 16:57:56 +02:00
giagitom
1e2a5a5bfd
- Rename property and refactor
...
- handle non-orthogonal cell
2025-08-08 16:45:22 +02:00
giagitom
45edfa8014
Merge branch 'master' of https://github.com/molstar/molstar into dot-volume-improvements
2025-08-08 14:38:06 +02:00
David Sehnal
899203c855
MVS: surface_type option ( #1603 )
2025-08-07 11:15:44 +02:00
김주호
ef823b066b
Change PDB parsing to use four-letter residue names ( #1602 )
...
* Add is4LetterResidueName option for parsing .pdb
* update metadata for request pullrequest
* Always parse PDB files using four-letter residue names. (#1601 ) (#1602 )
* Write changelog about parsing resname 4-letter
* Update src/mol-plugin-state/formats/trajectory.ts
* Update src/mol-model-formats/structure/pdb/to-cif.ts
---------
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
2025-08-06 07:36:20 +02:00
dsehnal
33dc2015df
5.0.0-dev.4
2025-08-05 09:55:55 +02:00
dsehnal
fcf5ea420b
npm audit
2025-08-05 09:54:34 +02:00
dsehnal
8d97327f8d
MVS: fix passing custom primitive params
2025-08-05 09:53:58 +02:00
Alexander Rose
cbc0e857fc
log entering/exiting xr
2025-08-04 22:20:10 -07:00
Alexander Rose
01ce306405
handle multiple input sources
2025-08-04 22:16:26 -07:00
Alexander Rose
a39a49e884
improve event handling and listen to device change
2025-08-03 23:08:30 -07:00
Alexander Rose
887a39dde9
more cleanup/refactoring and basic error handling
2025-08-03 18:14:31 -07:00
midlik
abc7ebba3e
MVS: Fix MVSInlinePrimitiveData param type ( #1592 )
2025-08-03 17:48:19 +02:00
David Sehnal
73d593907e
MVS cavnas molstar_postprocessing ( #1598 )
2025-08-03 12:04:53 +02:00
Alexander Rose
84a45fabdc
cleanup/refactor
...
- moved button out of canvas3d
- add button to render-structure browser test
- add button to plugin viewport
2025-08-02 18:54:17 -07:00
dsehnal
0dc05e1138
5.0.0-dev.3
2025-08-02 18:21:14 +02:00
David Sehnal
dd11cacae4
Markdown Commands and MVS improvements ( #1597 )
...
* add query command to markdown extensions
* fix typo
* better postprocessing param support in MVS
* molstar_mesh/label/line_params
2025-08-02 18:19:01 +02:00
Alexander Rose
ea17902aa6
handle webxr with external "animation" control
...
- add Canvas3D.request/cancelAnimationFrame
- keep copy of animation callback to automatically resume
2025-08-02 07:23:46 -07:00
David Sehnal
b503259758
another io-ts import fix ( #1595 )
2025-08-01 06:28:26 +02:00
zachcp
1e98741e16
Update field-schema.ts ( #1594 )
2025-08-01 05:38:41 +02:00
dsehnal
f879519700
5.0.0-dev.2
2025-07-31 18:31:41 +02:00
zachcp
c6e175e5da
Update field-schema.ts ( #1593 )
...
Follow on from #1587 to make `JS` explicit.
2025-07-31 18:29:28 +02:00
dsehnal
add75bf9c9
5.0.0-dev.1
2025-07-28 16:37:17 +02:00
dsehnal
57cbcd5fbf
npm audit
2025-07-28 16:34:08 +02:00
giagitom
50a820b0ae
- Add perturbatePositions property
...
- Fixes and improvements
2025-07-28 16:10:52 +02:00
zachcp
0a33936e06
Update field-schema.ts to point directly to PathReporter ( #1587 )
2025-07-28 07:48:00 +02:00
Alexander Rose
2abbb843f8
update lock file
2025-07-27 18:14:15 -07:00
Alexander Rose
32179f31c2
webxr, wip
...
- add pointer-helper
- add xr-manager to handle xr input and session
- support xr render loop in canvas3d
- add camera.state.minTargetDistance (don't want things too close to your eyes)
- add camera.state.forceFull to show frustum from camera to end of scene
- basic input handling (single controller)
2025-07-27 17:38:53 -07:00
Alexander Rose
7291025e09
Merge pull request #1585 from molstar/scene-scale
...
Scene scale
2025-07-27 17:18:57 -07:00
giagitom
0cb2c3621b
Dot volume representation improvements
2025-07-28 02:07:54 +02:00
Alexander Rose
86da258280
Merge branch 'master' of https://github.com/molstar/molstar into scene-scale
2025-07-26 17:42:54 -07:00
Alexander Rose
477a80d1ca
fix post-processing params hideIf logic
2025-07-26 17:40:14 -07:00
Alexander Rose
86b68018a9
add scene scaling support
2025-07-26 17:39:44 -07:00
Alexander Rose
da095d6ef9
handling move/dragt before resolving pickData breaks ray-picking
2025-07-26 16:46:08 -07:00
Alexander Rose
dc304b9e08
Merge pull request #1583 from molstar/fix-async-buffer
...
fix async buffer issues
2025-07-26 16:22:43 -07:00
Alexander Rose
c905fa17c4
tweak
2025-07-26 16:22:33 -07:00
Alexander Rose
a06c64e8e0
Merge pull request #1584 from molstar/pp-switch
...
add `enable` param for post-processing effects
2025-07-26 16:05:25 -07:00
Alexander Rose
f5441290dd
Merge pull request #1567 from giagitom/box3d-spec
...
add tests for box3D nearestIntersectionWithRay3D
2025-07-26 16:04:59 -07:00
Alexander Rose
9f23124317
move ray box intersection code to Ray3D
2025-07-26 15:59:40 -07:00
dsehnal
8299cd638c
tweaks
2025-07-26 20:37:42 +02:00
Alexander Rose
50cb08e74d
Merge branch 'master' of https://github.com/molstar/molstar into fix-async-buffer
2025-07-26 07:55:21 -07:00
Alexander Rose
89552652ba
Merge branch 'master' of https://github.com/molstar/molstar into pp-switch
2025-07-26 07:55:02 -07:00
Alexander Rose
37ce577813
fix text shader
2025-07-26 07:54:28 -07:00
Alexander Rose
4d9a003141
add enable param for post-processing effects
...
- If false, no effects are applied.
2025-07-26 07:45:59 -07:00
Alexander Rose
6f0311a53f
fix async buffer issues
...
- mark pick-helper dirty when async pick failed
- add pixel-pack buffer wrapper
- recover pixel-pack buffer after context loss (pick buffer, hi-z pass)
2025-07-26 07:30:54 -07:00
Alexander Rose
bfd2d6b055
text shader: head rotation tweak
2025-07-26 07:23:49 -07:00
Alexander Rose
3072e60709
Merge pull request #1582 from molstar/revert-1581-fix-async-identify
...
Revert "fix async identify"
2025-07-26 07:22:33 -07:00
Alexander Rose
62ed8d10e3
Revert "fix async identify ( #1581 )"
...
This reverts commit 13d3c34864 .
2025-07-26 07:22:12 -07:00
David Sehnal
13d3c34864
fix async identify ( #1581 )
2025-07-25 18:42:29 +02:00
David Sehnal
cac433efca
MVS Stories: Add "Download MVS State" link ( #1580 )
2025-07-25 14:31:07 +02:00
dsehnal
b25ffe7151
Canvas3dInteractionHelper fix
2025-07-25 10:53:02 +02:00
David Sehnal
31074dc74c
fix inv het rotation uniform ( #1578 )
2025-07-25 10:34:13 +02:00
giagitom
c98c01a076
fix names
2025-07-23 18:24:56 +02:00
giagitom
8966fc9396
refactor
2025-07-23 18:23:12 +02:00
dsehnal
fdbdc551e8
fix web component syntax
2025-07-22 15:25:44 +02:00
dsehnal
bb232ac3a4
pass format in mvs stories app
2025-07-22 14:37:51 +02:00
giagitom
735c25ef8d
Merge branch 'master' of https://github.com/molstar/molstar into box3d-spec
2025-07-22 14:13:07 +02:00
Alexander Rose
298043313a
head rotation handling tweaks
2025-07-20 22:07:37 -07:00
Alexander Rose
77cd181b91
add addCylinderFromRay3D helper function
2025-07-20 09:02:31 -07:00
Alexander Rose
b5bee042e8
add groupCount argument to Shape.create
2025-07-20 08:48:43 -07:00
Alexander Rose
4faf17ddc7
Merge pull request #1576 from molstar/headrotation
...
Add head rotation support
2025-07-20 08:45:15 -07:00
Alexander Rose
28774b2277
fix scale issues in cylinders & spheres shaders
2025-07-19 16:13:48 -07:00
Alexander Rose
6a7444f44e
add head rotation support
...
- handle skybox
- handle sphere & text billboards
2025-07-19 16:13:00 -07:00
Alexander Rose
15bfa8416a
Merge pull request #1575 from molstar/async-ray-picking
...
add async & ray picking
2025-07-19 15:16:01 -07:00
Alexander Rose
e6895ec833
cleanup, simplify AsyncPickData
2025-07-19 15:08:46 -07:00
Alexander Rose
2099ad728a
add async & ray picking
2025-07-19 09:13:49 -07:00
dsehnal
72ae3fae65
5.0.0-dev.0
2025-07-19 09:30:04 +02:00
dsehnal
bb5ad78681
eslint fix
2025-07-19 09:28:44 +02:00
dsehnal
f10e88612f
npm audit
2025-07-19 09:26:55 +02:00
David Sehnal
a2e582d4a9
update MVS Stories app and deploy scripts ( #1574 )
...
* update MVS Stories app and deploy scripts
* reorder changelog
2025-07-19 09:25:32 +02:00
David Sehnal
572874f4ae
Rename SymmetryOperator.canonicalName to instanceId ( #1571 )
2025-07-19 07:46:43 +02:00
David Sehnal
b9c0347497
MVS: grid-slice volume representation, label improvements, state transitions via 3D interactions, instacing ( #1570 )
...
* MVS: grid-slice volume representation
* tweak
* type fix
* label tether support
* snapshot_key support
* custom MVSShapeRepresentation3D
* renaming
* structure and volume instancing
* fix mixin
2025-07-19 07:46:01 +02:00
midlik
089148198f
MVS operator_name ( #1561 )
...
* Change symmetry operator naming
* MVS operator_name selector for inline component, color, label, tooltip
* MVS operator_name selector in annotations (component/color/label/tooltip_from_uri/source)
* Revert changes to operatorName, add canonicalOperatorName instead, rename MVS selector field operator_name -> instance_id
* Update CHANGELOG
* Remove polyfill.io in mkdocs
* MVS: MultilayerColorThemeName decide granularity smartly
* MVS: MultilayerColorThemeName refactor
2025-07-11 20:45:22 +02:00
giagitom
6fc04c3294
add tests for box3D nearestIntersectionWithRay3D
2025-07-07 18:46:06 +02:00
Alexander Rose
dc55577e22
chanelog
2025-07-06 15:28:43 -07:00
Alexander Rose
f7ba7c0511
add Ray3D and math fixes/improvements
2025-07-06 15:24:47 -07:00
Alexander Rose
ed5374fab9
improve volume visual group count update
2025-07-06 10:10:02 -07:00
Alexander Rose
9a04b4f0df
instanced volume ( #1557 )
...
* wip, instanced volume
* add Orderset.isEmpty and Interval.offset
* add Box3D.addBox3D
* support volume instances
- add Volume.instances
- add Volume.InstanceIndex and Volume.SegmentIndex types
- volume loci improvements
* add volume-instance color theme
* add VolumeInstances xform
* breaking note
* trailing space
* remove setting that breaks ESlint in VSCode
* tweak angle param
* reuse volume visuals when only instance transforms change
* tweaks
---------
Co-authored-by: dsehnal <david.sehnal@gmail.com >
2025-07-06 19:04:03 +02:00
Alexander Rose
9350e539b6
Merge pull request #1566 from molstar/fix-group-count
...
Fix group count calculation on geometry update
2025-07-06 09:48:20 -07:00
Alexander Rose
c38377af46
Merge pull request #1564 from molstar/mol2-improvements
...
Mol2 Reader improvements
2025-07-05 16:57:00 -07:00
Alexander Rose
9804febd95
Merge branch 'master' into mol2-improvements
2025-07-05 16:56:51 -07:00
Alexander Rose
7936dc1840
Fix wrong instance index in calcMeshColorSmoothing
2025-07-05 15:53:08 -07:00
Alexander Rose
a033a8be36
Fix group count calculation on geometry update
2025-07-04 23:24:39 -07:00
Alexander Rose
4b84c6dcba
fix typo MarchinCubes -> MarchingCubes
2025-07-04 23:22:38 -07:00
Alexander Rose
309d792fdb
fix shader error when clipping flags are set without clip objects present
2025-07-04 17:51:59 -07:00
Alexander Rose
c437254680
add substructure spec
2025-07-04 16:15:55 -07:00
Alexander Rose
6fbf7c7a22
fix spec
2025-07-04 16:01:55 -07:00
Alexander Rose
86a7520b90
Mol2 Reader improvements
...
- Fix column count parsing
- Add support for substructure
2025-07-04 15:11:43 -07:00
David Sehnal
cd10043447
MVS: clip node support ( #1553 )
...
* MVS: clip node support
* rename transform to point_transform
* fix vec3/mat4 control overflow
* refactor mvs clipping
* unused var
* tweaks
2025-07-04 18:03:37 +02:00
David Sehnal
146e95cb23
Snapshot Markdown Improvements ( #1555 )
...
* basic markdown commands
* markdown renderers
* support markdown tables
* fix style
* indicate external links in markdown
* simplify the api
* load image from MVSX
* lint
* docs
* typo
* custom color palette support
* move manager to mol-plugin-state
* customize args parser
* better custom args parser support
2025-07-04 10:29:03 +02:00
David Sehnal
13b1e5d59c
Async Viewer Init ( #1394 )
...
* async viewer init
* changelog
* tweak changelog
* make context init functions async
2025-07-01 09:52:45 +02:00
Alexander Rose
ae3efa53d6
Merge pull request #1556 from molstar/coarsegrained-unit-trait
...
Avoid calculating rings for coarse-grained structures
2025-06-29 22:16:32 -07:00
Alexander Rose
2e67fbe870
Merge branch 'master' into coarsegrained-unit-trait
2025-06-29 22:16:20 -07:00
dsehnal
56df6f82a7
docs tweak
2025-06-29 21:16:34 +02:00
Alexander Rose
fdd874b7a6
Merge pull request #1554 from giagitom/isosurface-fix
...
Fix isosurface compute shader normals when transformation matrix is applied to volume
2025-06-28 17:22:38 -07:00
Alexander Rose
f142c3ef1b
lint
2025-06-28 17:20:04 -07:00
Alexander Rose
978b53e7d8
Avoid calculating rings for coarse-grained structures
...
- add `Unit.Traits.CoarseGrained`
2025-06-28 17:06:44 -07:00
Alexander Rose
2f3197479d
Merge pull request #1550 from giagitom/illumination-fix
...
Fix outlines on opaque elements using illumination mode
2025-06-28 16:12:31 -07:00
Alexander Rose
6536d0ab91
Merge branch 'master' into illumination-fix
2025-06-28 16:12:09 -07:00
Alexander Rose
3bee224e7d
Merge pull request #1549 from molstar/gl-refactor
...
WebGL related refactoring
2025-06-28 15:56:00 -07:00
Alexander Rose
3e63137977
Merge branch 'master' of https://github.com/molstar/molstar into gl-refactor
2025-06-28 15:53:29 -07:00
Alexander Rose
38d6bc6c27
tweak
2025-06-28 15:52:43 -07:00
Alexander Rose
fafe22d56b
Apply suggestions from code review
...
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
2025-06-28 15:45:32 -07:00
giagitom
a6a92bcf91
lint fix
2025-06-28 23:03:39 +02:00
giagitom
82c681f445
improve performances
2025-06-28 23:01:04 +02:00
giagitom
fbbd58b4db
Fix isosurface compute shader normals when transformation matrix is applied to volume
2025-06-28 17:34:52 +02:00
David Sehnal
2dc13f082c
Add custom extensions to MVS ( #1547 )
...
* Add custom extensions to MVS
* typo
* lint
2025-06-24 17:04:01 +02:00
midlik
ab5eb5993d
MVS generic color themes ( #1530 )
...
* MVS: CategoricalPalette draft
* MVS: tweak param validation for union, nullable
* MVSAnnotationColorTheme: support categorical palette
* MVS: color theme categorical with list or mapping
* MVS: color theme categorical with named palette
* Add missing color lists
* Sort color lists
* MVS: color theme categorical tidyup
* MVS: color theme continuous params
* MVS: color theme continuous impl
* refactor
* MVS: color theme continuous - reverse, auto overflow_color
* MVS: color theme discrete
* file reorg
* MVS: param union does not need []
* MVS: refactor typing object params
* MVS: color theme - palette defaults in one place
* MVS: declare fields_remapping param
* MVS: implement fields_remapping param
* MVS: docs
* Update CHANGELOG
* MVS: rename fields_remapping -> field_remapping
* PR feedback
* MVS: Generic color themes - case_insensitive param
* MVS: SecondaryStructure named color dict
* Remove accidentaly added file
* Update color map descriptions
* Revert color scheme renaming, keep for v5
* Revert "Revert color scheme renaming, keep for v5"
This reverts commit 12e25c20fe .
* Added color list type "cyclical"
* Color palettes - show description in UI tooltips
* Fixed docstrings
2025-06-24 12:48:39 +02:00
Alexander Rose
2384003f5d
add https support for dev server ( #1548 )
2025-06-24 12:41:07 +02:00
David Sehnal
3675c0afe0
Update Representation.Empty creation ( #1546 )
2025-06-24 12:40:50 +02:00
giagitom
d9bae488e9
Fix outlines on opaque elements using illumination mode
2025-06-23 17:58:53 +02:00
Alexander Rose
e31e5321ba
refactor (abstract) webgl drawing buffer handling
2025-06-22 16:43:22 -07:00
Alexander Rose
8c7f8b8a56
remove unused WebGLContext.getDrawingBufferPixelData
2025-06-22 16:38:18 -07:00
Alexander Rose
e4dfb5148c
add support for webgl multiview2 extension
2025-06-22 16:35:13 -07:00
Alexander Rose
39e2591b60
improve webgl error handling
2025-06-22 16:31:51 -07:00
David Sehnal
f8a5237024
Improve production build ( #1542 )
...
* production build using esbuild
* build browser tests with esbuild
* use tsc-alias
* remove webpack
* changelog
* update eslint to v9
* pr feedback
* update build
* include src map by default
2025-06-17 18:15:10 +02:00
MadCatX
6c2d5b9da7
Do not display NtC Tube and Confal pyramids Loci labels as verbatim text ( #1543 )
2025-06-16 10:45:08 +02:00
midlik
e128d85356
StringLike type include string explicitely ( #1539 )
2025-06-12 18:08:56 +02:00
Alexander Rose
08a929bb2f
4.18.0
2025-06-08 13:40:21 -07:00
Alexander Rose
5a54b3ef66
changelog
2025-06-08 13:37:31 -07:00
Alexander Rose
a0c897547a
schema updates
2025-06-08 13:37:25 -07:00
Alexander Rose
89ce8394fd
package updates
2025-06-08 13:34:08 -07:00
Alexander Rose
ea0331e95c
Merge branch 'master' of https://github.com/molstar/molstar
2025-06-08 13:28:12 -07:00
Alexander Rose
9f220b55c2
fix mc scalar field diff (@giagitom)
2025-06-08 13:28:10 -07:00
Alexander Rose
acf248d58f
Merge pull request #1535 from molstar/arbitrary-plane-sampling
...
Support sampling from arbitrary planes
2025-06-08 13:26:34 -07:00
Alexander Rose
c83b859766
type tweak
2025-06-08 13:26:21 -07:00
Alexander Rose
33a2564893
Merge branch 'master' into arbitrary-plane-sampling
2025-06-08 13:25:58 -07:00
David Sehnal
d409c4f5ea
Fix SASS @import depraction warnings ( #1534 )
...
* refactor SASS to not use @import
* changelog
* typo
2025-06-08 09:33:39 +02:00
Alexander Rose
ab61e31230
header
2025-06-07 16:29:28 -07:00
Alexander Rose
ae9c2dd9d8
Support sampling from arbitrary planes
...
- structure plane and volume slice representations
2025-06-07 16:27:37 -07:00
David Sehnal
c17edb4928
isolatedModules and fix turbopack build ( #1533 )
...
* isolated modules tsconfig & fix errors
* fix mol-math imports
* fix turbopack builds
* fix typo
* tweak
* undo gl-shim change
2025-06-02 18:59:42 +02:00
Alexander Rose
528377eb47
Merge pull request #1532 from molstar/xray-picking
...
Support `pickingAlphaThreshold` when `xrayShaded` is enabled
2025-06-01 08:48:01 -07:00
Alexander Rose
c9819369d0
header
2025-05-31 11:33:18 -07:00
Alexander Rose
cdbbbfa6dd
Support pickingAlphaThreshold when xrayShaded is enabled
2025-05-31 11:29:58 -07:00
David Sehnal
a1e31c79e9
MVS: FoV adjusted position Camera Info & MVSX assets in multi-snapshot states ( #1531 )
...
* FoV adjusted position Camera Info
* Fix MVSX file assets being disposed in multi-snapshot states
* pr feedback
2025-05-30 19:19:29 +02:00
midlik
e027fe46c1
MVS: Support for label_comp_id and auth_comp_id in annotations ( #1529 )
...
* MVS: Support for label_comp_id and auth_comp_id in annotations
* MVS: Primitives recognize empty substructures, distance_measurement refactor
* MVS: Primitives skipped when empty substructure, nicer default arrow caps
* MVS: Primitive angle_measurement added vector_radius param
2025-05-23 16:17:26 +02:00
dsehnal
05c4006e9d
4.17.0
2025-05-22 07:01:43 +02:00
dsehnal
191ea65c9d
changelog
2025-05-22 06:58:02 +02:00
David Sehnal
3c1ee16376
remove salt bridge interaction kind ( #1528 )
2025-05-22 06:56:15 +02:00
David Sehnal
9ac34ee13b
Add mvs-stories app ( #1523 )
...
* mvs-stories app
* update mvs-stories example
* fix build
* fix UI bug
* support search params in stories app
* merge fixes
* PR feedback
* customize build filenames
* mvs-stories loading state & dev build script fixes
* multiple context example
2025-05-22 06:49:17 +02:00
midlik
6778452d07
NodeJS ajaxGet support gzip ( #1516 )
...
* Retype string to StringLike in parsers
* Define minimal CustomString interface
* ChunkedBigString
* Test ChunkedBigString with cif2bcif
* benchmarking
* ChunkedBigString access optimization
* ChunkedBigString .length optimization
* ChunkedBigString.indexOf, tests
* ChunkedBigString remove [] in favor of charAt
* ChunkedBigString tidy up
* ChunkedBigString .substring optimization
* ChunkedBigString for browser
* ChunkedBigString for drag-and-drop
* ChunkedBigString fixes
* Simplify readFromFileInternal
* Correctly type DataResponse<'string'> as StringLike
* Update CHANGELOG
* PR feedback
* Workaround for ajaxGet in NodeJS when content gzipped
* Workaround for ajaxGet in NodeJS when content gzipped - allow aborting
* ajaxGetInternal_file_NodeJS - async read file
* Eliminate xhr2
* Remove xhr2 dependency
* Update file headers
2025-05-21 14:49:54 +02:00
Alexander Rose
7e01af1e0d
4.16.0
2025-05-20 21:07:34 -07:00
Alexander Rose
85469cbf28
changelog
2025-05-20 21:04:22 -07:00
Alexander Rose
299bdc72cd
Merge pull request #1525 from molstar/mp4-export-fix-25-5-20
...
Fix camera interpolation during animation export
2025-05-20 21:01:41 -07:00
dsehnal
ae9f879139
use isContextLost flag instead of pausing/resuming animation
2025-05-21 05:53:26 +02:00
dsehnal
b50d83d6ea
replace behavior subject with subject
2025-05-20 18:02:40 +02:00
dsehnal
2d99d8a1d0
do not pause animation during context loss
2025-05-20 17:32:45 +02:00
midlik
ea00cca1c8
MVS single state loading ( #1524 )
...
* MVS: Load single state as if multistate
* MVS: join keepCamera and keepSnapshotCamera options
* MVS: remove replaceExisting, addappendSnapshots option
2025-05-20 17:24:25 +02:00
midlik
27c3b4e698
Big strings ( #1479 )
...
* Retype string to StringLike in parsers
* Define minimal CustomString interface
* ChunkedBigString
* Test ChunkedBigString with cif2bcif
* benchmarking
* ChunkedBigString access optimization
* ChunkedBigString .length optimization
* ChunkedBigString.indexOf, tests
* ChunkedBigString remove [] in favor of charAt
* ChunkedBigString tidy up
* ChunkedBigString .substring optimization
* ChunkedBigString for browser
* ChunkedBigString for drag-and-drop
* ChunkedBigString fixes
* Simplify readFromFileInternal
* Correctly type DataResponse<'string'> as StringLike
* Update CHANGELOG
* PR feedback
* PR feedback 2
2025-05-20 11:55:20 +02:00
Alexander Rose
52942e7021
4.15.0
2025-05-19 19:31:09 -07:00
Alexander Rose
5904f694b5
changelog
2025-05-19 19:28:29 -07:00
Alexander Rose
92c0b82784
pckage updates
2025-05-19 19:28:16 -07:00
Alexander Rose
e1226fa384
type fix
2025-05-19 19:27:59 -07:00
Alexander Rose
ac2f7d1c38
lint
2025-05-19 19:27:48 -07:00
Alexander Rose
ae1742f68e
Merge pull request #1520 from molstar/fix-contextlost-handling
...
WebGL ContextLost handling improvements
2025-05-18 14:47:36 -07:00
Alexander Rose
04e2da86fd
typo
2025-05-17 16:39:06 -07:00
Alexander Rose
510182ff60
WebGL ContextLost handling improvements
...
- Fix missing framebuffer & drawbuffer re-attachments
- Fix missing cube texture re-initialization
- Fix missing extensions reset
- Fix timer clearing edge case
- Add reset support for geometry generated on he GPU
2025-05-17 16:36:20 -07:00
Alexander Rose
4e1da19bdd
Merge pull request #1506 from sbittrich/master
...
IHM improvements: Enable assembly symmetry, disable volume streaming and validation report visualization
2025-05-17 13:46:26 -07:00
Alexander Rose
a3eae15446
Merge branch 'master' into master
2025-05-17 13:15:04 -07:00
David Sehnal
4334f4d1fa
JSON CIF format and ligand editor example ( #1510 )
...
* wip data model and writer
* parser & test
* minimal editor example
* molstar_bond_site cif category support
* ligand graph, deletion, simple undo
* jest config
* bond editing and graph change summary
* readme
* ts config
* basic atom addition
* undo path aliases because tsc doesn't transform them
* tweak package json
* basic rgroup support
* mol parsing test and fixes
* refactoring
* molfile conversion
* refactoring and UI polish
* molfile export tweaks
* move jsonCifToMolfile
* tweak
* refactoring
* error reporting
* geometry edits
* hide selection controls
* refactoring
* tweaks
* changelog
* ligand graph tests
* SingleTaskQueue tweak
* revert Column changes
* pr feedback
* PR Feedback
2025-05-13 10:51:39 +02:00
Alexander Rose
e33ed54121
Merge pull request #1513 from midlik/fix-transparent-ssao-nodejs
...
Fix transparency rendering with occlusion in NodeJS
2025-05-10 08:51:41 -07:00
Adam Midlik
ae8f037192
Fix transparency rendering with occlusion in NodeJS
2025-05-09 14:12:31 +01:00
Alexander Rose
01271941dd
Merge pull request #1509 from molstar/tweak-auto-quality-surface-res
...
adjust max resolution for auto quality
2025-05-08 22:08:33 -07:00
dsehnal
7f8be5b8c6
4.14.1
2025-05-09 07:02:52 +02:00
David Sehnal
2ab6e4b2e7
No error in Transformer.create ( #1512 )
...
* No error in Transformer.create
* header
2025-05-09 06:59:15 +02:00
Sebastian Bittrich
aa22840b12
Merge remote-tracking branch 'upstream/master'
...
# Conflicts:
# CHANGELOG.md
2025-05-08 10:36:30 -07:00
Sebastian Bittrich
c1e33fac94
PR feedback: adjust assembly symmetry logic
2025-05-08 10:23:58 -07:00
Sebastian Bittrich
a7336095ca
name IHM assemblies "deposited"
2025-05-07 09:47:26 -07:00
dsehnal
4a88546181
changelog
2025-05-07 16:08:17 +02:00
dsehnal
edbc70cf6e
4.14.0
2025-05-07 16:07:49 +02:00
dsehnal
c22ad2910c
npm audit
2025-05-07 16:04:36 +02:00
dsehnal
28a2b52e3c
changelog
2025-05-07 16:03:53 +02:00
David Sehnal
449d572ed5
Merge branch 'master' into tweak-auto-quality-surface-res
2025-05-07 14:50:09 +02:00
Gianluca Tomasello
470227af43
Avoid grid expansion when requiring unit cell on volume server ( #1502 )
...
* Avoid grid expansion when requiring unit cell on volume server
* Increment version and use specific changelog
* change header
2025-05-07 14:49:08 +02:00
dsehnal
a0ccf46939
remove extra import
2025-05-05 08:10:03 +02:00
dsehnal
0ce8931fc5
Fix switching representation type in Volume UI
2025-05-04 18:28:19 +02:00
David Sehnal
3ddb29fc6f
Add format selection option to image export UI ( #1504 )
...
* Add format selection option to image export UI
* check if webp is supported
2025-05-04 14:54:17 +02:00
Alexander Rose
1a0c65df21
changelog
2025-05-03 08:26:01 -07:00
Alexander Rose
daad1923ea
adjust max resolution for auto quality ( #1501 )
2025-05-03 08:22:56 -07:00
David Sehnal
f34f879cf1
MVS: support updating transform states ( #1505 )
...
* MVS: support updating transform states
* changelog
* changelog
* pr feedback
* util functions & is_hidden extension
2025-05-02 12:53:38 +02:00
Sebastian Bittrich
f47b76c8af
Merge remote-tracking branch 'upstream/master'
...
# Conflicts:
# CHANGELOG.md
2025-05-01 11:17:52 -07:00
Sebastian Bittrich
6ee9eb8b60
IHM: disable validation report
2025-05-01 11:16:53 -07:00
Sebastian Bittrich
915703a46d
IHM: enable assembly symmetry
2025-05-01 11:13:46 -07:00
Sebastian Bittrich
61c3c19ae3
IHM: disable volume streaming
2025-05-01 11:11:50 -07:00
David Sehnal
6da9557531
Fix StructConn.residueCantorPairs ( #1500 )
2025-05-01 11:29:24 +02:00
Paul Lewallen
29e6d69d21
Update package.json ( #1497 )
...
Add engines field to specify required Node.js version (>=18.0.0)
2025-04-26 07:46:50 +02:00
David Sehnal
6b2b87e6c5
fix Viewer.loadTrajectory ( #1496 )
2025-04-24 10:44:59 +02:00
dsehnal
5299d5c0c4
changelog
2025-04-14 18:37:52 +02:00
dsehnal
7bab95f4cc
4.13.0
2025-04-14 18:04:43 +02:00
David Sehnal
35e78ce638
MVS Stories ( #1484 )
...
* ability to select a story
* rename to mvs-stories
* update kinase story
* fix ae example
* tweaks
* tweak
2025-04-14 18:00:37 +02:00
Chetan Mishra
3abbcb6949
added toggle for hiding screenshot controls ( #1483 )
...
* added toggle for hiding screenshot button
* whoops did the todolist but forgot to commit
---------
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
2025-04-14 14:38:47 +02:00
David Sehnal
c3fc893ad0
mvs: fix state builder for volumes ( #1485 )
2025-04-13 13:07:52 +02:00
midlik
80415a2771
MVS: support loading extensions when loading multistate files ( #1470 )
...
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
2025-04-01 07:15:26 +02:00
etongfu
bfef69e2e4
Dev script update ( #1473 )
...
* feat: support host option for build-dev script
* feat: ust update the code related to the host
---------
Co-authored-by: tongfu.e <tongfu.e@xtalpi.com >
2025-04-01 07:14:39 +02:00
David Sehnal
a265a579be
Update support for QA metrics ( #1476 )
...
* generalize ma_qa_metric support
* do not assume PAE is symmetric
* changelog
* Update src/extensions/model-archive/quality-assessment/prop.ts
Co-authored-by: Alexander Rose <alexander.rose@weirdbyte.de >
* Update src/extensions/model-archive/quality-assessment/prop.ts
Co-authored-by: Alexander Rose <alexander.rose@weirdbyte.de >
* lint
---------
Co-authored-by: Alexander Rose <alexander.rose@weirdbyte.de >
2025-03-31 18:51:18 +02:00
ludovic autin
c2af1b0b22
Colors from user and file ( #1466 )
...
* color, and granularity for selectrion.
* Load json colors per ingredient {"name":{"x":0,"y":0,"z":0}}
* change icon
* use functional components and simple function.
2025-03-28 18:51:42 +01:00
Sagar Pathak
b739876726
Update index.md ( #1472 )
...
Fix command typo: changed 'npm build' to 'npm run build'
2025-03-24 17:57:01 +01:00
David Sehnal
56851cc328
Improve struct_conn handling ( #1468 )
...
* improve struct_conn handling
* fix
* fix
* check same model
* Update src/mol-model-formats/structure/property/bonds/struct_conn.ts
Co-authored-by: Alexander Rose <alexander.rose@weirdbyte.de >
---------
Co-authored-by: Alexander Rose <alexander.rose@weirdbyte.de >
2025-03-24 16:49:11 +01:00
dsehnal
b719568555
mobile-friendly Kinase Story
2025-03-24 08:47:42 +01:00
Alexander Rose
f842f19912
Merge branch 'master' of https://github.com/molstar/molstar
2025-03-23 16:28:55 -07:00
Alexander Rose
d6b0dd910c
guard against overly large grids
2025-03-23 16:28:52 -07:00
Alexander Rose
395eb8e8d0
Merge pull request #1454 from agdturner/pwa
...
For viewer to be installable as a Progressive Web App with a Service …
2025-03-23 16:28:03 -07:00
Alexander Rose
e4376c6737
try fix package-lock
2025-03-23 16:10:03 -07:00
Alexander Rose
6f23fcba8a
Merge branch 'master' of https://github.com/molstar/molstar into pr/agdturner/1454
2025-03-23 16:06:17 -07:00
dsehnal
7d19bfdb9b
Tweaks: kinase story edgecase fix, do not include volseg extension in Viewer by default
2025-03-17 09:30:30 +01:00
David Sehnal
6e4065f779
Interactions extension ( #1463 )
...
* move schema based element addressing from MVS to the core library
* proof of concept
* tweak
* initial visual
* tweak
* tweak structureElementLocationToSchemaItem
* show receptor residues as ball and stick
* wip data model
* custom interactions support
* add example
* wip visuals
* covalent links
* tweak
* fix bug
* cache unit features
* Add structureRef to Molecule.Structure.Selections
* optimize compute
* support multi-structure selections
* analyzeTrajectory support
* readme
* tweak
* headers
* docs
* Optimize StructureElementSchema & remove fromLoci conversion (not production ready for now, will be separate PR)
* move schema code to `StructureElement.Schema` and add fromExpression/Query/Schame functions to Loci and Bundle
* improve selection docs
* adjust covalent bond data model
* tweak fromExpression
* fix type
* remove hydrogen reference
* Fix MVS.rowsToExpression
2025-03-17 09:25:18 +01:00
Alexander Rose
c42a68b560
fix package-lock
2025-03-15 16:44:16 -07:00
Alexander Rose
c86d913b83
Merge branch 'master' of https://github.com/molstar/molstar into pr/agdturner/1454
2025-03-15 16:42:38 -07:00
Alexander Rose
0f6fa5fe15
simplify, add pwa files during deploy
2025-03-15 16:38:04 -07:00
Alexander Rose
f664cb02b1
Fix pickPadding and pickScale not updating PickHelper
2025-03-15 14:34:47 -07:00
David Sehnal
00a53de6e2
Use StructureElement.Bundle for measurements ( #1453 )
...
* Revert "Support measurements for coarse models"
This reverts commit a8a84e1dbf .
* add MultiStructureSelectionFromBundle and use it for measurements
2025-03-12 07:15:03 +01:00
Paul Pillot
b1ce5c158e
fix: bond iterator starts from the same interbonds for every element ( #1464 )
...
This is causing an issue when there are multiple units having different inter-unit bonds: the `interBondCount` value is based on the `interBondIndices` length which is correct. But the iteration always starts from the `edges` index === 0. This is only correct for the first pairs of units. The iteration must be done over the `interBondIndices` to get the proper edges.
By returning indices for edges that do not correspond to the given element, the `otherIndex` property can be of bounds.
2025-03-12 06:41:59 +01:00
dsehnal
26826b61f9
fix lint error
2025-03-10 11:06:06 +01:00
Lukas Polak
f44f954a76
Implement ColorScale.createDiscrete, fix UI color palette bugs ( #1459 )
2025-03-09 10:53:10 +01:00
Alexander Rose
78aae8a2b4
pwa tweaks
...
- keep build process simple, write SW in JS
- support molstar version SW
- add `Viewer.loadFiles` to open supported files
- cleanup pwa icons
- add more file_handlers to pwa manifest
2025-03-08 15:00:23 -08:00
David Sehnal
92267d3264
MVS example tweaks ( #1457 )
...
* kinase story
* ihm-restraints
* fix typo
* tweak wwpdb links
2025-03-05 15:46:33 +01:00
Andy Turner
73ed45564e
For viewer to be installable as a Progressive Web App with a Service Worker transpiled from TypeScript
2025-03-04 09:05:51 +00:00
David Sehnal
8bc2ebbeff
Experimental esbuild support ( #1452 )
...
* wip esbuild
* esbuild all apps and examples
* wip dev build
* dev builds
* tweaks
2025-03-04 07:22:44 +01:00
Alexander Rose
5306d5d15a
ignore renderables with empty draw count
2025-03-01 14:04:33 -08:00
Alexander Rose
3c3fb461c8
fix element-point visual not using child unit
2025-03-01 14:03:31 -08:00
dsehnal
62b3281282
fix webpack config
2025-03-01 19:20:34 +01:00
dsehnal
e85fadf15b
tweak
2025-03-01 13:14:45 +01:00
dsehnal
a8a84e1dbf
Support measurements for coarse models
2025-03-01 13:11:50 +01:00
David Sehnal
153599ef89
ihm-restraints example: show entity labels ( #1450 )
...
* ihm-restraints example: show entity labels
* noEntityLabels option
2025-03-01 08:37:51 +01:00
dsehnal
b67eda7cb5
4.12.1
2025-02-28 08:11:41 +01:00
dsehnal
8b431c50be
npm fix
2025-02-28 08:08:58 +01:00
dsehnal
e195b048a1
4.12.0
2025-02-28 08:04:38 +01:00
dsehnal
ae5bb81b27
changelog
2025-02-28 08:01:21 +01:00
David Sehnal
8c04c57bc5
MVS Animation example ( #1444 )
...
* wip kinase story
* wip storyboard
* wip kinases
* import
* tweaks
* finish kinase story
* refactoring
* changelog
* tweaks
* tweak
2025-02-27 19:41:18 +01:00
David Sehnal
ec46a444f1
I/HM Example Improvements ( #1448 )
...
* add CoarseIndex
* IHM validation snapshots
* tweaks
* header
2025-02-25 06:44:48 +01:00
Alexander Rose
559e0326b6
fix image/slice group handling
...
- correctly update group count
- ignore undefined group when picking
- ensure group cover anti-aliased slice part
2025-02-22 11:06:01 -08:00
Sebastian Bittrich
82b93bc2a8
prim: fix arrow orientation and behavior along [0,-1,0] ( #1447 )
2025-02-22 09:11:59 +01:00
David Sehnal
62f940bc48
MVS: angle primitive ( #1446 )
2025-02-21 18:44:23 +01:00
David Sehnal
4e0be8e7b4
MVS: Volume Server support + Support carbohydrate representation + Camera section in Screenshot / State ( #1445 )
...
* MVS: Volume Server support + Camera section in Screenshot / State
* support carbohydrate repr
2025-02-21 07:51:10 +01:00
David Sehnal
128502edf0
MVS: Basic volumetric data support ( #1443 )
...
* mvs: basic volumetric data support
* headers
2025-02-19 09:03:04 +01:00
David Sehnal
aad4d4a86c
MVS: IHM support ( #1433 )
...
* MVS: IHM support
* pr feedback
* fix cyclic import
* ihm.overlaps-seq-id-range
* Add ihm-restraints example
2025-02-18 08:18:18 +01:00
Alexander Rose
9bc7e27243
Merge pull request #1419 from molstar/slice-rotate
...
Add support for rotating `slice` representation around an axis & structure plane representation
2025-02-17 18:05:05 -08:00
Alexander Rose
a5111356c1
Add transform property to clip objects
2025-02-17 17:59:14 -08:00
Alexander Rose
9b11f7ffde
use defaultColor for NaN values
2025-02-16 13:30:11 -08:00
Alexander Rose
93ce6d2807
Merge branch 'master' of https://github.com/molstar/molstar into slice-rotate
2025-02-16 13:27:56 -08:00
Alexander Rose
5c9d5d3a3d
fix Vec3 prop check in setUpdateState
2025-02-16 13:27:09 -08:00
David Sehnal
f40307db39
Remove static uses of ColorTheme and SizeTheme fields ( #1442 )
2025-02-16 18:17:01 +01:00
Alexander Rose
4e6000fa6c
Merge branch 'master' of https://github.com/molstar/molstar into slice-rotate
2025-02-15 16:59:16 -08:00
Alexander Rose
26e5817bf2
slice & plane-image improvements
...
- support trimming & rotation for boxes with non 90 deg angles
- cleanup & document params
2025-02-15 16:57:35 -08:00
Alexander Rose
8469be80d0
fix uniform slice coloring out of bounds
2025-02-15 16:40:05 -08:00
David Sehnal
029edc95c8
MVS: Additional Primitives ( #1437 )
...
* ellipsis
* box
* improve ellipsis
* improve ellipsis
* arrow primitive
* tweak arrow
* ellipsoid
* changelog
* pr feedback
2025-02-12 16:33:06 +01:00
David Sehnal
dd9aaf055f
Components example ( #1425 )
...
* components example, initial code
* refactoring
* readme
* usage example
* changelog
* tweak
2025-02-11 18:08:15 +01:00
Alexander Rose
fcfb2d940c
Merge branch 'master' of https://github.com/molstar/molstar into slice-rotate
2025-02-09 14:06:29 -08:00
Alexander Rose
f5b5109d0f
Improve logic when to cull in renderer
2025-02-01 19:13:59 -08:00
Sebastian Bittrich
ca99c800f1
fix PDBj structure data URL ( #1430 )
2025-01-31 08:13:52 +01:00
Alexander Rose
dbd5570370
4.11.0
2025-01-26 11:10:06 -08:00
Alexander Rose
3f805c7a82
changelog
2025-01-26 11:07:06 -08:00
Alexander Rose
12c71dc5ba
Handle Firefox's limit on vertex ids per draw
2025-01-25 16:04:34 -08:00
Alexander Rose
2fe3a926aa
package updates
2025-01-25 15:59:44 -08:00
Alexander Rose
60c2096575
scss tweak
2025-01-25 15:53:52 -08:00
Alexander Rose
f4e9df5e4d
schema updates
2025-01-25 15:26:06 -08:00
Alexander Rose
c304b82772
changelog
2025-01-25 15:18:39 -08:00
Alexander Rose
9edd171350
Merge pull request #1421 from molstar/volume-dot
...
add volume dot representation
2025-01-25 15:16:36 -08:00
Alexander Rose
f7d1bd7c04
PR tweaks
2025-01-25 14:27:59 -08:00
Alexander Rose
7422c255ab
Merge branch 'master' of https://github.com/molstar/molstar into volume-dot
2025-01-25 14:26:44 -08:00
Alexander Rose
5497215784
Merge pull request #1423 from giagitom/fix-cartoon-tubular-helices
...
Fix tubular helices issue
2025-01-25 14:25:40 -08:00
giagitom
577bf1c77c
Fix tubular helices issue
2025-01-22 16:27:40 +01:00
David Sehnal
c9bddccaf7
MVS: Initial support for customizable representation parameters ( #1417 )
...
* MVS: Initial support for customizable representation parameters
* pr feedback
2025-01-21 13:53:24 +01:00
midlik
ac292f9267
Sequence panel focus marker ( #1392 )
...
* Sequence view show focused residues
* wip
* Factor out MarkerColors
* Marker array supports "focus" marker type
* Sequence panel - separate focus marker from highlight and select
* Revert changes in mol-util/marker-actions.ts
* Simplify sequence.tsx
* Sequence panel markers follow renderer highlight colors
* Sequence panel focused range in bold
* Focus add with Ctrl, extend with Shift
* Update CHANGELOG
2025-01-21 13:15:06 +01:00
Alexander Rose
f0b8d75b10
add volume dot representation
...
- add volume-value size theme
2025-01-19 17:47:21 -08:00
Alexander Rose
0dacbcb3bc
fix vertex based themes for spheres shader
2025-01-19 17:45:52 -08:00
Alexander Rose
0789241ea3
Add plane structure representation
...
- Can be colored with any structure theme
- Can be colored with the `external-volume` theme
- Can show atoms as a cutout
- Supports principal axes and bounding box as a reference frame
2025-01-18 19:36:49 -08:00
Alexander Rose
ddb0799dc4
Merge branch 'master' of https://github.com/molstar/molstar into slice-rotate
2025-01-18 17:30:36 -08:00
Alexander Rose
cbfa341fa3
Merge pull request #1411 from midlik/quick-styles
...
Quick styles
2025-01-18 16:57:03 -08:00
Alexander Rose
1c19bd90df
Merge branch 'master' into quick-styles
2025-01-18 16:56:56 -08:00
Alexander Rose
300e5c8985
Merge pull request #1407 from sbittrich/master
...
Rebrand PDB-Dev as PDB-IHM
2025-01-18 16:55:24 -08:00
Alexander Rose
0861a78db6
Merge branch 'master' into master
2025-01-18 16:55:08 -08:00
Alexander Rose
a8e403ad85
Add support for rotating slice representation around an axis
...
- Add default color support for palette based themes
- Add support for trimming `image` geometry to a box
- Improve/fix iso-level support of `slice` representation
2025-01-18 16:45:22 -08:00
Ventura Rivera
4e350496b2
Sequence Viewer Mode Customization ( #1412 )
...
* adding flags for viewport selection controls
* adding logic to remove/keep selection controls
* adding viewport selection control feature
* package updates
* moving selectionTool options out of viewport
* updating selection controls with new properties
* updating property name to match nomenclature
* adding option for custom selection controls
* adding custom selection controls
* minor property name update
* adding property for granularity options
* reassigning StructureSelectionParams.granularity.options if custom granularity options
* adding entry for custom granularity options
* reusing Loci.Granularity to specify valid strings for granularityOptions
* Update src/mol-plugin-ui/spec.ts
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
* merging molstar/molstar:main into ventura-rivera/molstar:main
* moving granularityOption logic into componentDidMount
* moving granularityOption logic to componentDidMount and creating structureSelectionParams state
* adding modeOptions and defaultMode properties to sequenceViewer
* adding logic to customize mode controls
* CHANGELOG
---------
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
2025-01-18 10:59:07 +01:00
Alexander Rose
dd21ddcc80
math helpers
2025-01-17 22:47:42 -08:00
Alexander Rose
a88121f779
add Quat uniform mapping to vec4
2025-01-17 22:47:27 -08:00
Adam Midlik
1ab91d1979
Quick Styles: stateless UI
2025-01-17 11:17:14 +00:00
Adam Midlik
267788388d
Quick Styles: UI subsection headers
2025-01-17 10:11:52 +00:00
Adam Midlik
43c0333be3
Quick Styles: postpone UI update while animation running
2025-01-14 10:33:25 +00:00
JonStargaryen
3b90a269b0
rebranding from PDB-Dev to PDB-IHM
2025-01-13 11:21:00 -08:00
Ventura Rivera
4aa5e1d7fc
Structure Selection Granularity Options Customization ( #1410 )
...
* adding flags for viewport selection controls
* adding logic to remove/keep selection controls
* adding viewport selection control feature
* package updates
* moving selectionTool options out of viewport
* updating selection controls with new properties
* updating property name to match nomenclature
* adding option for custom selection controls
* adding custom selection controls
* minor property name update
* adding property for granularity options
* reassigning StructureSelectionParams.granularity.options if custom granularity options
* adding entry for custom granularity options
* reusing Loci.Granularity to specify valid strings for granularityOptions
* Update src/mol-plugin-ui/spec.ts
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
* merging molstar/molstar:main into ventura-rivera/molstar:main
* moving granularityOption logic into componentDidMount
* moving granularityOption logic to componentDidMount and creating structureSelectionParams state
---------
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
2025-01-13 16:39:25 +01:00
Adam Midlik
679db48938
Merge branch 'master' into quick-styles
2025-01-13 15:09:42 +00:00
Adam Midlik
2f96b42df7
Updated CHANGELOG
2025-01-13 15:08:12 +00:00
Adam Midlik
dd6f3bd76e
Increase scrollbar visibility
2025-01-13 14:41:38 +00:00
Adam Midlik
f1b7e478c7
Remove unused stuff
2025-01-13 13:32:02 +00:00
Adam Midlik
416442aa27
entity-id color theme overrideWater param
2025-01-13 11:59:36 +00:00
Alexander Rose
a5f65b6e6f
use value for uniform coloring of slices
...
- recovers previous behavior
2025-01-12 18:10:14 -08:00
Alexander Rose
938ac0cc8f
fix image rendering issues with marking
...
- handle pixels without a group
- take fog into account
2025-01-11 14:47:06 -08:00
Alexander Rose
7dacf60478
plane mesh helpers
2025-01-11 14:40:16 -08:00
Alexander Rose
9cdb8a3a92
Merge pull request #1399 from molstar/improve-volume-coloring
...
improve volume coloring
2025-01-11 14:35:17 -08:00
Alexander Rose
242982e661
Merge branch 'master' into improve-volume-coloring
2025-01-11 14:34:58 -08:00
Alexander Rose
6da20a6989
Fix Plane3D.projectPoint
2025-01-11 09:21:33 -08:00
Alexander Rose
f27b651230
tweak spec.components.selectionTools.hide names
2025-01-11 09:17:30 -08:00
Alexander Rose
7c818c0cc9
add location related comments
2025-01-11 08:58:59 -08:00
Adam Midlik
e7d7ba26b0
Quick Styles: Add cartoon
2025-01-10 16:16:36 +00:00
Adam Midlik
7e64121059
Quick styles: two-row UI
2025-01-10 15:59:20 +00:00
Adam Midlik
894bba1d3a
Quick styles: Stylized independent from preset
2025-01-10 11:14:23 +00:00
Adam Midlik
d9db775fe8
Toggle button different hover color when on and off
2025-01-10 11:07:13 +00:00
Ventura Rivera
a7fbc7b4c4
Remove viewport selection controls ( #1408 )
...
* adding flags for viewport selection controls
* adding logic to remove/keep selection controls
* adding viewport selection control feature
* package updates
* moving selectionTool options out of viewport
* updating selection controls with new properties
* updating property name to match nomenclature
* adding option for custom selection controls
* adding custom selection controls
* minor property name update
2025-01-10 11:06:14 +01:00
Alexander Rose
c0596298d6
Add support for position-location to volume-value color theme
2025-01-04 09:26:30 -08:00
Alexander Rose
8f32dde599
review tweaks
2025-01-04 09:25:01 -08:00
Alexander Rose
4d8f00900d
improve volume coloring
...
- Add `volume-data` theme that colors positions by volume data
- Add support for color themes to `slice` representation
- Improve/fix palette support in volume color themes
2025-01-03 17:07:13 -08:00
Alexander Rose
9f3c617945
Merge pull request #1397 from molstar/color-external-structure
...
add external-structure theme
2025-01-02 14:45:50 -08:00
Alexander Rose
f920188cdc
Merge pull request #1398 from ventura-rivera/master
...
fix hyperlink typo
2025-01-02 14:45:33 -08:00
Ventura Rivera
68b73503bb
update changelog with doc updates
2025-01-02 12:59:35 -08:00
Ventura Rivera
e776138ecd
fix hyperlink typo
2025-01-02 12:55:42 -08:00
Alexander Rose
bbacd5a9dd
Merge branch 'master' into color-external-structure
2024-12-31 13:53:04 -08:00
Alexander Rose
289ecef1d7
add approxNearest to lookup3d
2024-12-31 13:31:26 -08:00
Alexander Rose
52fc3ef750
Merge pull request #1396 from molstar/float-volume-data
...
Support float and half-float data type
2024-12-29 18:41:53 -08:00
Alexander Rose
dffe40ac1d
simplify isosurface property handling
2024-12-29 17:54:23 -08:00
Alexander Rose
f834e39ce4
add external-structure theme
...
- colors any geometry by structure properties
2024-12-28 17:38:49 -08:00
Alexander Rose
2bc9c6fb57
Support float and half-float data type
...
- direct-volume rendering
- GPU isosurface extraction
2024-12-28 14:29:17 -08:00
Alexander Rose
6e42c11f5e
comments regarding webgl1 consistent bit plane counts
2024-12-28 13:08:05 -08:00
midlik
d48feeaa94
Mvs union params ( #1388 )
...
* MVS: define union params
* MVS: include defaults in param schema
* MVS: removed mvs-defaults
* MVS: union params validation
* MVS: use new param schema
* MVS: Nicely format ColorName
* MVS: primitive uses UnionParamsSchema
* MVS: mesh remove triangle_groups
* MVS: remove dead code
* MVS: reorg files and add docs for parameter system
* MVS: print-schema for union params
* MVS: remove line_colors
* MVS: Rename many primitives params
* MVS: update primitive params descriptions
* MVS: Refactor primitive Builders
* Volumes and segmentations: avoid parsing non-success response
* MVS: refactor primitive params types
* MVS: avoid repeating MVS defaults in primitives.ts
* MVS: update builder
* MVS: primitive params docstrings
2024-12-18 18:54:39 +01:00
David Sehnal
fd0ca75fc1
Volume UI improvements ( #1379 )
...
* improvements to Volumes UI
* support wheel scroll on sliders
* headers
* changelog
2024-12-17 17:55:06 +01:00
Alexander Rose
a270dcb5f5
error handling in deploy script
2024-12-15 13:49:54 -08:00
Alexander Rose
917de1175c
4.10.0
2024-12-15 10:05:40 -08:00
Alexander Rose
65945fb904
changelog
2024-12-15 10:01:58 -08:00
Alexander Rose
3b7afc6037
package updates
2024-12-15 10:01:15 -08:00
Alexander Rose
05d9ca6e68
Merge pull request #1386 from molstar/fix-handle-resize
...
wip, fix handle resize
2024-12-15 09:52:09 -08:00
Alexander Rose
12ee0e0f38
Fix resize handling in tests/browser
2024-12-15 09:42:03 -08:00
Alexander Rose
dbd29e749e
Merge branch 'master' of https://github.com/molstar/molstar into fix-handle-resize
2024-12-15 08:52:57 -08:00
Alexander Rose
a8085111dc
add support for more webgl extensions
...
- EXT_render_snorm
- WEBGL_render_shared_exponent
- EXT_texture_norm16
- EXT_depth_clamp
2024-12-14 11:59:18 -08:00
Alexander Rose
93798554ac
Use adjoint matrix to transform normals in shaders
2024-12-14 11:55:47 -08:00
Alexander Rose
ce07c52d9f
Fix addIndexPairBonds quadratic runtime case
2024-12-14 11:53:07 -08:00
Alexander Rose
fb7a247f6c
Fix units transform data not fully updated when structure child changes
2024-12-14 11:51:10 -08:00
Alexander Rose
e9dfe6322d
changelog
2024-12-14 11:50:27 -08:00
Alexander Rose
079187326a
wip, fix handle resize
2024-12-12 21:58:15 -08:00
midlik
4dc9d037a4
MolViewSpec animations ( #1348 )
...
* MVS: Interfaces for multistate specs (wip)
* MVS: Multistate loading PoC
* MVS: Multistate loading PoC with camera
* Focus node in MOLJ: dirty impl
* PluginCommands.Camera.FocusObject
* Minor changes
* Refactoring for FocusObject
* Refactor getFocusBoundingSphere
* Move stuff to src/mol-plugin-state/manager/focus-camera/focus-object.ts
* MVS: molstarTreeToEntry include focus
* MVS: multi-state with focus
* MVS: multi-state with implicit camera
* MVS: multi-state works with video rendering
* Fix is_iOS() for NodeJS
* MVS: multi-state with canvas node
* Added PluginStateSnapshotManager.EntryParams.descriptionFormat
* MVS: mvs-render can generate MP4
* MVS: Remove dead code
* Update CHANGELOG
* MVS: Rename linger_duration_ms, transition_duration_ms
* MVS: focus node, radius* params
* PluginState.Snapshot.camera.focus allow multiple targets
* MVS: support multiple focus nodes
* MVS: Rename param radius_extend -> radius_extent
* MVS: support focus node on root
* MVS: Synchonize metadata format with backend
* MVS: change "transparency" to "opacity"
* Updated CHANGELOG
2024-12-12 13:06:23 +01:00
Alexander Rose
f36ad9ac28
Merge pull request #1380 from molstar/fix-gap-marking-consecutive
...
fix marking of consecutive gap elements
2024-12-09 19:21:34 -08:00
Alexander Rose
6d392de628
Merge branch 'master' into fix-gap-marking-consecutive
2024-12-09 19:21:03 -08:00
Alexander Rose
d7cd957b42
fix missing deflate header if CompressionStream is available
2024-12-09 19:15:13 -08:00
Alexander Rose
de36612bf1
changelog
2024-12-09 19:13:45 -08:00
Yakov Pechersky
d5154bcff2
Support React 19 ( #1382 )
...
By loosening `peerDependencies`
2024-12-09 15:51:34 +01:00
Alexander Rose
b44a6fa660
fix marking of consecutive gap elements
2024-12-08 16:33:58 -08:00
David Sehnal
5cc28c9471
Add ModelWithCoordinates transform ( #1378 )
...
* Add ModelWithCoordinates transform
* PR feedback
2024-12-08 18:21:13 +01:00
Alexander Rose
b42a6d4636
Merge pull request #1373 from giagitom/illumination-outlines-fix
...
Fix outlines on transparent background using illuminartion mode
2024-12-07 18:10:49 -08:00
Alexander Rose
efd405f44b
Merge branch 'master' into illumination-outlines-fix
2024-12-07 18:10:14 -08:00
Alexander Rose
4b3932e9e2
4.9.1
2024-12-05 08:55:57 -08:00
Alexander Rose
dcb8eca29a
changelog
2024-12-05 08:53:54 -08:00
midlik
ac0177aef5
Fix iOS check ( #1376 )
2024-12-05 10:37:15 +01:00
giagitom
316013aafd
Fix transparent depth artifacts using illumination mode
2024-12-03 16:05:57 +01:00
giagitom
040d83e8d4
Fix outlines on transparent background using illuminartion mode
2024-12-03 15:26:36 +01:00
Alexander Rose
b31ed50b3a
4.9.0
2024-12-01 13:38:17 -08:00
Alexander Rose
2a9c4db97f
lint
2024-12-01 13:34:35 -08:00
Alexander Rose
fbeda779ac
changelog
2024-12-01 13:32:37 -08:00
Alexander Rose
89e60cfde9
Merge pull request #1372 from molstar/immutablejs5
...
update to immutable-js 5
2024-12-01 13:27:26 -08:00
Dominik Tichy
0845f5fd75
Fix: missing partial charges ( #1368 )
...
* fix: color missing charges green
* fix: save missing charges as undefined
* chore: updated changelog
* fix: corrected check of missing values
* fix: lint
* fix: wrong logic
* fix: removed unused functions
* fix: unecessary assignment of undefined
2024-12-01 19:38:47 +01:00
dsehnal
918b67482f
update to immutable-js 5
2024-12-01 15:41:20 +01:00
Alexander Rose
3ff3ea2912
schema updates
2024-11-30 15:37:39 -08:00
Alexander Rose
b2e1d069ba
add missing bytes member to File_NodeJs
2024-11-30 15:37:32 -08:00
Alexander Rose
0a409c6fdf
fix missing params assignment in shape repr
2024-11-30 15:37:02 -08:00
Alexander Rose
5ce552d2cc
package updates
2024-11-30 15:36:30 -08:00
Alexander Rose
8bda510378
fix wrong repr params assignment
2024-11-28 21:09:41 -08:00
midlik
ad1923f57b
Servers object storage ( #1355 )
...
* ModelServer: support for GS
* VolumeServer: simple support for GS
* fetch_GS abort
* file reorg
* ModelServer/VolumeServer: dynamic import @google-cloud/storage
* ModelServer/VolumeServer: update docs
* ModelServer/VolumeServer: handle HTTP and GS errors
* ModelServer/VolumeServer: update docs
* ModelServer/VolumeServer: update docs 2
* Minor tweaks
2024-11-28 12:06:02 +01:00
Sebastian Bittrich
ba38fe2474
Membrane Server to generate MolViewSpec data ( #1338 )
...
* membrane server wip
* cleanup
* desc
* cl
2024-11-25 19:12:40 +01:00
Alexander Rose
c53b651472
Merge pull request #1359 from molstar/snapshot-manager-fix-current
...
PluginStateSnapshotManager.syncCurrent fix
2024-11-23 10:29:37 -08:00
Alexander Rose
2eb4f77504
Merge branch 'master' into snapshot-manager-fix-current
2024-11-23 10:29:29 -08:00
Alexander Rose
c09f30a135
Merge pull request #1353 from giagitom/x-ray-fix
...
Xray shading fix for high XrayEdgeFalloff
2024-11-23 10:06:41 -08:00
Alexander Rose
c60c52f563
Merge pull request #1349 from papillot/infer-valence-from-protonated-ligand
...
Do not infer implicit Hs when explicit Hs are set #1257
2024-11-23 10:05:51 -08:00
dsehnal
7e67678dcd
PluginStateSnapshotManager.syncCurrent fix
2024-11-23 08:55:48 +01:00
giagitom
4ee33c9dcd
Use clamp
2024-11-20 18:51:19 +01:00
giagitom
8a0d5eb366
Xray shading fix for high XrayEdgeFalloff
2024-11-20 15:56:22 +01:00
Paul Pillot
e18a3b452a
Do not infer implicitH when explicitH are set
...
Instead of detecting the protonation at the level of the atom only, the protonation of the unit is detected first. If protonation is known, then the assignment of implicit hydrogens is not needed.
This avoids cases where a nitrogen on a protonated ligand gets assigned a positive charge when it has no hydrogens, because the code was assuming that protonation was unknown in that case.
2024-11-18 17:24:28 -05:00
Alexander Rose
38a508fd87
Merge pull request #1328 from sbittrich/master
...
Membrane orientation: improve `isApplicable` check and error handling
2024-11-16 19:26:45 -08:00
Alexander Rose
0b1fd14e09
Merge pull request #1337 from giagitom/inprove-tubular-helices
...
Inprove tubular helices
2024-11-16 19:22:23 -08:00
Alexander Rose
b883ddd10e
Fix transform data not updated when structure child changes
2024-11-16 12:47:30 -08:00
Simeon Borko
30557d13ca
Refactor value swapping in molstar-math to fix SWC (Next.js) build ( #1345 ) ( #1346 )
...
Co-authored-by: Simeon Borko <simeon.borko@recetox.muni.cz >
2024-11-16 08:08:28 +01:00
David Sehnal
85b72ae3b0
StructConn.isExhaustive fix ( #1342 )
2024-11-13 18:30:40 +01:00
JonStargaryen
2ed165f9a5
extend check to all models
2024-11-11 08:39:56 -08:00
giagitom
8c5388a6ea
Cleanup
2024-11-11 17:25:39 +01:00
giagitom
703ef6c273
Enable double rounded cap on tubular helices
2024-11-11 17:16:17 +01:00
giagitom
0a1c5537d2
fix trace iterator for single residue tubular helices
2024-11-11 17:14:56 +01:00
Alexander Rose
e65f5b270e
Merge pull request #1331 from giagitom/postprocessing-update-fix
...
Fix outlines on volume and surface reps that do not disappearing
2024-11-10 09:46:48 -08:00
Alexander Rose
9185c4592f
Merge pull request #1329 from sbittrich/express
...
Update to express v5
2024-11-10 09:44:39 -08:00
Alexander Rose
fbe44bfab7
Merge branch 'master' into express
2024-11-10 09:44:07 -08:00
Alexander Rose
f4d44621d6
improve inter unit bond performance
...
- use numbers instead of strings in maps
- bespoke `eachStructureGroupsBond` to iterate
2024-11-10 09:35:44 -08:00
Alexander Rose
05a87fded9
Fix bonds not shown with ignoreHydrogens on ( #1315 )
...
- Better handle mmCIF files with no entities defined by using `label_asym_id`
- Show bonds in water chains when `ignoreHydorgensVariant` is `non-polar`
2024-11-10 09:33:25 -08:00
Alexander Rose
195f7284b5
fix transparent SSAO for image rendering
2024-11-10 09:27:43 -08:00
Alexander Rose
c4a900e2ea
fix occupancy check using wrong index for inter-unit bond computation
2024-11-10 09:26:03 -08:00
giagitom
e1eb686355
Fix outlines on volume and surface reps that do not disappearing
2024-11-07 14:51:15 +01:00
Sebastian Bittrich
54b4a01cc3
update to express v5 ( #1311 )
2024-11-05 15:42:06 -08:00
Sebastian Bittrich
f68a01183d
consider coarse-grained models
2024-11-05 10:24:08 -08:00
Sebastian Bittrich
057d605135
merge
2024-11-05 10:07:42 -08:00
Sebastian Bittrich
a391bbf786
cleanup
2024-11-05 10:04:54 -08:00
Sebastian Bittrich
fdc1054060
membrane orientation: improve isApplicable check and error handling ( closes #1316 )
2024-11-05 10:04:30 -08:00
Alexander Rose
b4238f574a
fix incudeParent handling for structure-based visuals
2024-11-04 21:10:10 -08:00
Alexander Rose
965c6a37a9
Merge pull request #1325 from molstar/structure-visuals
...
Structure visuals
2024-11-03 21:27:16 -08:00
Alexander Rose
35a9056368
Add more structure-based visuals
...
- to avoid too many (small) render-objects
- `structure-intra-bond`, `structure-ellipsoid-mesh`, `structure-element-point`, `structure-element-cross`
2024-11-02 17:39:04 -07:00
Alexander Rose
fd96973e82
Add Structure.intraUnitBondMapping
2024-11-02 17:38:22 -07:00
Alexander Rose
8812b0d264
Merge pull request #1320 from bergwerf/delete_fence_sync
...
Set fenceSync to null after deleteSync.
2024-11-02 11:13:55 -07:00
Alexander Rose
597c0dbbe1
Merge branch 'master' into delete_fence_sync
2024-11-02 11:11:24 -07:00
Alexander Rose
768d7a2a4d
make ViewportScreenshotHelper.download return a promise
2024-11-02 11:10:29 -07:00
Alexander Rose
30ec53ffa4
Fix operator key-based IndexPairBonds assignment
...
- Don't add bonds twice
- Add `IndexPairs.bySameOperator` to avoid looping over all bonds for each unit
2024-11-02 11:09:16 -07:00
Dirk Arnez
b79ffd9cfc
- fixed linting issues at glb-export example ( #1322 )
2024-11-01 14:11:41 +01:00
Herman Bergwerf
cc7f88fd53
Set fenceSync to null after deleteSync.
2024-10-31 11:27:53 +01:00
Dirk Arnez
57c84d0159
- add glb export example ( #1314 )
...
* - add glb export example
* Update src/examples/glb-export/index.ts
---------
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
2024-10-30 08:42:36 +01:00
Alexander Rose
4daf409337
4.8.0
2024-10-27 14:42:49 -07:00
Alexander Rose
a17e886ab9
changelog
2024-10-27 14:23:12 -07:00
Alexander Rose
ebb9046184
webpack: no fallback for vm package
2024-10-27 14:21:24 -07:00
Alexander Rose
cb41c0c7f9
package updates
2024-10-27 14:09:26 -07:00
Alexander Rose
bdbc9eab64
schema updates
2024-10-27 14:09:15 -07:00
Alexander Rose
5f76620ef5
Merge pull request #1308 from molstar/operator-bonds
...
Improve performance of `IndexPairBonds` assignment
2024-10-27 13:58:55 -07:00
Alexander Rose
b5c1c4d32e
Merge branch 'master' into operator-bonds
2024-10-27 13:58:12 -07:00
Alexander Rose
6e4777355a
Merge pull request #1309 from molstar/simplify-text-frag
...
remove extra anti-aliasing from text shader
2024-10-27 13:57:37 -07:00
David Sehnal
7526535a8b
Basic support for Predicted Aligned Error parsing and plotting ( #1302 )
...
* proof of concept
* typos
* plot interactivity
* centerline
* better axis labels, darkmode support
* plot label
* data source selection
* interactivity
* better plot labels
* make pae overpaint ghosts
* config option
* update labels
* standalone mode and AFDB example
* fix interactivity
* pr feedback
* changelog
2024-10-27 07:36:22 +01:00
Alexander Rose
2bd84b7e7c
remove extra anti-aliasing from text shader
2024-10-26 22:15:19 -07:00
Alexander Rose
84e292b3e2
Merge pull request #1293 from corredD/lammps_data
...
Lammps data
2024-10-26 17:34:30 -07:00
Alexander Rose
152cef9c5b
tweaks & cleanup
2024-10-26 17:23:36 -07:00
Alexander Rose
d76bc583c0
Merge branch 'master' of https://github.com/molstar/molstar into pr/corredD/1293
2024-10-26 17:03:55 -07:00
Alexander Rose
071fb21dd0
Merge pull request #1252 from giagitom/transparent-ssao
...
Transparent ssao
2024-10-26 14:25:14 -07:00
Alexander Rose
db8943bcfb
tweaks & cleanup
2024-10-26 14:16:41 -07:00
Alexander Rose
2d1ce14f2e
fix marking not applied in illumination pass
2024-10-26 13:54:31 -07:00
Alexander Rose
33760b0d37
Improve performance of IndexPairBonds assignment when operator keys are available
2024-10-26 13:49:09 -07:00
giagitom
1aa6f30780
Optimize outlines
2024-10-23 13:01:04 +02:00
Ludovic Autin
86c8dd5d74
Merge commit 'c37a7ebf791afb8aa60ee8170d28a2bf156e7609' into lammps_data
2024-10-22 23:26:28 -07:00
Alexander Rose
1435a5e6e6
fix calling renderBlendedTransparent twice
2024-10-22 22:26:22 -07:00
Alexander Rose
c123e55a8d
Merge branch 'master' of https://github.com/molstar/molstar into pr/giagitom/1252
2024-10-22 22:19:01 -07:00
Alexander Rose
c37a7ebf79
remove unused file
2024-10-22 22:17:25 -07:00
Alexander Rose
00e228a834
fix bloom in illumination mode
2024-10-22 22:17:16 -07:00
Ludovic Autin
55f40738f2
revert registry order.
2024-10-22 21:31:25 -07:00
Ludovic Autin
4ffd69750f
Merge commit '12add4d66b93438eb53e6406811b8daea83bc907' into lammps_data
2024-10-22 21:30:03 -07:00
David Sehnal
295608baae
fix Safari sequence view ( #1305 )
2024-10-22 20:09:15 +02:00
giagitom
4429b7185f
assign material color fix
2024-10-22 19:30:30 +02:00
giagitom
84fadc2e5c
Rename internal properties
2024-10-22 19:20:36 +02:00
giagitom
0b3bd885ca
Fixes and removing includeTransparent property
2024-10-22 19:13:21 +02:00
giagitom
51d9eda168
Outlines fixes
2024-10-21 18:27:51 +02:00
giagitom
abe10d5c7c
changed name and fixed behavior of transparentAlphaThreshold
2024-10-21 15:35:26 +02:00
giagitom
e7da2333fe
Add transparentAlphaThreshold to disable transparent ssao on low transparency scenes (disabled on viewport screenshot)
2024-10-21 14:55:19 +02:00
Alexander Rose
3899a95c97
add scene.transparencyMin
2024-10-21 12:12:38 +02:00
Alexander Rose
12add4d66b
me: add support for 4-character PDB ID in pdb-dev loader
2024-10-20 22:34:24 -07:00
Ludovic Autin
e16c073639
renaming
2024-10-19 14:32:04 -07:00
Ludovic Autin
3c5dc56bb2
follow @arose recommandation.
2024-10-19 14:18:52 -07:00
Alexander Rose
ad2106e6f6
use moleculeId as asym_id
2024-10-18 23:10:11 -07:00
Alexander Rose
dd5aa061b8
moleculeType -> moleculeId
2024-10-18 23:09:38 -07:00
Alexander Rose
f69ad14296
add scaling factor where it made sense
2024-10-18 23:08:48 -07:00
Alexander Rose
277254b78e
fix atom style type error
2024-10-18 23:08:24 -07:00
ludovic autin
3c4f2806e7
David's recommandation
2024-10-18 16:44:51 -07:00
ludovic autin
79612833d4
Merge remote-tracking branch 'upstream/master' into lammps_data
2024-10-18 16:44:02 -07:00
midlik
b4772e0cb9
Fix binarySearchPredIndexRange ( #1264 )
...
* Fix binarySearchPredIndexRange
* Tests
* binarySearchPredIndexRange - avoid param reassignment
* Update CHANGELOG
2024-10-18 16:12:27 +02:00
David Sehnal
003c5a9437
MVS: Primitives MVP ( #1300 )
...
* inline primitives (mesh, line)
* tweak
* resolved positions
* wip labels
* tooltips
* refactor primitives
* primitives from URI
* primitives focus support todo
* focusable render objects
* default label color
* move code
* label primitive
* default shape provider params
* refactoring
* support primitive instancing
* tweak
* mvs refs support
* changelog
* header
* streamline primitives from uri
* group manager and pass node data to shape
* better position typing and resolution
* imports
* fix bug
* lint
* support mesh wireframe
* lines primitive
2024-10-18 15:00:57 +02:00
ludovic autin
ff9fb450fa
added unitStyle information, reorganize the io parser. Fix spelling
2024-10-17 12:25:36 -07:00
ludovic autin
136e996e4f
Merge remote-tracking branch 'upstream/master' into lammps_data
2024-10-17 12:24:11 -07:00
Alexander Rose
a93b53c413
fix for "cleanup illumination pass"
2024-10-16 22:28:27 -07:00
ludovic autin
0f25421db1
selection helper/shortcut to handle atom types ( coveres regular atom types C,N,O etc.. and custom atom type like in lammps eg . 1-200 etc...)
2024-10-16 15:37:19 -07:00
ludovic autin
cde3a73bba
Merge remote-tracking branch 'upstream/master' into lammps_data
2024-10-16 15:34:10 -07:00
midlik
c19130c9eb
MVS transparency and additional properties ( #1289 )
...
* MVS: Transparency support
* MVS: Data model supporting additional properties
* MVS: Builder supporting additional properties
* MVS: Loading extensions, NonCovalentInteractionsExtension
* MVS: Refactor, update CHANGELOG
* MVS: Rename additional_properties -> custom
* MVS: Add "ref" to nodes
* MVS: Fix missing dealing with ref
* MVS: Builder supporting custom and ref
* MVS: minor refactor
* StateBuilder support adding tags
* MVS: Add node ref as tag
---------
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
2024-10-16 18:17:25 +02:00
giagitom
54c8801951
- Disable transparent ssao if nothing transparent to render
...
- Fix transparent color texture not cleared when scene.opacityAverage = 1
2024-10-15 16:22:25 +02:00
giagitom
8371a3e349
Merge remote-tracking branch 'upstream/master' into transparent-ssao
2024-10-15 14:55:20 +02:00
Alexander Rose
cca289728c
add sample/blur timer mark to ssao pass
2024-10-14 23:04:59 -07:00
Alexander Rose
d9a44daa5d
cleanup illumination pass
...
- reuse buffers from draw pass
- remove superfluous anti aliasing render
2024-10-14 22:50:45 -07:00
Alexander Rose
48ee9ef8cb
fix Scene.opacityAverage calculation never 1
2024-10-14 22:46:47 -07:00
ludovic autin
ba84081888
Merge remote-tracking branch 'upstream/master' into lammps_data
2024-10-14 11:21:14 -07:00
ludovic autin
45d8059ed2
removed scale options. Fix transformation when coordinates are scaled.
2024-10-14 11:20:28 -07:00
giagitom
6e2d8653ec
Fix transparent outline size
2024-10-14 17:01:30 +02:00
Alexander Rose
cca6210076
rename includeTransparency -> includeTransparent
...
- to be same as in outline pass
2024-10-13 22:37:28 -07:00
Alexander Rose
9f926757b2
relax ssao blur background check
2024-10-13 22:32:00 -07:00
Alexander Rose
87d83d8f9e
more ssao timers
2024-10-13 22:31:15 -07:00
Alexander Rose
d16076b170
cleanup
2024-10-13 22:30:38 -07:00
Alexander Rose
cccdc53fd0
merge master
2024-10-13 22:26:56 -07:00
Alexander Rose
a312799361
Merge pull request #1297 from molstar/fix-backfaces-visible
...
fix backfaces visible using blended transparency on impostors
2024-10-13 13:46:39 -07:00
Alexander Rose
60c81e79ba
illumination ssao fixes & cleanup
2024-10-12 09:34:32 -07:00
Alexander Rose
bd22db4252
fix backfaces visible using blended transparency on impostors
2024-10-12 09:26:15 -07:00
Alexander Rose
36b5a9e181
only request draw after interaction in illumination mode
2024-10-12 09:08:00 -07:00
ludovic autin
809cca5261
lammps can dump normalize coordinates (sx or usx), to be able to handle it, parse the bounding box, and apply the transformation in that case
2024-10-11 14:53:43 -07:00
ludovic autin
7a81ea3ba1
missing arguments
2024-10-10 13:25:41 -07:00
ludovic autin
afa51b4416
lammps is a multiscale simulation engine, coordinate scale option help bringing everything at the properscale in the viewport. I put the option in the OpenFiles state.
2024-10-10 13:21:02 -07:00
ludovic autin
95792dd3c8
Merge remote-tracking branch 'upstream/master' into lammps_data
2024-10-10 13:09:00 -07:00
Paul Pillot
e2bc15ac6b
Make Loci.isSubset() strict on units comparisons ( #1294 )
...
Loci.isSubest could return true for a Loci that is a superset of the reference Loci. This was happening when the second Loci contains units that are not matched in the reference Loci. See #1292
2024-10-10 12:20:41 +02:00
ludovic autin
4e565808c6
more flexible parsing, can handle different atom_style.
2024-10-09 17:21:47 -07:00
ludovic autin
b2e2b46280
Merge remote-tracking branch 'upstream/master' into lammps_data
2024-10-08 11:52:11 -07:00
ludovic autin
462e675237
trailing space
2024-10-08 11:51:35 -07:00
ludovic autin
6e77b4ce71
added my name
2024-10-08 11:29:13 -07:00
ludovic autin
e8bd67c069
lammpstrj string format no boundary coordinates
2024-10-08 11:21:43 -07:00
Yakov Pechersky
fe502539f9
Remove remaining deprecated SASS lighten call ( #1291 )
2024-10-08 14:38:23 +02:00
ludovic autin
fe5afa8935
rename to lammps_data, so we can have a lammps_traj parser
2024-10-07 17:02:49 -07:00
ludovic autin
20452e762b
renaming
2024-10-07 16:45:33 -07:00
ludovic autin
bc2d19338b
naive lammps data parser. Lammps data are initial conformation before simulation or are dumped from a trajectory.
2024-10-07 16:11:47 -07:00
giagitom
719e141dd9
Include ssao transparent -> opaque interactions on ssgi
2024-10-07 19:38:34 +02:00
giagitom
5d9d01d251
Merge remote-tracking branch 'upstream/master' into transparent-ssao
2024-10-07 16:02:54 +02:00
Alexander Rose
39ad2f0719
changelog
2024-10-06 16:18:44 -07:00
Alexander Rose
4f06f724a4
Merge pull request #1290 from molstar/transparency-fixes
...
Transparency related fixes
2024-10-06 16:15:07 -07:00
Alexander Rose
d5a4b266dd
wip, supporting transparent ssao with ssgi
2024-10-05 10:44:35 -07:00
Alexander Rose
e1d92a58be
fix missing pre-multiplied alpha for blended & wboit with no fog
2024-10-05 10:21:30 -07:00
Alexander Rose
05ff705c25
fix direct-volume for dpoit with fog off and transparent background on
2024-10-05 10:20:40 -07:00
Alexander Rose
f1cfb29a03
renderer cleanup, remove duplicated/unused code
2024-10-05 10:08:44 -07:00
Alexander Rose
d2f354d949
only set depthTextureSupport when given
2024-10-05 10:04:28 -07:00
David Sehnal
481c6926e7
iOS transparency ( #1288 )
...
* iOS transparency
* headers
* changelog
2024-10-04 19:29:12 +02:00
giagitom
f15da87e13
Merge remote-tracking branch 'upstream/master' into transparent-ssao
2024-10-03 16:29:39 +02:00
Xavier M
c34aaf7c31
Add doc page to describe how to access component data ( #1283 )
2024-10-03 13:53:06 +02:00
Alexander Rose
fb6815bb7d
4.7.1
2024-09-30 20:49:18 -07:00
Alexander Rose
9c78dc76e1
changelog
2024-09-30 20:47:04 -07:00
Alexander Rose
62a0a40a49
Merge pull request #1281 from molstar/auto-res-mode-1
...
add resolutionMode.auto
2024-09-30 19:47:17 -07:00
Alexander Rose
8d61fa17c8
add resolution mode get param and config item
2024-09-30 19:41:47 -07:00
dsehnal
a460869d4a
add resolutionMode.auto
2024-09-30 19:25:12 +02:00
Alexander Rose
a9e0d8236c
4.7.0
2024-09-29 11:12:30 -07:00
Alexander Rose
fc47276fc3
changelog
2024-09-29 11:08:07 -07:00
Huiyu CAI
c60334b97b
allow nested components ( #1227 )
...
* allow nested components
* header and CHANGELOG edits
* fix header edit
---------
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
2024-09-29 20:05:41 +02:00
Alexander Rose
36d58d0ff0
Merge pull request #1273 from pechersky/sass-color
...
Move away from deprecated SASS explicit color by using `invert` and `change`
2024-09-29 10:30:40 -07:00
Alexander Rose
73529a890b
update mesoscale-explorer style.scss
2024-09-29 10:25:44 -07:00
Yakov Pechersky
b9e88d61a1
master lock
2024-09-29 02:17:22 -04:00
Yakov Pechersky
04bfe71131
Merge branch 'master' into sass-color
2024-09-29 02:10:56 -04:00
Yakov Pechersky
b16c51825a
clean up imports
2024-09-29 02:09:44 -04:00
Yakov Pechersky
12630dd9f5
fix lighten-darken -- different in light vs dark/blue
2024-09-29 02:05:43 -04:00
Yakov Pechersky
880b73a3c4
Revert "remove color-lower-contrast"
...
This reverts commit 12ff3aad93 .
2024-09-29 02:00:09 -04:00
Yakov Pechersky
63e7ba57bc
Revert "remove color-increase-contrast"
...
This reverts commit 745d8b80d7 .
2024-09-29 01:59:20 -04:00
Alexander Rose
bc2d8a4ce1
schema updates
2024-09-28 19:44:51 -07:00
Alexander Rose
9f951dbeac
package updates
2024-09-28 19:18:12 -07:00
Alexander Rose
cba1c23b4d
Merge pull request #1277 from molstar/me-color-style-fixes
...
ME: color and style fixes
2024-09-28 18:39:16 -07:00
Alexander Rose
d63663a2ea
changelog
2024-09-28 18:32:58 -07:00
Alexander Rose
41c5ebf1f3
fix entities of root group not updated
2024-09-28 18:31:10 -07:00
Alexander Rose
757cf0cd13
fix shinyDof
2024-09-28 16:49:49 -07:00
Alexander Rose
ad8d07cfaa
me: only change style not color in quick-styles ui
2024-09-28 14:51:54 -07:00
giagitom
d9f7aafd72
remove unised variable
2024-09-28 15:37:52 +02:00
Alexander Rose
e0b307d1a8
Merge pull request #1276 from molstar/revert-1275-me_preset
...
Revert "fix preset coloring in ME"
2024-09-26 23:08:04 -07:00
Alexander Rose
729306f142
Revert "adding 'ent:' break the preset ( #1275 )"
...
This reverts commit 8568656d44 .
2024-09-26 23:07:54 -07:00
giagitom
dc7f745dbe
Improve postrpocessing frag and fix outlines blending issues
2024-09-26 18:52:58 +02:00
ludovic autin
8568656d44
adding 'ent:' break the preset ( #1275 )
2024-09-26 12:35:15 +02:00
giagitom
4dea8849be
Fix dpoit blending issue when postprocessing is off
2024-09-26 11:21:39 +02:00
giagitom
a2056d31bf
Improvements and transparency blend mode fix
2024-09-25 22:24:33 +02:00
giagitom
c14344d465
- Removing separatedTransparency option
...
- Removing includeOpacity option
2024-09-24 12:09:00 +02:00
Yakov Pechersky
b7ba8322d1
CHANGELOG
2024-09-23 15:02:57 -04:00
Yakov Pechersky
818a0dac0d
npm update sass
2024-09-23 13:45:54 -04:00
Yakov Pechersky
3f96ba92ce
reset lock
2024-09-23 13:45:30 -04:00
Yakov Pechersky
b356f217ab
imports where necessary
2024-09-23 13:40:10 -04:00
Yakov Pechersky
a968fb0984
update sass dep
2024-09-23 13:24:13 -04:00
Yakov Pechersky
745d8b80d7
remove color-increase-contrast
...
use `color.adjust` instead
2024-09-23 13:20:50 -04:00
Yakov Pechersky
12ff3aad93
remove color-lower-contrast
...
use `color.adjust` instead
2024-09-23 13:20:02 -04:00
Alexander Rose
e8501b73a5
illumination params description
2024-09-23 09:51:50 -07:00
Yakov Pechersky
9c07da6de6
also set alpha using api
2024-09-23 12:35:53 -04:00
Yakov Pechersky
8c2e58b67c
Move away from deprecate SASS explicit color by using invert
...
In building, saw
```
Deprecation Warning: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
More info: https://sass-lang.com/d/legacy-js-api
```
Instead of using `color.channel(..., "red")`, we really were deconstructing rgb by channel just to invert.
So use the underlying SASS api directly.
2024-09-23 12:30:51 -04:00
giagitom
7242494123
Try to handle blended transparency
2024-09-23 12:49:19 +02:00
giagitom
adfea9f336
Merge branch 'master' of https://github.com/molstar/molstar into transparent-ssao
2024-09-23 11:12:02 +02:00
Alexander Rose
80d7649dbb
illumination params description
2024-09-22 19:29:43 -07:00
David Sehnal
6e63bb4283
ErrorContext util & usage in MVS ( #1254 )
...
* error context util & usage in MVS
* changelog
2024-09-22 10:12:00 +02:00
Alexander Rose
ba7a4137fe
changelog
2024-09-21 14:56:41 -07:00
Alexander Rose
2ca0a4291b
Merge pull request #1269 from molstar/resolution-mode
...
Resolution mode
2024-09-21 14:54:24 -07:00
Alexander Rose
32a1a35a96
remove debug code
2024-09-21 10:36:45 -07:00
Alexander Rose
df129d8ce3
Merge branch 'master' of https://github.com/molstar/molstar into resolution-mode
2024-09-21 10:24:03 -07:00
Alexander Rose
c346da9f6d
Merge pull request #1253 from molstar/illumination
...
Illumination mode
2024-09-21 10:23:38 -07:00
Alexander Rose
de15a3d05d
add resolutionMode parameter to Canvas3DContext
2024-09-21 10:22:57 -07:00
Alexander Rose
392b42f6f0
fix impostor sphere interior normal when using orthographic projection
2024-09-21 10:10:28 -07:00
Alexander Rose
46a9b587b4
handle 0 denoise threshold
2024-09-21 10:08:30 -07:00
giagitom
1b4d42cc1e
Avoid rendering textures used by getMappedDepth when ssao multiScale is off
2024-09-19 19:50:29 +02:00
giagitom
7c8f6255c5
Merge branch 'master' of https://github.com/molstar/molstar into transparent-ssao
2024-09-19 19:09:37 +02:00
Alexander Rose
3334a636c5
Merge branch 'master' of https://github.com/molstar/molstar into illumination
2024-09-15 14:48:26 -07:00
Alexander Rose
94d52dddda
fix me color update
2024-09-15 14:48:10 -07:00
Alexander Rose
b35a73b50f
tweak params
2024-09-15 14:01:33 -07:00
Alexander Rose
7fde6a810d
Merge branch 'master' of https://github.com/molstar/molstar into illumination
2024-09-15 13:42:45 -07:00
Alexander Rose
843eae1e49
Merge pull request #1262 from molstar/shadow-multiple-lights
...
fix shadows with multiple lights
2024-09-15 13:41:29 -07:00
Alexander Rose
8513183684
Merge branch 'master' of https://github.com/molstar/molstar into illumination
2024-09-14 14:35:41 -07:00
Alexander Rose
790bebf302
normalize direct light for shadows
2024-09-14 14:24:30 -07:00
Alexander Rose
0fb76261e8
spec & avoid compiling tracing shaders when unsupported
2024-09-14 13:58:51 -07:00
Alexander Rose
53c69640b7
spec
2024-09-14 13:46:36 -07:00
Alexander Rose
d70cef8ad3
fix shadows with multiple lights
2024-09-14 13:42:47 -07:00
Alexander Rose
a84a23cbcc
remove console.log
2024-09-14 13:27:46 -07:00
Alexander Rose
736f2dc657
ssao tweaks
...
- linear filter always supported for uint8
- don't use mapped depth in non-multiscale to avoid issues on some mobile devices
2024-09-14 13:17:49 -07:00
Alexander Rose
06295fd586
add shader precision formats info to webgl context
2024-09-14 13:16:00 -07:00
Alexander Rose
e9f4d95dc3
Merge pull request #1260 from molstar/xtc-parser-fix
...
fix no-compression xtc parser
2024-09-14 13:14:33 -07:00
Alexander Rose
223e3b6fbf
Merge branch 'master' into xtc-parser-fix
2024-09-14 13:14:26 -07:00
Alexander Rose
16c967b674
changelog
2024-09-14 13:14:01 -07:00
Alexander Rose
a6a1f0621e
improve viewport-screenshot tracing
...
- make sample count independent of performance for reproducible quality
2024-09-14 13:11:49 -07:00
Alexander Rose
60cb722343
avoid compiling tracing shaders when unsupported
2024-09-14 13:08:54 -07:00
Alexander Rose
2569fe9577
improve direct light shadows
2024-09-14 13:07:25 -07:00
Alexander Rose
be717133ef
fix tracing on mobile
...
- specify precision highp int
2024-09-14 13:06:06 -07:00
Alexander Rose
231d585236
always wait for gpu in canvas3d.render
2024-09-14 13:04:53 -07:00
etongfu
098faf129c
Fix mol2 status_bit read error ( #1251 )
...
* fix: Fix mol2 status_bit read error
* feat: Retrieve the number of columns using `streaming tokenizer` and remove readLineElements
* fix: remove useless code
* fix: fix status_bits array read error
* chore: remove dataLines code.
* chore: Add contributor information
---------
Co-authored-by: tongfu.e <tongfu.e@xtalpi.com >
2024-09-11 18:58:14 +02:00
dsehnal
0b39ad8341
fix no-compression xtc parser
2024-09-10 19:00:30 +02:00
Alexander Rose
c0117c41e6
Merge branch 'master' of https://github.com/molstar/molstar into illumination
2024-09-08 19:32:30 -07:00
Alexander Rose
0ce41e989a
Merge pull request #1255 from giagitom/enable-depth-xray
...
Enable dXrayShaded define when using depth variant
2024-09-08 16:58:29 -07:00
Alexander Rose
b6885a0d76
improve parameter adjustment
2024-09-07 23:07:42 -07:00
Alexander Rose
125120fcab
avoid rendering illumination iteration when previous gpu are not complete
2024-09-07 21:39:02 -07:00
Alexander Rose
2147a5c3fb
add automatically adjusted denoise threshold
2024-09-07 11:41:09 -07:00
Alexander Rose
8c7d5b9585
remove extra timer.mark
2024-09-07 11:33:33 -07:00
Alexander Rose
aa4c36885d
make userInteractionReleaseMs a param
2024-09-07 11:31:23 -07:00
Alexander Rose
4ee4788378
make "glow" from overly lit bounce rays optional
2024-09-07 11:28:57 -07:00
Alexander Rose
47aea2b12f
pause canvas3d while rendering screenshot
2024-09-07 11:23:41 -07:00
Alexander Rose
490bc82ee6
properly wait for gpu to finish when rendering image
2024-09-07 11:22:21 -07:00
Alexander Rose
0d24c636a3
improve webgl timer, support optional note
2024-09-07 11:21:26 -07:00
Alexander Rose
5a81b4f375
add illumination option to viewer app
2024-09-07 11:09:59 -07:00
Alexander Rose
73b90ffb5c
fix normal for approximate sphere
2024-09-07 11:09:22 -07:00
giagitom
02e795b265
Update headers
2024-09-05 01:46:31 +02:00
giagitom
325aa74331
changelog
2024-09-05 01:45:22 +02:00
giagitom
1efe2eb329
Enable dXrayShaded define when using depth variant
2024-09-05 01:37:13 +02:00
giagitom
1ba00c7fa8
Reverting changes
2024-09-05 01:32:19 +02:00
giagitom
1bfc2fe511
Ssao initialization fixes
2024-09-04 12:56:17 +02:00
dsehnal
1e895f3c8c
only render first iteration of illumination when actively interacting
2024-09-03 18:18:23 +02:00
dsehnal
028c283043
undo image pass render tweak
2024-09-03 18:06:41 +02:00
dsehnal
144ed51100
fallback to standard rendering when interacting with the structure
2024-09-03 17:16:56 +02:00
Alexander Rose
e3c2ec4561
fix image.frag
2024-09-02 22:48:34 -07:00
Alexander Rose
84dd957983
temp
2024-09-02 22:38:18 -07:00
Alexander Rose
1093a4f6ad
lint
2024-09-02 22:37:13 -07:00
Alexander Rose
c4fdc43aa0
changelog
2024-09-02 14:32:25 -07:00
Alexander Rose
15da722af5
add illumination pass
2024-09-02 14:24:27 -07:00
Alexander Rose
eec2d2a720
add tracing pass
2024-09-02 14:23:09 -07:00
giagitom
1766fad6f7
Enable ssao on transparency by default
2024-09-02 15:40:29 +02:00
giagitom
d4775812ad
Fixes
2024-09-02 15:00:03 +02:00
giagitom
6cf887d44d
remove comments
2024-09-02 09:16:56 +02:00
giagitom
bbb2bee2ae
changelog
2024-09-01 21:10:39 +02:00
giagitom
73763b444e
Merge remote-tracking branch 'upstream/master' into transparent-ssao
2024-09-01 21:07:05 +02:00
giagitom
9508e01e59
Add transparent ssao support
2024-09-01 19:10:59 +02:00
Alexander Rose
375db11e9b
add visual density parameter to estimate object thickness
2024-08-30 13:56:56 -07:00
Alexander Rose
b1b1972684
add bloom to simple-settings ui
2024-08-29 18:54:47 -07:00
Alexander Rose
ce0d4cbc4e
fix renderer.clearDepth
2024-08-29 18:52:39 -07:00
Alexander Rose
127d9bc94e
me: increase ultra graphics mode thresholds
2024-08-29 18:48:20 -07:00
Alexander Rose
860df1a898
Merge pull request #1249 from molstar/fix-1245
...
Fix handling of PDB files
2024-08-29 18:44:33 -07:00
Alexander Rose
51b36e90f0
Merge branch 'master' into fix-1245
2024-08-29 18:44:24 -07:00
Alexander Rose
48b19e149b
Merge pull request #1250 from JonStargaryen/master
...
Sequence Panel: Improve visuals of unmodeled sequence positions
2024-08-29 14:05:08 -07:00
Sebastian Bittrich
5a87d9dbf5
Seq Panel: adjust font color of missing positions ( closes #1248 )
2024-08-29 13:38:54 -07:00
Sebastian Bittrich
c07b4ba550
Seq Panel: default cursor for missing positions
2024-08-29 13:11:53 -07:00
Alexander Rose
8a99e3e3fd
load no default tour
2024-08-29 10:31:06 -07:00
Alexander Rose
571f54f4e6
lint
2024-08-29 10:28:19 -07:00
Alexander Rose
15cd7b9c13
Fix handling of PDB files
...
- that have chains with same id separated by TER record
2024-08-29 10:22:16 -07:00
Alexander Rose
0d21b399b5
4.6.0
2024-08-28 16:26:11 -07:00
Alexander Rose
94ad0bf75c
changelog
2024-08-28 16:22:54 -07:00
Alexander Rose
2c44286ca5
schema update
2024-08-28 16:20:33 -07:00
Alexander Rose
23705727ac
package updates
2024-08-28 16:19:44 -07:00
Alexander Rose
0a173d230c
Merge pull request #1242 from molstar/library-docs
...
Using esbuild documentation
2024-08-28 15:01:27 -07:00
Alexander Rose
f8987af0e8
Merge pull request #1247 from corredD/revision_p
...
PR for Revision
2024-08-28 14:58:17 -07:00
Alexander Rose
e046b80bf2
use now from util
2024-08-28 14:57:34 -07:00
Ludovic Autin
f8d6f1d010
timer for loadURL
2024-08-28 12:15:50 -07:00
ludovic autin
579190b9ce
embedding.html page example
2024-08-28 11:09:42 -07:00
dsehnal
e44e29eb9f
using esbuild docs
2024-08-27 11:35:10 +02:00
ludovic autin
589cec24e5
more timer. For some reason it doesnt report anything with MG model
2024-08-26 16:46:37 -07:00
ludovic autin
fd999953f9
default MOL loading if no url model given
...
timingmode for loading mesoscale model ( in loadURL function )
2024-08-26 16:34:16 -07:00
Alexander Rose
523dfe7928
Merge branch 'master' of https://github.com/molstar/molstar
2024-08-24 15:01:12 -07:00
Alexander Rose
b2f26e6b1d
fix timer: no resolve when capturing stats
2024-08-24 14:59:39 -07:00
Alexander Rose
dc45bf3915
optimize camera.getPixelSize
2024-08-24 14:59:30 -07:00
Sebastian Bittrich
96e22e25cf
ModelServer & VolumeServer: add health-check ( #1233 )
...
* VolumeServer: add health-check
* ModelServer: add health-check
2024-08-23 12:49:17 +02:00
Alexander Rose
051beb3c3c
Merge pull request #1230 from molstar/compression-api
...
compression-api
2024-08-19 22:38:05 -07:00
Alexander Rose
2ba3d67520
Merge branch 'master' into compression-api
2024-08-19 22:37:57 -07:00
Alexander Rose
cd30d9c1a3
Merge pull request #1231 from molstar/cg-improvements
...
improve coarse-grained models handling
2024-08-19 22:37:02 -07:00
Alexander Rose
7d32aa8276
Merge pull request #1224 from molstar/screenshot-task
...
wrap screenshot & image generation in a Task
2024-08-19 22:36:11 -07:00
Alexander Rose
f837b46da1
Merge branch 'master' into screenshot-task
2024-08-19 22:36:03 -07:00
Alexander Rose
c6107ff694
fix hasCompressionStreamSupport
2024-08-19 22:31:36 -07:00
Alexander Rose
2e7228f88b
improve coarse-grained models handling
...
- Add Zhang-Skolnick secondary-structure assignment method which handles coarse-grained models (#49 )
- Calculate bonds for coarse-grained models
2024-08-18 13:44:57 -07:00
Alexander Rose
e8825eac5d
fix cartoon representation not updated when secondary structure changes
2024-08-18 13:36:22 -07:00
Alexander Rose
1a88126af8
add pdbx_structure_determination_methodology mmcif field and Model helpers
2024-08-18 13:32:57 -07:00
Alexander Rose
c4a6eba448
compression-api
2024-08-17 19:20:48 -07:00
Alexander Rose
fc7e9501b2
add more coloring options to cartoon theme
2024-08-17 16:35:25 -07:00
Alexander Rose
1dfd52db43
add formal-charge color theme
2024-08-17 16:35:07 -07:00
Alexander Rose
5510b28656
fix polymer-gap visual coloring with cartoon theme
2024-08-17 16:34:26 -07:00
Alexander Rose
e94abdb159
Merge pull request #1120 from giagitom/tubular-alpha-helices-round-cap
...
Add round caps on tubular alpha helices
2024-08-17 16:07:21 -07:00
Alexander Rose
7015607244
tweaks
2024-08-17 16:05:44 -07:00
Alexander Rose
7ff37d7dcc
Merge pull request #1228 from JonStargaryen/master
...
Support for AlphaFold DB BinaryCIF files and 4-character PDB-Dev IDs
2024-08-17 15:52:59 -07:00
Sebastian Bittrich
3abc2da106
cl
2024-08-16 14:32:50 -07:00
Sebastian Bittrich
f9c498177a
PDB-Dev: support 4-char PDB ID
2024-08-16 14:31:37 -07:00
Sebastian Bittrich
872c6483be
AFDB: bcif support
2024-08-16 13:55:10 -07:00
Sebastian Bittrich
53288e4e9d
typo
2024-08-16 13:27:59 -07:00
giagitom
d6b045594c
Round cap fixes
2024-08-14 15:04:29 +02:00
giagitom
aa86111de7
Merge branch 'master' of https://github.com/molstar/molstar into tubular-alpha-helices-round-cap
2024-08-12 10:18:27 +02:00
Alexander Rose
040473388e
wrap screenshot & image generation in a Task
2024-08-10 15:38:44 -07:00
Alexander Rose
f474615729
typo
2024-08-10 15:37:06 -07:00
Alexander Rose
92559e456e
passes refactor
2024-08-10 15:35:44 -07:00
Alexander Rose
b2434ea0d0
Merge pull request #1220 from molstar/bond-visibility
...
Avoid calculating bonds for water units when `ignoreHydrogens` is on
2024-08-10 12:38:27 -07:00
Alexander Rose
6cf0ce5574
Merge branch 'master' into bond-visibility
2024-08-10 12:38:20 -07:00
Alexander Rose
518a40f0ba
defer sphere3d cloning
2024-08-10 12:36:42 -07:00
Alexander Rose
387e87bfda
Merge pull request #1222 from molstar/entity-id-multi-model
...
Improve entity-id coloring for structures with multiple models from the same source
2024-08-10 12:03:44 -07:00
Alexander Rose
4fac2a5cd6
fix changelog dates
2024-08-10 12:01:42 -07:00
Alexander Rose
f5f3ea84d4
Improve entity-id coloring for structures with multiple models from the same source
2024-08-03 12:51:45 -07:00
Alexander Rose
4b3d470dde
Avoid calculating bonds for water units when ignoreHydrogens is on
...
- Add `Water` trait to `Unit`
- Remove unsued code from `Structure.ofModel`
- Try reuse boundary in element-cross visual
2024-08-03 12:00:27 -07:00
Alexander Rose
8513a44e8c
Improved prmtop format support (CTITLE, %COMMENT)
2024-08-03 11:53:22 -07:00
Alexander Rose
84b54d97df
Fix missing Sequence UI update on state object removal
2024-08-03 11:49:09 -07:00
Alexander Rose
34606f258e
tweak objectForEach type
2024-08-03 11:47:08 -07:00
Alexander Rose
2c10dd46a0
4.5.0
2024-07-28 17:34:12 -07:00
Alexander Rose
d4c80fc995
changelog
2024-07-28 17:30:50 -07:00
Alexander Rose
e1c00f65a5
package updates
2024-07-28 17:29:36 -07:00
Alexander Rose
012bc9e8e8
Merge pull request #1209 from molstar/fix-traj-color-update
...
ensure color-theme gets correctly updated
2024-07-28 17:27:00 -07:00
Alexander Rose
a99083107c
Merge pull request #1207 from giagitom/separed-postprocessing-passes
...
Separed postprocessing passes
2024-07-28 17:23:15 -07:00
Alexander Rose
7e93bb0dda
update filter in schema
2024-07-28 17:20:44 -07:00
giagitom
9735cce043
Merge branch 'master' of https://github.com/molstar/molstar into separed-postprocessing-passes
2024-07-28 12:53:06 +02:00
Alexander Rose
78e1d76f5e
Merge branch 'master' into fix-traj-color-update
2024-07-25 22:14:54 -07:00
Alexander Rose
18b1492d54
schema update
...
- force missing auth_seq_id fields to be int
2024-07-25 22:13:10 -07:00
Alexander Rose
6116b2fea5
Merge pull request #1211 from molstar/ssao-filter
...
use texture linear filter for SSAO when available
2024-07-25 22:11:10 -07:00
Alexander Rose
6ef8fd2b64
handle missing theme updates
...
- Fix trajectory-index color-theme not always updated (#896 )
- Fix bond cylinders not updated on size-theme change with `adjustCylinderLength` enabled (#1215 )
2024-07-25 22:08:39 -07:00
giagitom
9319805d36
Fix textue size not updating correctly
2024-07-24 11:58:21 +02:00
Alexander Rose
5027ad37d7
use texture linear filter for SSAO when available
2024-07-22 20:55:02 -07:00
Alexander Rose
70bd0c25c4
schema update
...
- add struct_mon_prot_cis mmcif category
2024-07-22 20:52:50 -07:00
Alexander Rose
1a5c7f5437
cleanup
2024-07-21 14:18:35 -07:00
Alexander Rose
4a9505c334
Merge branch 'master' of https://github.com/molstar/molstar into fix-traj-color-update
2024-07-20 13:40:41 -07:00
Alexander Rose
b43ec9ed45
Merge branch 'master' of https://github.com/molstar/molstar
2024-07-20 13:37:46 -07:00
Alexander Rose
eb9c6d542b
package updates
2024-07-20 13:37:44 -07:00
Alexander Rose
2ec0911821
Merge pull request #1201 from rjdirisio/further-sass-syntax-fixes
...
Continue fixing syntax for Sass deprecation of special semantics
2024-07-20 13:31:28 -07:00
Alexander Rose
bbb34c8a27
ensure color-theme gets correctly updated
...
- fixes trajectory-index color-theme (#896 )
2024-07-20 13:30:26 -07:00
giagitom
1bcb8d6486
Merge remote-tracking branch 'upstream/master' into separed-postprocessing-passes
2024-07-17 16:29:31 +02:00
giagitom
630b5ca203
Separated postprocessing passes
2024-07-17 16:16:53 +02:00
Alexander Rose
5b2ed784e1
Merge pull request #1204 from corredD/patch-1
...
Update states.tsx docs url
2024-07-16 21:02:18 -07:00
Alexander Rose
11c9a83ee7
Merge pull request #1205 from corredD/ME_fix_loadUrl
...
Load URL now behave like drag/drop.
2024-07-16 21:00:39 -07:00
ludovic autin
2d1b61647a
Load URL now behave like drag/drop. Fix some error loading state snapshot tours
2024-07-16 11:46:25 -07:00
ludovic autin
fa3797a738
Update states.tsx docs url
2024-07-16 10:40:43 -07:00
Alexander Rose
fc60c0c980
Merge pull request #1191 from bergwerf/aromatic_links
...
Add unadjusted position for aromatic link dashes
2024-07-14 10:42:34 -07:00
Alexander Rose
372ca20980
simplify render-structure-grid test
2024-07-14 10:35:35 -07:00
Alexander Rose
b0aad9f1ff
add missing adjust arg
2024-07-14 10:15:35 -07:00
Alexander Rose
40e45adbb0
Merge branch 'master' of https://github.com/molstar/molstar into pr/bergwerf/1191
2024-07-14 10:05:40 -07:00
Alexander Rose
5b43a2cee9
me ui header tweaks
2024-07-14 10:03:10 -07:00
Alexander Rose
a319a0daa8
update me deploy path
2024-07-13 18:44:19 -07:00
Alexander Rose
79f812d0e1
update me deploy path
2024-07-13 18:01:34 -07:00
Ryan DiRisio
45611a25a5
Continue fixing syntax
2024-07-12 12:25:57 -04:00
Ryan DiRisio
77be659915
Update misc.scss msp-no-webgl syntax to be in line with latest sass requirements ( #1199 )
...
* wrap args in ampersand for msp-no-webgl
* update changelog
---------
Co-authored-by: Ryan DiRisio <rdirisio@treeline.bio >
2024-07-12 16:54:40 +02:00
Herman Bergwerf
5986250ed9
Make Trackball spin in radians per second ( #1193 )
...
* Make Trackball spin in radians per second.
* Add line to changelog.
2024-07-08 18:03:02 +02:00
Herman Bergwerf
8156c672b0
Fix formatting.
2024-07-08 15:59:59 +02:00
Herman Bergwerf
a443512102
Merge branch 'master' into aromatic_links
2024-07-08 15:52:14 +02:00
Herman Bergwerf
4b921319a8
Improve pinch event ( #1192 )
...
* Improve pinch event.
* Apply feedback.
* Update changelog and headers.
* Add me to contributers.
2024-07-08 15:39:00 +02:00
Herman Bergwerf
6329820a87
Add line to changelog.
2024-07-08 15:14:26 +02:00
Herman Bergwerf
91e4b0c3d6
Add me to file headers.
2024-07-08 15:11:53 +02:00
Herman Bergwerf
7666617857
Alter LinkBuilderProps.position signature.
2024-07-08 15:10:04 +02:00
Herman Bergwerf
19be1090b3
Add unadjusted position for aromatic link dashes.
2024-07-07 16:39:38 +02:00
Alexander Rose
354438052e
Merge pull request #1176 from papillot/hbonds_with_explicit_hydrogens
...
Take into account explicit hydrogens when creating and representing Hydrogen bonds (regular and weak)
2024-07-06 12:03:05 -07:00
Alexander Rose
b72444b213
Merge branch 'master' of https://github.com/molstar/molstar into pr/papillot/1176
2024-07-06 11:55:51 -07:00
Alexander Rose
179078f45c
remove unused postprocessing code ( #1189 )
2024-07-06 11:48:53 -07:00
Alexander Rose
1dbc23fe91
dof fixes
...
- handle pixel ratios =! 1
- ensure transparent depths is available
2024-07-06 11:29:31 -07:00
Paul Pillot
ff4dec9fea
code styling, typos
2024-07-01 09:43:10 +02:00
Paul Pillot
6ea51c07b4
update changelog, author information
2024-07-01 09:32:11 +02:00
Paul Pillot
f4cebb9195
manage weak hydrogen bonds position
...
Previous code was filtering on `polar` hydrogens when looking for an anchorage.
This was not necessary as an acceptor for a regular HBond has only polar hydrogens.
It was removed to make the same code compliant with weak C-H bonds.
2024-07-01 09:27:46 +02:00
Paul Pillot
cbe5f0dc7c
Add ignoreHydrogens parameter to geometry options
...
This is different from the "Hydrogens: Show All/Hide All/Only Polar" as it is used for filtering out which contacts are represented, while the latter is used to control the display (point to the heavy atoms when H are hidden).
In other words, by considering the H atoms in the geometric constraints, some candidate H bonds are discarded (e.g. because the donor does not have H atoms in the right orientation), while the visibility of hydrogens parameters will still show the same number of hydrogen bonds, just not pointing to the same atoms.
2024-07-01 09:27:46 +02:00
Paul Pillot
0ac8b565b5
Use explicit hydrogens to calculate angles
...
Donor: at least one hydrogen on the donor must be within the donor angle deviation towards the acceptor (angle H-X-A < 45º)
Acceptor: use the closest H on the donor to compute the angles. Ensure that every H atom on the acceptor complies with the ideal angle (no bonded atom from acceptor should be in the way).
2024-07-01 09:27:46 +02:00
Paul Pillot
4f38d4d943
relocate hbond on hydrogens from donors only
...
This avoids hbonds between 2 hydrogen atoms
2024-07-01 09:27:46 +02:00
Alexander Rose
0af84eb6b5
4.4.1
2024-06-30 15:53:58 -07:00
Alexander Rose
aa2d19478b
changelog
2024-06-30 15:51:28 -07:00
Alexander Rose
e035b834a6
update package-lock
2024-06-30 15:43:34 -07:00
Alexander Rose
2b2dfd9245
4.4.0
2024-06-30 15:35:36 -07:00
Alexander Rose
678790efa3
changelog
2024-06-30 15:32:59 -07:00
Alexander Rose
a121c5e2cd
fix missing unit.kind check
2024-06-30 13:31:09 -07:00
Alexander Rose
47b242244e
schema updates
2024-06-30 13:25:30 -07:00
Alexander Rose
2b9d3fd33a
packge updates
2024-06-30 13:25:18 -07:00
Alexander Rose
81404036a2
Merge pull request #1182 from corredD/driver_tour
...
Mesoscale Explorer Driver tour
2024-06-30 13:15:40 -07:00
Alexander Rose
e2dc15cf0f
cleanup, fixes & changelog
2024-06-30 13:14:58 -07:00
Ludovic Autin
365a91879f
clean up
2024-06-30 10:10:06 -07:00
Ludovic Autin
e47e0eb51a
Merge branch 'master' into driver_tour
2024-06-30 10:02:31 -07:00
Alexander Rose
390046e38f
Merge pull request #1184 from JonStargaryen/master
...
Remove support for density data from edmaps.rcsb.org
2024-06-29 22:27:01 -07:00
Sebastian Bittrich
b8eb5191a2
rm support for edmaps.rcsb.org, closes #1127
2024-06-28 11:16:53 -07:00
ludovic autin
4cc416ca28
driver is in the extra folder of molstar.github.io
2024-06-27 11:38:30 -07:00
ludovic autin
f4b2458390
Merge branch 'master' into driver_tour
2024-06-27 10:02:39 -07:00
David Sehnal
1cad6eef74
doNotDisposeCanvas3DContext option in PluginContext.dispose ( #1180 )
...
* doNotDisposeCanvas3DContext option in PluginContext
* header
2024-06-27 15:45:05 +02:00
Alexander Rose
2923be6006
Merge pull request #1175 from corredD/list_tours
...
file holdng the molx available tour.
2024-06-26 21:26:14 -07:00
ludovic autin
70959641a1
Merge branch 'master' into driver_tour
...
# Conflicts:
# src/apps/mesoscale-explorer/ui/panels.tsx
# src/apps/mesoscale-explorer/ui/states.tsx
2024-06-26 10:35:43 -07:00
ludovic autin
051608f56c
file holdng the molx available tour.
2024-06-24 13:13:32 -07:00
Alexander Rose
71c1a4e85b
Merge pull request #1167 from corredD/ME_quick_style
...
Mesoscale Explorer Quick Style
2024-06-23 22:30:13 -07:00
Alexander Rose
ba06c9e413
changelog
2024-06-23 22:29:23 -07:00
Ludovic Autin
8e4dfd1ffd
default collapsed for structure measurement like the quickstyle.
2024-06-23 17:59:53 -07:00
Ludovic Autin
fac8aa529f
spelling + shiny style
2024-06-23 17:51:57 -07:00
Ludovic Autin
d35b4b5e62
Merge branch 'master' into ME_quick_style
2024-06-23 17:13:38 -07:00
Alexander Rose
dd1789478b
Merge pull request #1161 from corredD/me_snapshot_descrption
...
Mesoscale Explorer Snapshot Description
2024-06-23 17:01:33 -07:00
Alexander Rose
af27a00a01
changelog
2024-06-23 17:00:55 -07:00
Ludovic Autin
17cea8f99c
not sure why this changes was not in the merge.
2024-06-23 16:14:14 -07:00
Ludovic Autin
4f6d5a7dc7
Merge branch 'master' into me_snapshot_descrption
...
# Conflicts:
# src/apps/mesoscale-explorer/ui/panels.tsx
use custom snapshotDescription
2024-06-23 16:08:23 -07:00
ludovic autin
857972653e
Merge branch 'molstar:master' into ME_quick_style
2024-06-23 15:47:32 -07:00
Alexander Rose
98ff0f5c55
Merge pull request #1169 from molstar/customize-snapshot-desc
...
Ability to customize snapshot description component
2024-06-23 15:20:13 -07:00
Alexander Rose
43803a91ea
Merge pull request #1170 from molstar/cel-shading-artifacts
...
cel-shading artifacts
2024-06-23 15:19:13 -07:00
Alexander Rose
8a1bab8bcb
Merge pull request #1171 from giagitom/clean_solidInterior_transparent_cylinders
...
Clean solid interior transparent cylinders
2024-06-23 15:18:55 -07:00
Ludovic Autin
17a47faaff
Merge branch 'master' into ME_quick_style2
...
# Conflicts:
# src/apps/mesoscale-explorer/ui/panels.tsx
2024-06-23 15:10:14 -07:00
Ludovic Autin
f793167e91
cleanup, fix cel-shading spelling
2024-06-23 15:06:16 -07:00
giagitom
d1c2c8e837
Updated headers and changelog
2024-06-23 23:42:27 +02:00
giagitom
5d7ef8196e
Merge branch 'master' of https://github.com/molstar/molstar into clean_solidInterior_transparent_cylinders
2024-06-23 23:39:21 +02:00
giagitom
e0715cbf5c
clean solidInterior transparent cylinders
2024-06-23 23:33:11 +02:00
Alexander Rose
1af8522de3
cel-shading artifacts
...
- clamp metalness & roughness to look better
2024-06-23 14:30:53 -07:00
Alexander Rose
c6becd5741
Merge pull request #1166 from corredD/ME_select_behavior
...
Mesoscale Explorer mouse select behavior
2024-06-23 14:06:58 -07:00
Alexander Rose
0ca368f29f
changelog
2024-06-23 14:06:45 -07:00
Alexander Rose
5039a448ad
cleanup
2024-06-23 13:44:23 -07:00
Ludovic Autin
9ef38f02c9
code fix, and make sure style stay when changing color scheme in the tree.
2024-06-23 10:41:00 -07:00
dsehnal
66f4ff1140
fix types
2024-06-23 18:48:25 +02:00
dsehnal
cc077656a9
ability to customize snapshot description component
2024-06-23 18:30:31 +02:00
Ludovic Autin
3ef1a2ec0a
remove gamma, and use exposure instead. Expose renderer/trackball advance settings in left panel.
...
only expose couple of quick-style.
2024-06-22 13:04:31 -07:00
ludovic autin
144bf6954e
apply gamma only if > 1
2024-06-21 11:39:40 -07:00
ludovic autin
50e5538148
- Fixed shadow fallof
...
- Add Gamma effect
- Quick Style UI default / illustrative cell shading / DOF plastic
2024-06-21 11:32:13 -07:00
ludovic autin
efe95f92c7
also added the StructureMeasurementsControls in the right panel below the selection.
2024-06-21 10:16:06 -07:00
ludovic autin
09f858a755
mouse left click on label with snapsot key load the snapshot. mouse hover label with protein name highlight entities with the same name
2024-06-21 09:48:51 -07:00
ludovic autin
e7082d4ccc
focusinfo and other ID
2024-06-19 10:44:19 -07:00
ludovic autin
732a8f4bd0
Merge branch 'master' into driver_tour
...
# Conflicts:
# src/apps/mesoscale-explorer/ui/entities.tsx
# src/apps/mesoscale-explorer/ui/panels.tsx
2024-06-19 10:00:32 -07:00
ludovic autin
82ca06b29e
use MesoMarkdownAnchor for the focusInfo
2024-06-19 09:26:01 -07:00
ludovic autin
a05429f13f
Merge branch 'master' into me_snapshot_descrption
...
# Conflicts:
# src/apps/mesoscale-explorer/data/state.ts
# src/apps/mesoscale-explorer/ui/entities.tsx
# src/apps/mesoscale-explorer/ui/panels.tsx
2024-06-19 09:21:29 -07:00
Alexander Rose
377de7ad40
Merge pull request #1118 from giagitom/quantized-light
...
Add quantized lighting option
2024-06-18 21:50:48 -07:00
Alexander Rose
74f4d00c8d
changelog
2024-06-18 21:50:21 -07:00
Alexander Rose
be3825372e
lint fix
2024-06-18 21:47:12 -07:00
Alexander Rose
d62c5c9050
Merge pull request #1157 from corredD/me_selection_description
...
Mesoscale explorer entities selection description
2024-06-18 21:45:21 -07:00
ludovic autin
9ba5112beb
revert base css class, create the custom css class in me app style.css .msp-snapshot-description-me
2024-06-17 10:15:16 -07:00
ludovic autin
048658ee39
min,max text size
2024-06-17 09:50:42 -07:00
ludovic autin
2918081dd9
Merge branch 'master' into me_selection_description
2024-06-17 09:43:03 -07:00
ludovic autin
1a67868c07
Merge branch 'master' into me_snapshot_descrption
2024-06-17 09:42:35 -07:00
Alexander Rose
525dfaddd2
add cel-shading
...
- celShaded geometry parameter
- celSteps renderer parameter
2024-06-16 12:45:06 -07:00
Alexander Rose
8aa12c0d31
Merge branch 'master' of https://github.com/molstar/molstar into pr/giagitom/1118
2024-06-15 14:25:47 -07:00
Alexander Rose
8cb464a686
Merge pull request #1159 from molstar/plddt-bfactor
...
support reading score from B-factor in pLDDT color theme
2024-06-15 14:24:09 -07:00
Alexander Rose
e0371d7e32
Update src/extensions/model-archive/quality-assessment/color/plddt.ts
...
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
2024-06-15 14:22:43 -07:00
Ludovic Autin
e7da6bc194
duplicate preventDefault, rename function
2024-06-15 10:32:14 -07:00
ludovic autin
933869b5e1
Update src/apps/mesoscale-explorer/ui/entities.tsx
...
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
2024-06-15 10:21:19 -07:00
Ludovic Autin
5d6adc46fe
simplify get info(). fix import
2024-06-15 10:08:00 -07:00
ludovic autin
b8a98efcaf
Update src/apps/mesoscale-explorer/ui/entities.tsx
...
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
2024-06-15 10:03:58 -07:00
ludovic autin
53b358f70a
Update src/apps/mesoscale-explorer/ui/entities.tsx
...
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
2024-06-15 10:03:34 -07:00
ludovic autin
bce9e5b0ad
Update src/apps/mesoscale-explorer/data/mmcif/model.ts
...
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
2024-06-15 10:03:06 -07:00
ludovic autin
cf7f9d6aba
lint
2024-06-14 11:05:02 -07:00
ludovic autin
6af1bc5def
snapshot description customized component to support more advanced markdown command for highlighting and selection
2024-06-14 10:57:00 -07:00
ludovic autin
936808e271
using driver.js 1.3.1 design an introductory tour of the user interface.
2024-06-14 10:30:54 -07:00
ludovic autin
8b985d0424
rename the descriptino holder; separate from the selection UIComponent and create its own component. Change its position to below the tree.
2024-06-14 09:40:05 -07:00
ludovic autin
b290cf121a
Merge branch 'master' into me_selection_description
2024-06-14 08:57:30 -07:00
Alexander Rose
89df6cec42
support reading score from B-factor in pLDDT color theme
2024-06-13 23:28:14 -07:00
Alexander Rose
fc5fc7fcdb
Merge pull request #1134 from molstar/occlusion-fixes
...
fixes for SSAO edge artifacts
2024-06-13 23:22:17 -07:00
Alexander Rose
a1de5bb304
Merge branch 'master' of https://github.com/molstar/molstar into occlusion-fixes
2024-06-13 23:17:14 -07:00
Alexander Rose
25c8a41e91
selection description tweaks
2024-06-13 22:54:34 -07:00
ludovic autin
959249b572
added getCellDescription to generate the markdown for the given cell. For mmCIF files use the entity row info to genereate a description.
2024-06-13 11:16:55 -07:00
Alexander Rose
44610b8b1a
update cif schema
2024-06-12 21:50:49 -07:00
Alexander Rose
4070453209
Merge branch 'master' of https://github.com/molstar/molstar into pr/corredD/1157
2024-06-12 21:48:10 -07:00
Alexander Rose
cf2193f4fc
Merge pull request #1156 from corredD/me_camera_behavior
...
mesoscale explorer centerOnly behavior
2024-06-12 21:41:46 -07:00
Alexander Rose
bfc0a3d1fe
changelog
2024-06-12 21:41:28 -07:00
Alexander Rose
53a2155d8c
Merge branch 'master' of https://github.com/molstar/molstar into pr/corredD/1156
2024-06-12 21:40:04 -07:00
Alexander Rose
f22121521b
Merge pull request #1152 from corredD/me_illustrative
...
enable illustrative color scheme in the tree
2024-06-12 19:52:20 -07:00
Alexander Rose
755655d067
add illustrative coloring option
2024-06-12 19:45:53 -07:00
ludovic autin
41ab186fd2
ME - entities can have description text retriev in the file in the entity field or in the manifest. The descripion appear for the current selection in the left panel and in the tips when mouse hove in the viewport. The markdown will use the same handling as the Snapshot description defined in the me_ui_label PR.
2024-06-12 12:37:35 -07:00
ludovic autin
9039c653cb
centerOnly toggle is actually used. Its is exposed as a Key toggle 'c'. How can we expose all the MesoFocusLociProps in the UI ? So that user can easily toggle the centerOnly and change the transition duration...
2024-06-12 11:00:44 -07:00
ludovic autin
dde3f4ecff
Merge branch 'master' into me_illustrative
2024-06-12 09:39:31 -07:00
ludovic autin
64cd05cc14
hide toggle in custom type
2024-06-11 10:24:18 -07:00
David Sehnal
593e8f4993
Improve camera interpolation ( #1153 )
...
* improve camera interpolation
* typos
2024-06-11 14:19:19 +02:00
ludovic autin
d2d9eb622f
preset illustrative: false,
2024-06-10 10:11:27 -07:00
ludovic autin
ce9883517f
illustrative scheme as a boolean.
2024-06-10 09:56:15 -07:00
Ludovic Autin
bc2afe1d68
Merge commit '5a2ee03b48e1822c8843d65eb18d578af0579b9f' into me_illustrative
2024-06-08 09:09:23 -07:00
Alexander Rose
5a2ee03b48
lint fix
2024-06-07 22:38:26 -07:00
ludovic autin
2d86c76788
no multispace
2024-06-07 16:56:51 -07:00
ludovic autin
7f8995a4d8
"
2024-06-07 16:50:01 -07:00
ludovic autin
64ab8bf78d
enable illustrative color scheme in the tree
2024-06-07 16:44:29 -07:00
Alexander Rose
bf9663e177
handle near clip in ssao-blur
2024-06-06 23:09:02 -07:00
David Sehnal
fb729446e2
Adjust quick styles panel ( #1143 )
...
* adjust quick styles panel
* header
* Update src/mol-plugin-ui/structure/quick-styles.tsx
Co-authored-by: Paul Pillot <116235895+papillot@users.noreply.github.com >
---------
Co-authored-by: Paul Pillot <116235895+papillot@users.noreply.github.com >
2024-06-05 08:56:37 +02:00
Neli Fonseca
3e4082bf6e
Decompress gzip volume ( #1146 )
...
* Created DecompressGzip transformer to render map.gz volumes correctly
* Updated changelog
* Update src/apps/viewer/app.ts
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
* Update src/apps/viewer/app.ts
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
* Update src/mol-plugin-state/transforms/data.ts
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
* Fixes bug and updated changelog
* Update src/apps/viewer/app.ts
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
* Update src/apps/viewer/app.ts
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
* Update src/apps/viewer/app.ts
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
* Update src/apps/viewer/app.ts
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
* Handle deflateData into string
* Update src/apps/viewer/app.ts
* Update src/mol-plugin-state/transforms/data.ts
---------
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
2024-06-04 12:14:49 +02:00
dsehnal
5af6a3e967
4.3.0
2024-05-26 09:18:19 +02:00
dsehnal
e718835042
lint ignore
2024-05-26 09:15:18 +02:00
dsehnal
70f0804e26
changelog
2024-05-26 09:07:40 +02:00
ludovic autin
e613a90754
await the the snapshot setting to avoid rendering while applying snap… ( #1140 )
...
* await the the snapshot setting to avoid rendering while applying snapshot. Request : export animation should take in account the trackball controller of 'rock' or 'spin' as well.
* add the updateController option when renderiing snapshot, camera rock and spin are thus taking into account
* forgot a file
* update the canvas3d using the current snapshot to allow camera rock and spin animation rendering
* changelog
2024-05-22 19:29:58 +02:00
David Sehnal
dca6affc84
fix RMSD minification bug ( #1138 )
...
* fix RMSD minification bug
* changelog
2024-05-21 14:23:21 +02:00
Alexander Rose
af33516107
fix date
2024-05-16 23:49:26 -07:00
Alexander Rose
7148c7197b
fixes for SSAO edge artifacts
...
- add `reuseOcclusion` parameter to multi-sample pass
- add `blurBias` parameter to occlusion pass
2024-05-16 23:48:57 -07:00
giagitom
d2192d609a
Fix initial and final caps
2024-05-15 15:58:22 +02:00
Gianluca Tomasello
46ad8f495f
Merge branch 'master' into tubular-alpha-helices-round-cap
2024-05-14 19:22:20 +02:00
giagitom
65b2b69a64
Smooth normals
2024-05-14 19:20:36 +02:00
Gianluca Tomasello
0d9d173ef4
Merge branch 'master' into quantized-light
2024-05-13 21:02:21 +02:00
giagitom
6eaf8e1911
Adding tweaks
2024-05-13 20:59:42 +02:00
Alexander Rose
b11e24cd06
Merge pull request #1103 from corredD/dof
...
DOF shader
2024-05-12 17:31:46 -07:00
Alexander Rose
1a1bce8193
Merge branch 'master' into dof
2024-05-12 17:25:57 -07:00
Alexander Rose
b67f7271fc
changelog & docs
2024-05-11 15:12:06 -07:00
Alexander Rose
837b838766
cleanup DofPass.update & fix webgl1 support
2024-05-11 15:04:42 -07:00
Alexander Rose
7dd42421e2
changelog
2024-05-11 14:50:47 -07:00
Alexander Rose
258dc637fc
fix input/output & support transparency
2024-05-11 14:49:27 -07:00
Alexander Rose
d6c594395c
make 'camera-target' the default
2024-05-11 14:49:22 -07:00
Alexander Rose
746173fe33
undo changes to shadow shader
2024-05-11 14:47:45 -07:00
Alexander Rose
e9de12e6a2
improve Timer.clear
2024-05-11 13:33:27 -07:00
ludovic autin
3bfebceaea
Merge branch 'molstar:master' into dof
2024-05-10 09:37:59 -07:00
Dušan Veľký
443fc9c60c
Tunnels extension ( #1105 )
...
* create algorithm
* create props
* create representation
* add examples
* add providers to index
* updated tunnel props
* updated tunnel transformers
* add interpolation and sampleRate
* rename tunnel example
* update examples
* add headers
* add author to contributors
* fix runVisualizeTunnel example
* add docs for tunnels extension
* create action to download tunnels
* add download tunnels to viewer
* fix description for shape provider
* update docs
* rename props to data-model
* rename transformers
* add headers
* add url to PluginConfig
* fix ChannelsDB type
* reimplement interpolation
* fix geometry condition
* remove fillFactor
* rename projectTunnel to index
* fix samplingRate
* remove fillFactor
* rename loci to highlight_label
* fix functions args
* create preset for structure tunnels
* rename ids
* change preset to show all tunnels
---------
Co-authored-by: Dušan Veľký <velky.dusko@gmail.com >
2024-05-08 15:37:59 +02:00
giagitom
3220ab6118
Add round caps on tubular alpha helices
2024-05-07 17:04:18 +02:00
giagitom
5c882f1aa5
Added author in headers
2024-05-06 16:19:43 +02:00
giagitom
2320518b87
Add quantized lighting option
2024-05-06 14:58:42 +02:00
Ludovic Autin
2124bead5e
change header date and authors. Reduce the blurring at the edge of the inFocus area.
2024-05-05 16:47:47 -07:00
Ludovic Autin
a6077c7263
Merge branch 'master' into dof
...
# Conflicts:
# src/mol-canvas3d/passes/draw.ts
# src/mol-canvas3d/passes/postprocessing.ts
2024-05-05 10:12:31 -07:00
Alexander Rose
d98350cfb2
4.2.0
2024-05-04 18:52:14 -07:00
Alexander Rose
ae96b6cdac
changelog
2024-05-04 18:49:40 -07:00
Alexander Rose
7ba6f5bf4c
package updates
2024-05-04 18:49:03 -07:00
Alexander Rose
cede59c282
Merge pull request #1083 from molstar/emissive-bloom
...
Emissive & Bloom
2024-05-04 18:46:11 -07:00
Alexander Rose
87db52c339
Merge branch 'master' of https://github.com/molstar/molstar into emissive-bloom
2024-05-04 11:22:22 -07:00
Alexander Rose
b3d4500505
Merge pull request #1101 from midlik/load-mvs-keep-camera
...
Load mvs keep camera
2024-05-04 11:20:17 -07:00
Alexander Rose
2935f1340d
Merge branch 'master' into load-mvs-keep-camera
2024-05-04 11:20:02 -07:00
Alexander Rose
fda3481d15
fix bumpiness artifact with xrayShaded
2024-05-04 10:50:36 -07:00
Alexander Rose
24ad3c875a
handle identical sets cases in SetUTils
2024-05-04 10:48:27 -07:00
Alexander Rose
dd31c3041b
fix bloom & transparent background
...
- need to blur alpha channel
2024-05-04 10:45:34 -07:00
Alexander Rose
8f3a3dd2be
fix variable redeclaration
2024-05-04 10:43:56 -07:00
ludovic autin
6f478a3eb3
change default PPM, use colorTarget when no postprocessing is apply.
2024-05-01 09:31:53 -07:00
ludovic autin
a36c2feee4
clean up, pass center position transformed in view space
2024-05-01 08:37:22 -07:00
Ludovic Autin
a5e2946aa6
use scene center or camera target center, and blur in a plan parrallel to depth or in a sphere arround the center.
2024-05-01 00:03:57 -07:00
ludovic autin
00428254a8
work in progress using the camera target as the center of focus.
2024-04-30 14:15:58 -07:00
ludovic autin
53a57530c5
Merge branch 'master' into dof
2024-04-30 13:53:12 -07:00
Alexander Rose
d9d378b249
Merge pull request #1109 from molstar/bond-assignment-fixes
...
bond assignment fixes
2024-04-29 22:13:51 -07:00
Alexander Rose
98119787e9
Merge branch 'master' into bond-assignment-fixes
2024-04-29 22:13:42 -07:00
Alexander Rose
b00f650066
Merge pull request #1110 from molstar/fix-bumpiness-1107
...
fix bumpiness artifact
2024-04-29 22:12:45 -07:00
ludovic autin
5ee6bee130
use the distance to the visible boundingsphere center to specifiy the area in focus
2024-04-29 10:26:11 -07:00
ludovic autin
734b6001c2
Merge branch 'master' into dof
2024-04-29 09:15:09 -07:00
dsehnal
24e7456d6d
lint
2024-04-29 14:51:23 +02:00
Alexander Rose
0bb596e255
expand render-shape in tests/browser
...
- toggling spheres visibility
2024-04-28 18:29:15 -07:00
Alexander Rose
31a6eef1a4
expand render-shape in tests/browser
2024-04-28 18:22:13 -07:00
Alexander Rose
1deead40a5
schema updates
2024-04-28 14:38:06 -07:00
Alexander Rose
628f72903d
package updates
2024-04-28 14:37:42 -07:00
Alexander Rose
5d8a569aef
fix bumpiness artifact
2024-04-27 18:52:57 -07:00
Alexander Rose
9604b89ee0
workaround bloom artifacts
...
- getImageData: no undo of pre-multiplied alpha when bloom pass is disabled
2024-04-27 18:20:34 -07:00
Alexander Rose
4627d436a6
Merge branch 'master' of https://github.com/molstar/molstar into emissive-bloom
2024-04-27 15:37:46 -07:00
Alexander Rose
10cdd6a1f0
Merge pull request #1104 from molstar/ssao-artifacts
...
Fix SSAO artifacts (@corredD, #1082 )
2024-04-27 15:36:00 -07:00
Alexander Rose
db9cb955b0
bond assignment fixes
2024-04-27 12:44:09 -07:00
Adam Midlik
00ad11dd6b
MVS: camera positioning uses sceneRadiusFactor to avoid cropping
2024-04-26 16:18:46 +01:00
Ryan DiRisio
932b59d62c
return selectors for each StateTransform in each measurement ( #1087 )
...
* return selectors for each StateTransform in each measurement
* update changelog, modify file header, add name to contributors
* consistently name return selections and labels
---------
Co-authored-by: Ryan DiRisio <rdirisio@treeline.bio >
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
2024-04-25 16:10:21 +02:00
Alexander Rose
86b889d48b
Merge branch 'master' of https://github.com/molstar/molstar into emissive-bloom
2024-04-24 21:33:19 -07:00
Alexander Rose
9521d47b4e
Fix SSAO artifacts (@corredD, #1082 )
2024-04-24 21:13:19 -07:00
Alexander Rose
032cf3ad8b
typo
2024-04-24 20:48:54 -07:00
Alexander Rose
b39f9a772d
changelog
2024-04-24 20:39:51 -07:00
Alexander Rose
ebe727ba24
fix render-spheres example
...
- wrong step size in sphere geometry boundingSphere & groupmapping
- handle empty instanceGridin renderer & renderable
2024-04-24 20:38:29 -07:00
ludovic autin
e88c2df42f
add citation url
2024-04-24 15:39:35 -07:00
ludovic autin
79e6a4c95d
dof files
2024-04-24 15:27:59 -07:00
ludovic autin
2f56b9c491
DOF shader
2024-04-24 12:27:58 -07:00
Adam Midlik
b8551824bf
Add missing await
2024-04-23 17:08:06 +01:00
Adam Midlik
8340fc0a98
MVS: fixed aggressive clipping when setting camera
2024-04-23 17:00:50 +01:00
dsehnal
10a3f92697
update gha
2024-04-22 16:10:44 +02:00
David Sehnal
da9f5927d8
Merge docs from molstar/docs ( #1090 )
...
* merge docs
* tweak actions
2024-04-22 16:00:26 +02:00
Alexander Rose
990dac6f8d
handle xray-shaded in transparency check
2024-04-21 19:04:15 -07:00
Alexander Rose
1aa9c2fb22
disable emissive for transparency
2024-04-20 13:21:38 -07:00
Alexander Rose
77d5c71e61
fix bloom with transparent background
2024-04-20 13:20:13 -07:00
Adam Midlik
ae1d1a44f6
MVS: keepCamera parameter
2024-04-19 15:21:16 +01:00
Alexander Rose
904a409665
changelog
2024-04-14 16:32:53 -07:00
Alexander Rose
ab70536820
add emissive to mesoscale explorer
2024-04-14 16:16:05 -07:00
Alexander Rose
c9ef0171b4
add emissive to glb exporter
2024-04-14 16:15:57 -07:00
Alexander Rose
682b551b6e
add bloom postprocessing effect
2024-04-14 16:15:38 -07:00
Alexander Rose
49cd8f7904
add emissive material support
2024-04-14 16:15:09 -07:00
Alexander Rose
a9e1373203
Merge pull request #1075 from molstar/transparency-render-refactor
...
refactor transparency rendering
2024-04-06 10:29:59 -07:00
Alexander Rose
368fd3a1d5
changelog
2024-04-06 10:20:48 -07:00
Alexander Rose
51ba661e54
cleanup
2024-04-06 10:20:04 -07:00
Alexander Rose
eb86b83aa5
Merge branch 'master' of https://github.com/molstar/molstar into transparency-render-refactor
2024-04-06 10:15:34 -07:00
Alexander Rose
16d5299fbd
4.1.0
2024-03-31 23:01:57 -07:00
Alexander Rose
c85aa6f979
changelog
2024-03-31 22:59:43 -07:00
Alexander Rose
dfab137696
schema updates
2024-03-31 22:59:05 -07:00
Alexander Rose
629fc65b81
package updates
...
- fix types
- fix webpack browserify issue
2024-03-31 22:56:54 -07:00
Alexander Rose
f06064a0c6
Merge pull request #1072 from hui2000ji/master
...
Reproduce pymol's surface_ramp_above_mode=1
2024-03-31 22:25:30 -07:00
Alexander Rose
fa70a0e5eb
Merge branch 'master' into master
2024-03-31 22:20:44 -07:00
Alexander Rose
f1a2c5c4ee
doc tweaks
2024-03-31 22:19:46 -07:00
hui2000ji
169d6323ca
add Vec3.transformDirectionOffset; renam param in external-volume
2024-04-01 10:21:40 +08:00
Alexander Rose
c5b3db9960
refactor transparency rendering
...
- more uniform behavior for blended, wboit, dpoit
- fix issues with text & image geometry
2024-03-30 15:06:09 -07:00
Alexander Rose
fefed0a5f0
removed unused
2024-03-30 15:01:27 -07:00
Alexander Rose
d04311a989
fix type
2024-03-30 15:01:12 -07:00
Alexander Rose
0273df2c16
add rotation param to skybox
2024-03-30 08:19:16 -07:00
hui2000ji
05494953df
add "normal" property to position location; add "Above Mode" to external-volume
2024-03-29 11:57:53 +08:00
midlik
d6b79de86d
MVS docs reorganization ( #1073 )
2024-03-27 19:34:14 +01:00
hui2000ji
20327871a8
update mesh positionIt
2024-03-27 17:18:08 +08:00
Alexander Rose
dd0845038d
Merge pull request #1069 from molstar/transparency-fix
...
Fix transparency rendering fallback
2024-03-26 22:07:18 -07:00
Alexander Rose
d5d3977506
Merge branch 'master' into transparency-fix
2024-03-26 22:07:08 -07:00
Alexander Rose
1675e18f57
Merge pull request #1070 from molstar/ssao-sampler-fix
...
Fix SSAO broken when `OES_texture_float_linear` is unavailable
2024-03-24 15:36:02 -07:00
Alexander Rose
d8bfe78b30
Fix SSAO broken when OES_texture_float_linear is unavailable
2024-03-24 14:56:24 -07:00
Alexander Rose
589d3465ef
Merge pull request #1056 from pechersky/volume-transform
...
VolumeTransform to rotate a volume, like TransformStructureConformation
2024-03-24 10:14:11 -07:00
Alexander Rose
ebc63099b4
Merge branch 'master' into volume-transform
2024-03-24 10:13:57 -07:00
Alexander Rose
512a099a28
Fix transparency rendering fallback
2024-03-23 10:10:13 -07:00
midlik
d056bf3549
Fixed text rendering in headless mode ( #1068 )
...
* Fixed text rendering in headless mode
* lint
2024-03-21 06:46:46 +01:00
Alexander Rose
e2c929fa33
fix wrong width/height in InputObserver
2024-03-18 18:44:11 -07:00
David Sehnal
a619ae6687
BinaryCIF encoder fixes ( #1057 )
2024-03-04 17:10:02 +01:00
Yakov Pechersky
e40fc34a6f
move changes to unreleased section
2024-03-04 09:07:49 -05:00
Yakov Pechersky
2734377d0a
remove extra line
2024-03-01 15:51:03 -05:00
Yakov Pechersky
86575a7a15
Changelog
2024-03-01 15:50:09 -05:00
Yakov Pechersky
31227d2050
authors header
2024-03-01 15:50:03 -05:00
Yakov Pechersky
2e73a37de2
VolumeTransform to rotate a volume, like TransformStructureConformation
2024-03-01 15:27:37 -05:00
midlik
32c3ef0801
MVS: OpenApi schema in docs ( #1051 )
2024-02-19 18:04:06 +01:00
dsehnal
b70f2e073d
4.0.1
2024-02-19 12:56:41 +01:00
dsehnal
03b4aa1b33
changelog
2024-02-19 12:54:01 +01:00
Alexander Rose
0a4643ebe4
Revert "require WEBGL_depth_texture extension"
2024-02-17 11:26:55 -08:00
Alexander Rose
8dc3dae81e
revert renderbuffer removal
2024-02-17 11:24:29 -08:00
David Sehnal
a1e2b0e5ae
Bcif decoder fix ( #1048 )
...
* Fix bcif decoder
* update integerPackingSigned typing
* fix type fix
2024-02-14 18:23:22 +01:00
midlik
46af7d03bf
MVSX ( #1041 )
...
* MVSX format provider
* MVS: Integration examples
* MVS: drag-and-drop support for MVSX
* MVS: support for URL param mvs-format=mvsx
* MVS: docs for MVSX
* MVS: mvs-render supports MVSX
* Update README
2024-02-14 18:22:27 +01:00
Alexander Rose
60550cfea1
4.0.0
2024-02-04 15:51:28 -08:00
Alexander Rose
5de4569ad9
changelog
2024-02-04 15:49:04 -08:00
Alexander Rose
908fb0eba9
me: fix state loading
2024-02-03 10:53:25 -08:00
Alexander Rose
e7e191a907
Merge pull request #1019 from molstar/v4-dev
...
V4 dev
2024-02-03 10:26:26 -08:00
Alexander Rose
de46c82c78
add mesoscale-explorer to deploy script
2024-02-03 10:17:20 -08:00
Alexander Rose
d8f3ab767e
changelog
2024-02-03 10:08:46 -08:00
Alexander Rose
d34a9be20f
package updates
2024-02-03 10:08:34 -08:00
Alexander Rose
78628c217f
Merge branch 'master' of https://github.com/molstar/molstar into v4-dev
2024-02-03 10:06:11 -08:00
Alexander Rose
d29bf2eec2
3.45.0
2024-02-03 10:02:48 -08:00
Alexander Rose
5db60c2882
changelog
2024-02-03 10:00:17 -08:00
Alexander Rose
737846e093
schema updates
2024-02-03 09:59:52 -08:00
Alexander Rose
2ad551bdc7
package updates
2024-02-03 09:52:14 -08:00
Alexander Rose
46fa581f07
Merge pull request #1036 from russellp17/master
...
Move most headless context deps to optional peer dependencies and remove `@types/jpeg-js`
2024-02-03 09:43:27 -08:00
Alexander Rose
17dbe4b60e
make jpeg-js a dev and optional peer dependency
2024-02-03 09:35:20 -08:00
Russell Parker
aeaf2e799a
update changelog
2024-01-30 11:18:08 -05:00
Russell Parker
ef16b718c4
Move most headless context deps to optional peer deps and remove @types/jpeg-js
2024-01-30 11:17:54 -05:00
Alexander Rose
4b4f6d34a3
Merge branch 'master' of https://github.com/molstar/molstar into v4-dev
2024-01-29 22:52:55 -08:00
Alexander Rose
ab4130d42d
Merge pull request #1032 from molstar/interactive-snapshots
...
Interative labels & related changes
2024-01-29 22:52:05 -08:00
dsehnal
9e73de89fb
changelog
2024-01-28 05:32:17 +01:00
dsehnal
02cec6f8e6
support multiline PD.text and use markdown to render multi-line tooltips
2024-01-28 05:26:46 +01:00
dsehnal
e97a02473f
label snapshot key & tooltip support
2024-01-28 04:35:01 +01:00
Alexander Rose
827e75ce0e
Merge branch 'master' of https://github.com/molstar/molstar into v4-dev
2024-01-15 09:42:36 -08:00
Alexander Rose
22e5c9d65b
Merge pull request #800 from giagitom/2-colors-cylinders
...
Implementing 2 colors interpolation on impostor cylinders
2024-01-15 09:06:15 -08:00
Alexander Rose
10d9120d37
hide colorMode for cartoon repr
2024-01-13 11:38:45 -08:00
Alexander Rose
e6c20d35bd
Merge branch 'master' into 2-colors-cylinders
2024-01-13 10:19:54 -08:00
Alexander Rose
27bf66038d
location-iterator tweaks
...
- consolidate BondIterator.fromGroup/.fromStructure
- use options argument in PolymerLocationIterator.fromGroup
- remove 'any' type
2024-01-13 10:16:28 -08:00
Alexander Rose
3ce6d89521
color-mode docs
2024-01-13 10:14:06 -08:00
Alexander Rose
24608ac355
stricter param types
2024-01-13 10:13:11 -08:00
Alexander Rose
da034d9502
move cylinder color mixing to vertex shader
2024-01-13 10:11:13 -08:00
Alexander Rose
581673fb9b
Merge pull request #1022 from midlik/is-mvs-model-prop
...
check applicability of mvs repr/color 2
2024-01-10 22:11:37 -08:00
Adam Midlik
29cf97e6cf
Revert package-lock.json
2024-01-10 11:04:07 +00:00
Adam Midlik
f65773d654
MVS extension: MolViewSpec components are applicable only when the model has been loaded from MolViewSpec
2024-01-09 11:50:57 +00:00
giagitom
d11c8c166a
Fix
2024-01-07 19:55:06 +01:00
giagitom
ae6bd743a8
Fix nucleotide atomic bonds
2024-01-07 19:34:09 +01:00
giagitom
c1654574d0
Merge branch 'master' into 2-colors-cylinders
2024-01-07 19:09:36 +01:00
giagitom
6f506351cd
Merge branch 'master' of https://github.com/molstar/molstar
2024-01-07 19:06:01 +01:00
giagitom
db83b97ff9
Use only when necessary
2024-01-07 18:41:06 +01:00
Alexander Rose
5c818b35ad
remove rcsb prefix
2024-01-06 17:24:01 -08:00
Alexander Rose
b1ce20f5f5
4.0.0-beta.0
2024-01-06 10:27:59 -08:00
Alexander Rose
d1cbebf8a7
changelog & readme
2024-01-06 10:25:29 -08:00
Alexander Rose
c771cfef99
Merge pull request #1017 from molstar/mesoscale-explorer
...
Mesoscale explorer
2024-01-06 10:18:41 -08:00
Alexander Rose
6ee72d5e8c
changelog
2024-01-06 10:12:23 -08:00
Alexander Rose
b859b3c597
fix merge issues
2024-01-06 10:07:45 -08:00
Alexander Rose
8281909620
Merge branch 'v4-dev' of https://github.com/molstar/molstar into mesoscale-explorer
2024-01-06 09:54:20 -08:00
Alexander Rose
f3c30ae4b3
fix type
2024-01-06 09:44:29 -08:00
Alexander Rose
9ad53eb0d5
set minimal node.js version to 18
2024-01-06 09:33:27 -08:00
Alexander Rose
a15e9158b4
Merge pull request #1013 from molstar/assembly-symmetry
...
Generalize rcsb/assembly-symmetry/ extension
2024-01-06 09:28:22 -08:00
Alexander Rose
6bfedc038e
Merge branch 'v4-dev' of https://github.com/molstar/molstar into assembly-symmetry
2024-01-06 09:28:07 -08:00
Alexander Rose
966293994f
Merge branch 'v4-dev' of https://github.com/molstar/molstar into v4-dev
2024-01-06 09:26:22 -08:00
Alexander Rose
09f4c857de
Merge branch 'master' of https://github.com/molstar/molstar into v4-dev
2024-01-06 09:25:46 -08:00
Alexander Rose
e05bd5f0c5
3.44.0
2024-01-06 09:01:15 -08:00
Alexander Rose
a3cdc2844e
changelog
2024-01-06 08:58:31 -08:00
Alexander Rose
a51947637c
package updates
2024-01-06 08:58:15 -08:00
David Sehnal
72ee428f51
Update createPluginUI ( #1014 )
...
* update createPluginUI
* fix example
2024-01-06 14:34:27 +01:00
Alexander Rose
4fe203d3ea
Merge pull request #1015 from molstar/webgl-depth-rt
...
Require `WEBGL_depth_texture` webgl extension
2024-01-03 22:22:14 -08:00
Alexander Rose
2ec32641ee
remove renderbuffer use
2024-01-03 22:02:52 -08:00
Alexander Rose
8d5198f15c
require WEBGL_depth_texture extension
2024-01-03 18:26:24 -08:00
Alexander Rose
d5154c7391
Merge branch 'v4-dev' of https://github.com/molstar/molstar into assembly-symmetry
2024-01-02 15:19:31 -08:00
Alexander Rose
6ee750e6bd
Merge pull request #825 from molstar/immer-es6
...
Immer, es6 & beyond
2024-01-02 15:15:55 -08:00
Alexander Rose
ea8aa10704
Merge branch 'v4-dev' of https://github.com/molstar/molstar into immer-es6
2024-01-02 15:07:56 -08:00
Alexander Rose
19ba76a1f1
Generalize rcsb/assembly-symmetry/ extension
...
- Move to assembly-symmetry/
- Remove RCSB specific dependencies and prefixes
2024-01-02 14:04:56 -08:00
Alexander Rose
fc28046df4
cleanup
2024-01-02 12:55:44 -08:00
Alexander Rose
20f0416a8c
Merge branch 'v4-dev' of https://github.com/molstar/molstar into mesoscale-explorer
2024-01-02 12:52:47 -08:00
Alexander Rose
1298baf60d
typo
2024-01-02 12:41:55 -08:00
Alexander Rose
999b86ab81
Merge branch 'master' of https://github.com/molstar/molstar into v4-dev
2024-01-02 12:41:29 -08:00
Alexander Rose
75f2acd8eb
Merge pull request #1006 from molstar/lod-cull-hiz
...
culling & lod support
2024-01-02 12:40:36 -08:00
Alexander Rose
1541ba10f1
tweaks
2024-01-02 12:40:15 -08:00
Christian Domínguez
00ca25ffd7
Fixed drag and drop overlay on WebKit and Safari ( #1011 )
...
* Fixed drag and drop overlay on webkit/safari. Closes #1010
* Use dataTransfer.types when dataTransfer.items is not available/empty
* Updated package.json and header for contribution
2024-01-02 21:03:54 +01:00
giagitom
302e1c659f
Merge branch 'master' into 2-colors-cylinders
2023-12-26 16:43:09 +01:00
giagitom
8b4d987f94
Merge branch 'master' of https://github.com/molstar/molstar
2023-12-26 16:38:35 +01:00
Alexander Rose
c383012fd0
add stochstic/dithered transparency to fade LODs in and out
2023-12-25 12:24:29 -08:00
Alexander Rose
66b6ddc527
Merge branch 'v4-dev' of https://github.com/molstar/molstar into lod-cull-hiz
2023-12-25 12:16:17 -08:00
Alexander Rose
15d60c51a9
fix ArrayMapping calls
2023-12-25 12:16:00 -08:00
Alexander Rose
fe82cd4f2c
Merge branch 'v4-dev' of https://github.com/molstar/molstar into lod-cull-hiz
2023-12-25 12:08:13 -08:00
Alexander Rose
b3e792cbc3
Merge branch 'master' of https://github.com/molstar/molstar into v4-dev
2023-12-25 12:07:46 -08:00
Alexander Rose
2f0230dc84
avoid showing (and calculating) inter-unit bonds for huge structures
2023-12-25 12:03:14 -08:00
Alexander Rose
45522ad410
add LightbulbOnOutline and Serach icons
2023-12-25 11:54:00 -08:00
giagitom
3fe80fe61a
Merge branch 'master' of https://github.com/molstar/molstar
2023-12-22 00:24:16 +01:00
Gianluca Tomasello
ede1a8da07
Cartoon nucleic with sugar visual ( #727 )
...
* add handlers to MeshBuilder
* Add ring fill visual
* Add nucleotide ring bond visual
* Add nucleotide ring element visual
* Update cartoon representation
* Fix imports
* Smooth normals
* Lint fix
* Update headers and Changelog
* Fix sugar ring mid point
* rename ring -> atomic
* refactor shared nucleotide helpers
* thicknessFactor for nucleic ring/block/fill visuals
* changelog
---------
Co-authored-by: Alexander Rose <alexander.rose@weirdbyte.de >
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
2023-12-21 12:02:33 +01:00
Yakov Pechersky
0199afd5f3
Expose explicit bond orders from struct_conn in mmcif ( #999 )
...
* Expose explicit bond orders from struct_conn in mmcif
StructConn was referencing the wrong column name, it was using auth_seq_id instead of label_seq_id
The latter is mandatory by https://mmcif.wwpdb.org/dictionaries/mmcif_pdbx_v50.dic/Categories/struct_conn.html
This was causing no matches found during `getEntriesFromStructConn`
for building the bond lookup.
* update CHANGELOG and file headers
* Prefer auth_seq_id, fallback to label_seq_id
* case on presence instead of
* clarify changes in CHANGELOG
---------
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
2023-12-21 11:59:26 +01:00
midlik
f8bda3617f
Mvs extension - yet another pull request ( #1002 )
...
* MVS extension: support all X11 colors
* MVS extension: nicer validation messages for literal types
* MVS extension: no need to call HexColor in builder
* MVS extension: Support relative URIs
* MVS extension: docs
* MVS extension: docs - fix markdown
* MVS extension: docs
* MVS extension: docs for selectors
* MVS extension: docs for selectors
* Support for label rendering in HeadlessPluginContext
* MVS extension: CLI utils
* MVS extension: nicer component node labels
* MVS extension: labels applied in one node
* MVS extension: labels applied in one node - fixed label colors
* MVS extensions: removed unused params from "Custom Label"
---------
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
2023-12-21 11:58:10 +01:00
Sebastian Bittrich
bffd7d75e0
ModelServer SDF/MOL2 ligand export: fix atom indices for atoms not present in the CCD ( #1007 )
...
* ModelServer: fix atom indices upon additional hydrogen atoms
* cl
* ignore all non-CCD atoms
2023-12-21 11:54:54 +01:00
Alexander Rose
e1315b6642
culling & lod support
...
- Add culling support
- Cull per-object and per-instance
- Cull based on frustum and camera distance
- Add LOD support
- Visibility based on camera distance
- Special mode for spheres with automatic LOD levels
- Add occlusion culling (only WebGL2)
- Hi-Z pass
- Cull based on previous frame's Hi-Z buffer
2023-12-17 17:37:04 -08:00
Alexander Rose
205413e696
Merge branch 'v4-dev' of https://github.com/molstar/molstar into mesoscale-explorer
2023-12-17 17:03:15 -08:00
Alexander Rose
2c0a486531
Merge branch 'master' of https://github.com/molstar/molstar into v4-dev
2023-12-17 16:51:31 -08:00
Alexander Rose
90a4e019ac
remove offsetZ default from measurement label
2023-12-17 12:24:08 -08:00
Alexander Rose
640426ae16
me: wip, improve selection handling
2023-12-10 21:57:35 -08:00
Alexander Rose
d1e620eed1
me: support exact filter matches
2023-12-10 21:56:29 -08:00
Alexander Rose
1a2bad7c77
me: add animation export ui
2023-12-10 21:55:36 -08:00
Alexander Rose
b6e4d7721e
Merge branch 'v4-dev' of https://github.com/molstar/molstar into mesoscale-explorer
2023-12-09 10:23:48 -08:00
Alexander Rose
e5902d15e2
Merge branch 'v4-dev' of https://github.com/molstar/molstar into v4-dev
2023-12-09 10:22:38 -08:00
Alexander Rose
4e2b7b5ffc
Merge branch 'master' of https://github.com/molstar/molstar into v4-dev
2023-12-09 10:21:54 -08:00
Alexander Rose
bcbab9cb9d
Merge pull request #21 from arose/manifest
...
Manifest
2023-12-09 10:21:02 -08:00
Alexander Rose
9a4b0116eb
me: add selection-info panel
2023-12-09 10:20:02 -08:00
Alexander Rose
60d0de8d88
add search icon
2023-12-09 10:19:24 -08:00
Alexander Rose
6a520d2877
me: occlusion/culling tweaks
2023-12-09 10:18:55 -08:00
dsehnal
6edbae80db
Fix changelog date
2023-12-04 16:30:41 +01:00
dsehnal
aac0abed32
3.43.1
2023-12-04 16:28:02 +01:00
dsehnal
6805dd7947
Fix react-markdown dependency
2023-12-04 16:25:23 +01:00
Alexander Rose
6c9254f2b6
3.43.0
2023-12-02 13:25:52 -08:00
Alexander Rose
897d443873
changelog
2023-12-02 13:23:17 -08:00
Alexander Rose
f276ea2258
schema updates
2023-12-02 13:22:26 -08:00
Alexander Rose
58d735996e
type fix
2023-12-02 13:21:47 -08:00
Alexander Rose
72b66367f3
package updates
2023-12-02 13:21:35 -08:00
midlik
c592a3b93d
MVS extension - additional work ( #991 )
...
* MVS extension: deterministic transform refs, updated metadata structure
* Perf-test for `sortIfNeeded`
* MVS extension: README
* MVS extension: show loading errors in the Mol* console
* MVS extension: auto-fix rotation matrix imprecisions
* MVS extension: data format provider
* MVS extension: Updated README
* MVS extension: rename deletePrevious -> replaceExisting, default to false in "Load MVS Data" to allow loading multiple files
* Perf-test for sortIfNeeded uses Benchmark.js
2023-11-29 17:21:02 +01:00
giagitom
3e6d0c8c62
Merge branch 'master' of https://github.com/molstar/molstar
2023-11-26 21:38:09 +01:00
Alexander Rose
60ed853c02
Merge branch 'mesoscale-explorer' of https://github.com/arose/mesoscale-explorer into manifest
2023-11-26 09:57:21 -08:00
Alexander Rose
ba58b8e559
Merge branch 'v4-dev' of https://github.com/molstar/molstar into mesoscale-explorer
2023-11-26 09:56:50 -08:00
Alexander Rose
2c3d122820
Merge pull request #992 from molstar/canvas3dcontext-runtime-props
...
add Canvas3DContext runtime props
2023-11-26 09:51:16 -08:00
Alexander Rose
47f4b3a051
Merge branch 'v4-dev' into canvas3dcontext-runtime-props
2023-11-26 09:45:59 -08:00
Alexander Rose
daed91e1ea
simplify TransparencyMode to type
2023-11-26 09:43:19 -08:00
Alexander Rose
3d0b9c98e4
change default compile target to es2018
2023-11-25 22:28:15 -08:00
Alexander Rose
966e8e764f
add Canvas3DContext runtime props
...
- pixelScale, pickScale, transparency (blended, wboit, dpoit)
- replacing instantiation-time attribs
2023-11-25 22:09:40 -08:00
Alexander Rose
14441a4ee3
Merge branch 'master' of https://github.com/molstar/molstar into v4-dev
2023-11-25 17:07:10 -08:00
Alexander Rose
e773824fb5
improve disposal to aid GC
2023-11-25 17:06:53 -08:00
Alexander Rose
cc6a990b85
me: improve asset & app disposal
2023-11-25 16:55:05 -08:00
Alexander Rose
ffa7d66c66
improve disposal to aid GC
2023-11-25 16:25:35 -08:00
Alexander Rose
abc29ceefb
Merge branch 'mesoscale-explorer' of https://github.com/arose/mesoscale-explorer into manifest
2023-11-25 10:11:27 -08:00
Alexander Rose
e2f137a495
Merge branch 'v4-dev' of https://github.com/molstar/molstar into mesoscale-explorer
2023-11-25 10:11:00 -08:00
Alexander Rose
ebbe78fb1d
Merge branch 'master' of https://github.com/molstar/molstar into v4-dev
2023-11-25 10:07:41 -08:00
Alexander Rose
5d139b6db8
optimize LociSelectManager.selectOnly
...
- avoid superfluous loci set operations
2023-11-25 10:07:00 -08:00
Alexander Rose
8d5aad2be1
Merge pull request #986 from molstar/symop-memop
...
reduce memory usage of SymmetryOperator.ArrayMapping
2023-11-25 10:01:23 -08:00
Alexander Rose
e8601d3f5e
Merge branch 'symop-memop' of https://github.com/molstar/molstar into symop-memop
2023-11-25 09:49:29 -08:00
Alexander Rose
c63622677a
more ArrayMapping improvements
...
- add identity specialization
- reuse x/y/z methods
2023-11-25 09:49:26 -08:00
Alexander Rose
163cee6d66
me: move instance transforms out of params
2023-11-25 09:18:30 -08:00
Alexander Rose
cd1d2010da
me: dispose zip file asset after loading
2023-11-25 09:16:53 -08:00
Alexander Rose
8f0ab2fdf9
me: add transformer update methods
2023-11-25 09:14:24 -08:00
Alexander Rose
7dbc8ab4f1
optimize LociSelectManager.selectOnly
2023-11-24 23:23:56 -08:00
Alexander Rose
6a730a6ce7
Merge branch 'v4-dev' into symop-memop
2023-11-24 18:27:55 -08:00
Alexander Rose
ca606284b3
Merge branch 'master' of https://github.com/molstar/molstar into v4-dev
2023-11-24 18:18:13 -08:00
Alexander Rose
396c530e13
tweak array mapping & add perf test
2023-11-24 18:00:30 -08:00
Alexander Rose
4cc3072165
Merge branch 'master' of https://github.com/molstar/molstar into symop-memop
2023-11-24 15:50:12 -08:00
Alexander Rose
4598841ddc
add transforms & label params to ShapeFromPly
2023-11-24 15:41:38 -08:00
Alexander Rose
728414366d
fix tryGetCellData data check
2023-11-24 15:40:46 -08:00
Alexander Rose
1b7b38b47e
fix bump scaling with ignoreLight enabled
2023-11-24 15:39:24 -08:00
Alexander Rose
dd15b1ed29
me: expose pattern/bump params for shapes
2023-11-24 15:37:06 -08:00
Alexander Rose
446ea9173b
fix bump scaling with ignoreLight enabled
2023-11-24 14:53:30 -08:00
Alexander Rose
70f8515e51
me: add support for entities from ply files
2023-11-24 13:44:12 -08:00
Alexander Rose
90fac967f2
add transforms & label params to ShapeFromPly
2023-11-24 13:42:33 -08:00
Alexander Rose
1796dfd73a
me: guard against no assemblies
2023-11-24 13:24:58 -08:00
Alexander Rose
a73cb1648d
me: fix state loading
2023-11-24 13:22:24 -08:00
Alexander Rose
b715205a04
fix tryGetCellData
2023-11-24 13:08:09 -08:00
Yakov Pechersky
ef17cb2cca
Custom sequence viewer as a plugin spec ( #988 )
...
Factored out of #936
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
2023-11-24 14:39:22 +01:00
midlik
b7b52f5c7d
MVS extension ( #976 )
...
* Moved MVS extension from mol-view-spec repo
* Viewer supports URL params mvs-url, mvs-data, mvs-format
* Tests
* MVS sanity checks
* MVS extension: drag-and-drop support
* mvs-render try1
* Example CLI utility mvs-render
* Example CLI utility mvs-validate
* MVS extension: renaming
* MVS extension: fixed FOV in mvs-render
* Moved stuff to mol-util/array.ts
* Moved stuff to mol-util/object.ts
* MVS extension: renamed `additions` to `components`
* MVS extension: trying plugin.managers.camera.focusSphere
* MVS extension: refactor focus
* MVS extension: fixed label color once again
* MVS extension: camera position adjustment (compensate FOV differences)
* Fixed formula for camera focus in orthographic mode
* Moved Choice to mol-util/param-choice.ts
* Moved stuff to mol-util/json.ts
* Object.hasOwn polyfill
* MVS extension: small refactor
* Fixed bug in hashString
2023-11-24 14:38:08 +01:00
David Sehnal
79ed8e7de4
Snapshot improvements ( #977 )
...
* Snapshot improvements
* improve key UX
* markdown descriptions
* tweak button
* drag overlay fix
* package lock
2023-11-20 12:01:19 +01:00
Alexander Rose
60a2eb8a22
me: add app.loadUrl
2023-11-19 23:30:41 -08:00
Alexander Rose
b833d41c1e
Merge branch 'mesoscale-explorer' of https://github.com/arose/mesoscale-explorer into manifest
2023-11-19 18:02:12 -08:00
Alexander Rose
85d2ed0132
Merge branch 'master' of https://github.com/molstar/molstar into mesoscale-explorer
2023-11-19 18:01:34 -08:00
Alexander Rose
2552a5218f
fix seconday-structure.ts file name
2023-11-19 17:29:19 -08:00
Alexander Rose
c4a4562d82
package updates
2023-11-19 17:24:37 -08:00
Alexander Rose
a3b9d30c7c
target ES2018
2023-11-19 17:19:26 -08:00
Alexander Rose
a3572961ac
Merge branch 'master' of https://github.com/molstar/molstar into immer-es6
2023-11-19 17:11:39 -08:00
Alexander Rose
3118a46250
reduce memory usage of SymmetryOperator.ArrayMapping
2023-11-19 17:01:50 -08:00
Alexander Rose
d238b8aee9
Merge branch 'master' of https://github.com/molstar/molstar
2023-11-19 16:38:05 -08:00
Alexander Rose
22a57d8f48
add structure-element-sphere visual to spacefill repr
2023-11-19 16:37:26 -08:00
Alexander Rose
119e8f63eb
Fix missing await in HeadlessPluginContext.saveStateSnapshot
2023-11-19 15:27:04 -08:00
Alexander Rose
e6a4122d1c
add no-constant-binary-expression to eslint
2023-11-18 13:30:42 -08:00
Alexander Rose
9ba5f1f540
tweak distinctColors
2023-11-18 13:26:08 -08:00
Alexander Rose
0a0ac7ee63
guard against empty cif files
2023-11-18 13:25:57 -08:00
Alexander Rose
7670df04ae
use isTimingMode for UserTiming
2023-11-18 13:24:58 -08:00
Alexander Rose
98744af872
fix for compiling with es6+
2023-11-18 13:24:46 -08:00
Alexander Rose
f4eb509887
only change camera.target for flyMode and pointerLock
2023-11-18 13:24:21 -08:00
Alexander Rose
cbb8c0536d
me: wip, trajectory support
2023-11-16 23:17:44 -08:00
Alexander Rose
d7d798746c
me: wip, trajectory support
2023-11-16 23:17:13 -08:00
Alexander Rose
c39d092fc1
me: no clustering step for distinctColors
2023-11-16 23:15:31 -08:00
Alexander Rose
102b69961c
tweak distinctColors
2023-11-16 23:14:53 -08:00
Alexander Rose
681d64dcd9
me: flexible binary transform in generic loader
2023-11-15 22:00:57 -08:00
Alexander Rose
2083407a84
me: fix bcif loading
2023-11-15 21:30:55 -08:00
Alexander Rose
a07f90a405
me: cache some state selections
2023-11-15 21:30:23 -08:00
Alexander Rose
c7ca528778
guard against empty cif files
2023-11-15 21:28:20 -08:00
Alexander Rose
ca36264cf8
use isTimingMode for UserTiming
2023-11-15 21:27:55 -08:00
Alexander Rose
7e5b181d92
fix for compiling with es6+
2023-11-15 21:25:27 -08:00
Alexander Rose
c538e1d0c8
wip, support binary transforms
2023-11-08 22:30:15 -08:00
Alexander Rose
75e23d73b0
me: fix MesoscaleExplorerState handling
2023-11-07 21:55:55 -08:00
Alexander Rose
39f077b066
me: add drag-and-drop support
2023-11-07 21:04:19 -08:00
Alexander Rose
78874c0024
fix return type of State.tryGetCellData
2023-11-07 20:41:10 -08:00
Alexander Rose
7069760d07
me: improve generic loader (with @corredD)
...
- support assemblies
- support quaternions and transformation matrices
2023-11-07 20:34:47 -08:00
Alexander Rose
df0af2b1ca
fix return type of State.tryGetCellData
2023-11-07 20:32:18 -08:00
Alexander Rose
edd6419b2b
me: fix MesoscaleExplorerState handling
2023-11-07 20:30:30 -08:00
giagitom
c6210ae1a0
Merge branch 'master' of https://github.com/molstar/molstar
2023-11-06 07:36:00 +01:00
Alexander Rose
446455494e
Merge branch 'master' of https://github.com/molstar/molstar into mesoscale-explorer
2023-11-05 20:04:03 -08:00
Alexander Rose
c4bc16fe5d
3.42.0
2023-11-05 20:00:47 -08:00
Alexander Rose
988cee0047
changelog
2023-11-05 19:56:47 -08:00
Alexander Rose
39fa185f3d
me: use clipPrimitive
2023-11-05 17:02:11 -08:00
Alexander Rose
cb0484bca1
Merge branch 'master' of https://github.com/molstar/molstar into mesoscale-explorer
2023-11-05 17:00:35 -08:00
Alexander Rose
bf0707a2aa
schema updates
2023-11-05 13:25:57 -08:00
Alexander Rose
9a2191e1cc
package updates
2023-11-05 13:25:43 -08:00
Alexander Rose
36ead9dda3
Merge pull request #966 from molstar/clip-primitive
...
add clipPrimitive option to spheres geometry
2023-11-05 11:51:16 -08:00
Alexander Rose
71e1bb849e
Merge branch 'master' into clip-primitive
2023-11-05 11:51:05 -08:00
David Sehnal
975cceed77
Add DragAndDropManager ( #968 )
...
* Add PluginContext.customDragAndDropHandlers
* refactor to manager
2023-11-05 14:46:51 +01:00
Alexander Rose
82065dc5b7
typo
2023-11-04 19:24:05 -07:00
Alexander Rose
39ae03ff8c
skip empty multiDrawBase data items
2023-11-04 19:22:32 -07:00
Alexander Rose
45ab88f0a1
fix batched camera distance culling
2023-11-04 19:21:14 -07:00
Alexander Rose
f0d649f265
Merge pull request #972 from JonStargaryen/condensed
...
Add `options` support for default bond labels
2023-11-04 15:06:11 -07:00
Sebastian Bittrich
44ce5df136
cl
2023-11-03 16:01:34 -07:00
Sebastian Bittrich
b00bce69fd
make bond labels honor options
2023-11-03 16:00:03 -07:00
Alexander Rose
e2e9e5f6fc
add clipPrimitive option to spheres geometry
...
- clip whole spheres instead of cutting them
2023-10-28 22:59:18 -07:00
giagitom
36cf2853b2
Merge branch 'master' of https://github.com/molstar/molstar
2023-10-22 15:15:38 +02:00
Alexander Rose
efc322a375
lod params tweaks
2023-10-21 23:46:23 -07:00
Alexander Rose
7e792a4f90
add model info, ui tweaks
2023-10-21 16:33:54 -07:00
Alexander Rose
44b3a9b121
more coloring improvements and fixes
2023-10-21 14:09:25 -07:00
Alexander Rose
55f72e65dc
Merge branch 'master' of https://github.com/molstar/molstar into mesoscale-explorer
2023-10-21 13:49:21 -07:00
Alexander Rose
745746f243
handle altId & insCode for bonds from PDB files
2023-10-21 13:40:37 -07:00
Alexander Rose
b5f229ba6d
improve distinctColors function
...
- Add `sort` and `sampleCountFactor` parameters
- Fix clustering issues
2023-10-21 12:50:03 -07:00
Alexander Rose
d5a47e617a
fix de-/saturate of colors with no hue
2023-10-21 12:27:58 -07:00
Alexander Rose
a200ca5b21
Merge pull request #946 from molstar/fix-pdb-insCode-labelSeq
...
fix handling of pdb files with insertion codes
2023-10-21 12:11:59 -07:00
Alexander Rose
65b52c8ecd
Merge branch 'master' into fix-pdb-insCode-labelSeq
2023-10-21 12:11:39 -07:00
Alexander Rose
203fb2f7fe
missing prop
2023-10-15 15:47:32 -07:00
Alexander Rose
492494033f
type fixes
2023-10-15 15:45:14 -07:00
Alexander Rose
9de6d86a0f
typo
2023-10-15 15:40:02 -07:00
Alexander Rose
23fdbdea54
Merge branch 'master' of https://github.com/molstar/molstar into mesoscale-explorer
2023-10-15 15:30:42 -07:00
Alexander Rose
8fa9c19346
add ui for loading entries from pdb & pdb-dev
2023-10-15 15:29:16 -07:00
Alexander Rose
ab10007d60
fix hiz error with zero size viewport
2023-10-15 15:28:19 -07:00
Alexander Rose
7a6094298b
typo
2023-10-15 14:13:58 -07:00
dsehnal
ab34a59677
3.41.0
2023-10-15 13:23:58 +02:00
dsehnal
7a96cdd52d
changelog
2023-10-15 13:20:01 +02:00
midlik
65cad5ea4d
Assembly Symmetry extension customization ( #950 )
...
* Show assembly symmetry from PDBe API (quick and dirty)
* Treat 404 from PDBe API as success
* RCSBAssemblySymmetry extension: make defaults configurable via plugin config items
* RCSBAssemblySymmetry: revert configs to default values
* RCSBAssemblySymmetry: correctly handle non-assembly structure with PDBe API
2023-10-15 13:05:50 +02:00
Alexander Rose
fe433fc7b0
load example, pdb, pdbdev via get parameter
2023-10-14 21:53:12 -07:00
Alexander Rose
ba173978d3
treat water as separate type
2023-10-14 21:49:51 -07:00
Alexander Rose
b3aed2ead7
fix clipping for merged mmcif structures
2023-10-14 21:49:11 -07:00
Alexander Rose
c57774a62e
coloring improvements & tweaks
2023-10-14 21:48:16 -07:00
Alexander Rose
199b767bbd
ignore shift for highlight with pointer lock
2023-10-14 21:43:14 -07:00
Alexander Rose
0c3131ff56
add ultra graphics mode
2023-10-14 21:42:11 -07:00
Alexander Rose
7433fe07f1
type fixes
2023-10-14 21:39:34 -07:00
Alexander Rose
a765ba8e3b
Merge pull request #949 from JonStargaryen/master
...
Fix layout typo
2023-10-10 21:49:30 -07:00
Sebastian Bittrich
8594ce80a9
cl
2023-10-10 10:04:23 -07:00
Sebastian Bittrich
915797c4a4
fix layout typo
2023-10-10 09:49:24 -07:00
giagitom
70ebdc6b80
Merge branch 'fix-pdb-insCode-labelSeq' of https://github.com/molstar/molstar
2023-10-09 11:37:28 +02:00
Alexander Rose
44c69f538b
fix partial polymer trace sec-struc type
2023-10-08 22:06:35 -07:00
Alexander Rose
b53a52b04d
fix handling of pdb files with insertion codes
2023-10-07 21:48:17 -07:00
Alexander Rose
e4396039fd
SetUtils performance tweaks
2023-10-07 13:44:02 -07:00
Alexander Rose
296b6902b1
Improve SetUtils performance
...
- use ES6 features
- add setutils perf test
2023-10-07 13:42:23 -07:00
Alexander Rose
0795f06f28
Merge branch 'master' of https://github.com/molstar/molstar into immer-es6
2023-10-07 11:12:46 -07:00
Alexander Rose
a01f159889
add transparency to advanced simple-settings
2023-10-07 11:01:56 -07:00
Alexander Rose
4ea2eadb78
reorder bottom instance grid for performance
2023-10-07 11:01:29 -07:00
David Sehnal
e548a3ed85
add PluginContext.initialized promise ( #935 )
2023-10-02 19:46:02 +02:00
Alexander Rose
0e326bd4de
Merge pull request #20 from arose/upscaling
...
[WIP] added various props
2023-09-30 13:19:48 -07:00
Alexander Rose
c1de7df9fb
tweak graphics mode
2023-09-30 13:18:49 -07:00
Alexander Rose
3addc567a9
changelog
2023-09-30 12:10:15 -07:00
Alexander Rose
4d2d127dcc
Merge branch 'master' of https://github.com/molstar/molstar into upscaling
2023-09-30 12:09:51 -07:00
Alexander Rose
fc44e66b26
3.40.1
2023-09-30 10:53:23 -07:00
Alexander Rose
98f3f5a23b
changelog
2023-09-30 10:50:23 -07:00
Alexander Rose
f2f10d0cb5
3.40.0
2023-09-30 10:47:30 -07:00
Alexander Rose
aed1056d6c
Merge pull request #932 from molstar/sharpening
...
Sharpening
2023-09-30 10:42:59 -07:00
Alexander Rose
be47ac09c9
schema updates
2023-09-30 10:37:27 -07:00
Alexander Rose
d5e7797a40
package updates
2023-09-30 10:33:44 -07:00
Alexander Rose
0aeac628c7
Merge pull request #929 from molstar/better-bounding-spheres
...
fix bounding sphere calculations for "element-like" visuals
2023-09-30 10:21:03 -07:00
Alexander Rose
668d617cd7
Merge branch 'master' into better-bounding-spheres
2023-09-30 10:20:46 -07:00
Alexander Rose
62ed993f0d
changelog
2023-09-30 10:19:23 -07:00
Alexander Rose
aa0a008a41
gracefully handle missing HTMLImageElement
2023-09-30 10:02:12 -07:00
Alexander Rose
89f01f202d
add sharpening postprocessing pass
2023-09-30 09:39:15 -07:00
Alexander Rose
733190f7a0
scale outline by pixelRatio
2023-09-30 09:38:44 -07:00
Alexander Rose
50429aacfa
fix setSize not always applied to passes
2023-09-30 09:37:58 -07:00
David Sehnal
fa541bdbd3
hide right panel ( #922 )
2023-09-29 14:51:48 +02:00
Sebastian Bittrich
77d173afed
Update RCSB PDB validation report URL ( #930 )
...
* update RCSB PDB valrep URL
* cl
* https & more tweaks
2023-09-29 14:51:07 +02:00
Alexander Rose
1415a21c09
fix spec
2023-09-28 22:17:04 -07:00
Alexander Rose
dd2593475a
refactor transparency graphics variant handling
2023-09-28 21:55:28 -07:00
dsehnal
a934001ae8
fix bounding sphere calculations
2023-09-28 18:18:48 +02:00
midlik
e5d4606437
Add blockIndex parameter to TrajectoryFromMmCif ( #928 )
2023-09-28 16:45:19 +02:00
Alexander Rose
350dddd83a
wip, add canvas3dcontext props
...
- transparency (replacing enableWboit/enableDpoit)
- add canvas3dcontext to snapshot
2023-09-27 22:19:36 -07:00
Alexander Rose
7566dd4e9a
wip, add canvas3dcontext props
...
- pixelScale
- pickScale
- move pickPadding to canvas3d props
2023-09-26 21:48:54 -07:00
Alexander Rose
cb04c74c60
wip, support changing pixel-scale
2023-09-24 22:02:45 -07:00
Alexander Rose
ad937f8fe5
make hi-Z min-level a parameter
2023-09-24 22:02:00 -07:00
Alexander Rose
66017cf166
top/bottom level instance-grid
2023-09-24 22:01:19 -07:00
Alexander Rose
898f0d6462
add sharpening postprocessing
2023-09-16 22:15:37 -07:00
Alexander Rose
cf90418f89
Merge branch 'master' of https://github.com/molstar/molstar into mesoscale-explorer
2023-09-16 22:06:30 -07:00
Alexander Rose
fb16cd0070
typo
2023-09-16 22:06:08 -07:00
Alexander Rose
5ca126be94
also call hiZ.render with multiSample enabled
2023-09-16 22:02:48 -07:00
Alexander Rose
7a8de81e6f
me: improve lod transparency with alphaThickness
2023-09-16 22:01:23 -07:00
Alexander Rose
143760f7db
Merge branch 'master' of https://github.com/molstar/molstar into mesoscale-explorer
2023-09-16 21:50:17 -07:00
Alexander Rose
c427549b8d
add support for webgl extensions
...
- EXT_conservative_depth
- WEBGL_stencil_texturing
- EXT_clip_control
2023-09-16 21:47:08 -07:00
Alexander Rose
310300bde8
add alphaThickness parameter for spheres
2023-09-16 12:13:34 -07:00
Alexander Rose
11604b9e8f
add MultiSampleParams.reduceFlicker
2023-09-16 12:08:38 -07:00
Alexander Rose
973b326157
hi-z: support non-canvas viewports
2023-09-10 14:35:26 -07:00
Alexander Rose
c37c63d990
Merge branch 'master' of https://github.com/molstar/molstar into mesoscale-explorer
2023-09-09 23:28:46 -07:00
Alexander Rose
cc1bf482f2
add support for WEBGL_clip_cull_distance
2023-09-09 12:27:22 -07:00
Alexander Rose
61a351b3d4
Merge pull request #906 from JonStargaryen/atomcount
...
ModelServer ligand queries: fix atom count reported by SDF/MOL/MOL2 export
2023-09-09 10:58:06 -07:00
Alexander Rose
9e91a242bf
Merge branch 'master' into atomcount
2023-09-09 10:57:53 -07:00
Alexander Rose
c3daa1a162
Merge pull request #907 from JonStargaryen/ccd-aromatic
...
CCD extension: Make visuals for aromatic bonds configurable
2023-09-09 10:56:35 -07:00
Alexander Rose
fe086fb62e
Merge branch 'master' into ccd-aromatic
2023-09-09 10:56:23 -07:00
Alexander Rose
c2217829a3
improve Canvas3DContext types
2023-09-09 10:54:14 -07:00
Alexander Rose
f30686917f
hi-z improvements
...
- support orthographic camera
- check near plane
- math optimizations
- debug support
- disable for non-canvas viewports
- support pixelScale
2023-09-09 10:51:37 -07:00
Alexander Rose
7b18545e1d
improve Canvas3DContext types
2023-09-09 10:46:45 -07:00
David Sehnal
6333c8073f
Add optional CifFile to MmcifFormat.data ( #912 )
...
* Add optional CifFile to MmcifFormat.data
* fix
2023-09-08 19:24:18 +02:00
Sebastian Bittrich
2801bcf111
CCD extension: Make visuals for aromatic bonds configurable
2023-09-06 15:20:45 -07:00
Sebastian Bittrich
8a2461e157
global cl
2023-09-05 14:09:21 -07:00
Sebastian Bittrich
0a081e2a8a
ModelServer version
2023-09-05 14:07:19 -07:00
Sebastian Bittrich
700a3fe95c
ligand queries: fix atom count reported by SDF/MOL/MOL2 export
2023-09-05 14:06:07 -07:00
dsehnal
febc634d8b
fix changelog
2023-09-05 18:49:52 +02:00
David Sehnal
0105f75bb6
InputObserver tap => click ( #901 )
2023-09-05 18:47:52 +02:00
David Sehnal
4cc2073eaa
fix updateFocusRepr ( #903 )
2023-09-05 06:01:47 +02:00
Alexander Rose
b657fa15f5
add stats.culled
2023-09-04 20:46:12 -07:00
Alexander Rose
72446d06ed
disable hi-Z for orthogrpahic camera
2023-09-02 20:56:02 -07:00
Alexander Rose
dd7499b7f6
Merge branch 'master' of https://github.com/molstar/molstar into mesoscale-explorer
2023-09-02 12:19:31 -07:00
Alexander Rose
9ac204cb6e
3.39.0
2023-09-02 12:16:11 -07:00
Alexander Rose
73378bbe9d
schema updates
2023-09-02 12:08:52 -07:00
Alexander Rose
9b5fd2595c
package updates
2023-09-02 12:06:21 -07:00
Alexander Rose
bca2073ed0
changelog
2023-09-02 11:34:26 -07:00
Alexander Rose
f264e4d6b8
webgl tweaks
...
- export getBuffer
- add glEnumToString helper
2023-09-02 11:30:09 -07:00
Alexander Rose
c86c00c958
hi-z improvements
...
- clear hi-z buffer on scene & size changes
- check red/float reading support
- add max frame lag
- mark hi-z buffer as ready for use
2023-09-02 11:27:49 -07:00
Alexander Rose
bbce807d5e
webgl tweaks
...
- export getBuffer
- add glEnumToString helper
2023-09-02 11:11:05 -07:00
Sebastian Bittrich
795222b5b4
Allow toggling of hydrogens as part of LabelTextVisual ( #900 )
...
* Allow toggling of hydrogens as part of `LabelTextVisual`
* fix typo
2023-08-30 10:51:51 +02:00
Alexander Rose
25eb4450ad
support iv2/3/4 uniforms
2023-08-27 12:08:57 -07:00
Alexander Rose
140df13dae
improve texture print helper
2023-08-27 12:08:39 -07:00
Alexander Rose
8b132d599e
add hi-z occlusion culling
2023-08-27 12:04:48 -07:00
Alexander Rose
cbaf5129f9
tweak graphics mode props
2023-08-27 11:45:37 -07:00
Alexander Rose
117e2b2a1a
improve texture print helper
2023-08-27 09:56:04 -07:00
Alexander Rose
301b9287ea
improve MultiDrawBaseData setup/update
2023-08-27 09:52:37 -07:00
Alexander Rose
81a738c6a6
support iv2/3/4 uniforms
2023-08-27 09:50:26 -07:00
Alexander Rose
f4d15a5a31
Merge branch 'master' of https://github.com/molstar/molstar into mesoscale-explorer
2023-08-27 09:43:21 -07:00
Alexander Rose
792cd513a8
faster bounding rectangle for imposter spheres
2023-08-27 09:40:52 -07:00
Shinn
14e6172c33
add some elements name for guessElementSymbolString function ( #883 )
2023-08-03 16:25:47 +02:00
Alexander Rose
17e278cefb
Merge branch 'master' of https://github.com/molstar/molstar into mesoscale-explorer
2023-07-30 13:10:19 -07:00
Alexander Rose
911433e056
3.38.3
2023-07-29 23:10:31 -07:00
Alexander Rose
6b585cf0d6
fix imposter spheres not updating
2023-07-29 23:07:18 -07:00
Alexander Rose
86211aaf3a
3.38.2
2023-07-24 22:58:57 -07:00
Alexander Rose
071623f5b6
changelog
2023-07-24 22:56:08 -07:00
Alexander Rose
21e514ec1e
fix non-physical keys support
2023-07-24 22:55:32 -07:00
Alexander Rose
9bc0ab12e7
Merge pull request #878 from JonStargaryen/ccd-fix
...
Fix logic for trajectoryFromCCD
2023-07-24 22:54:17 -07:00
Sebastian Bittrich
1d1bd05400
cl
2023-07-24 13:38:22 -07:00
Sebastian Bittrich
faa750bbf9
allow entries with chem_comp_atom - fixes #877
2023-07-24 13:33:48 -07:00
Alexander Rose
e92e5c5cef
3.38.1
2023-07-22 17:41:29 -07:00
Alexander Rose
b49230ea1f
fix pixel-scale not updated in SSAO pass
2023-07-22 17:37:35 -07:00
dsehnal
44ebc1d39a
3.38.0
2023-07-18 17:39:42 +02:00
dsehnal
8d8e45f4ce
changelog
2023-07-18 17:35:56 +02:00
Alexander Rose
898d877aa1
support non-physical keys in bindings trigger code ( #860 )
...
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
2023-07-18 17:34:53 +02:00
David Sehnal
85dba9b1a4
ability to disable extension in the default viewer ( #872 )
2023-07-18 17:33:33 +02:00
dsehnal
6b5e90c5fa
Merge branch 'master' of https://github.com/molstar/molstar
2023-07-17 09:40:25 +02:00
dsehnal
e231fbf3d7
add LRUCache.remove
2023-07-17 09:40:06 +02:00
David Sehnal
0ee8525b2d
update getStateSnapshot behavior ( #858 )
...
* update getStateSnapshot behavior
* update syncCurrent
2023-07-13 19:38:35 +02:00
midlik
106ee614e7
Add 'Chain Instance' and 'Uniform' options for 'Carbon Color' param ( #868 )
2023-07-12 09:31:35 +02:00
David Sehnal
34056751f9
fix distinct palette getSamples ( #857 )
2023-07-11 08:52:36 +02:00
Alexander Rose
cc737192ca
Merge branch 'master' of https://github.com/molstar/molstar into mesoscale-explorer
2023-07-09 20:49:34 -07:00
Alexander Rose
1afea8a86a
Merge pull request #863 from molstar/approx-spheres
...
add approximate option for spheres rendering
2023-07-09 20:43:29 -07:00
Alexander Rose
96d5bf2447
Merge branch 'master' of https://github.com/molstar/molstar into approx-spheres
2023-07-09 20:38:10 -07:00
Alexander Rose
f9265a7049
fix clipping of approximate spheres
2023-07-09 20:31:55 -07:00
Alexander Rose
5c57137890
fix bitwiseAnd for glsl 1.00
2023-07-09 19:02:30 -07:00
Alexander Rose
4e71618d0f
Merge pull request #864 from molstar/spheres-mem
...
reduce spheres geo memory usage
2023-07-09 18:55:14 -07:00
Alexander Rose
de660cc233
Merge branch 'master' into spheres-mem
2023-07-09 18:55:07 -07:00
Alexander Rose
616a1dabfa
Merge pull request #859 from molstar/protein-caps
...
add more common protein caps
2023-07-09 18:47:36 -07:00
Alexander Rose
46ea39703f
Merge branch 'master' into protein-caps
2023-07-09 18:47:30 -07:00
Alexander Rose
6cf20d0c44
Merge pull request #861 from molstar/snapshot-opened-event
...
add opened event to PluginStateSnapshotManager
2023-07-09 18:46:39 -07:00
Alexander Rose
0737e23b70
Merge branch 'master' into snapshot-opened-event
2023-07-09 18:46:30 -07:00
Alexander Rose
70d0c15d28
Merge pull request #862 from molstar/euler
...
add euler math primitive
2023-07-09 18:46:03 -07:00
Alexander Rose
9272c8c5ec
Merge branch 'master' into euler
2023-07-09 18:45:55 -07:00
Alexander Rose
a3349f82fc
Merge pull request #865 from molstar/element-stride
...
add stride option to element sphere & point visuals
2023-07-09 18:45:27 -07:00
Alexander Rose
11aeb6daf4
improve handling of cellpack membrane models
2023-07-09 18:44:36 -07:00
Alexander Rose
daec7e31ff
add structure-element-sphere visual
2023-07-09 18:44:09 -07:00
Alexander Rose
c98cdc9360
improve cellpack mmcif detection
2023-07-09 18:42:17 -07:00
Alexander Rose
4d399edbdd
add stride option to element sphere & point visuals
2023-07-09 11:25:56 -07:00
Alexander Rose
64598eba96
fix vertex count
2023-07-09 11:04:36 -07:00
Alexander Rose
aa25874775
reduce spheres geo memory usage
...
- derive mapping from VertexID
- pull position and group from texture
2023-07-08 22:27:45 -07:00
Alexander Rose
dccc06d497
tweaks to approximate spheres rendering
2023-07-08 16:19:02 -07:00
Alexander Rose
c000526cf8
add approximate option for spheres rendering
2023-07-08 16:05:24 -07:00
Alexander Rose
2166ab455c
add euler math primitive
2023-07-08 15:41:14 -07:00
Alexander Rose
4de9ce01fc
package updates
2023-07-08 15:40:20 -07:00
Alexander Rose
f543fd5683
exports
2023-07-08 13:25:56 -07:00
Alexander Rose
8535013ee5
add scissors icon
2023-07-08 13:25:29 -07:00
Alexander Rose
320ab77f8e
properly switch-off fog
2023-07-08 13:23:39 -07:00
Alexander Rose
982feef0c6
add opened event to PluginStateSnapshotManager
2023-07-08 12:05:51 -07:00
Alexander Rose
bd6d04cefb
add more common protein caps
2023-07-08 12:00:24 -07:00
Alexander Rose
250013570d
tweak graphics-mode handling
2023-07-08 11:56:26 -07:00
David Sehnal
5e1c351efc
fix display issue with sifts mapping ( #854 )
...
* fix display issue with sifts mapping
* update header
2023-07-06 20:30:01 +02:00
Alexander Rose
35739ab71b
handle petworld using asymId for multiple entities
2023-07-04 19:48:32 -07:00
Alexander Rose
bb765968f1
fix missing uFog uniform
2023-07-03 23:15:57 -07:00
Alexander Rose
eb25d66359
add graphics mode to me app
2023-07-03 22:56:41 -07:00
Alexander Rose
3db28708c3
add option to approximate sphere impostors
2023-07-03 22:54:50 -07:00
Alexander Rose
4fb18b9afd
properly switch-off fog
2023-07-03 22:53:28 -07:00
Alexander Rose
28693177cd
more unit merging; split petworld membrane
2023-07-01 10:50:50 -07:00
Alexander Rose
cd2ac77469
merge non-instanced units in mmcif loader
2023-06-25 19:29:34 -07:00
Alexander Rose
8777f907ee
reduce Spheres memory usage
...
- derive mapping from VertexID
- pull position and group from texture
2023-06-24 15:17:59 -07:00
Alexander Rose
5a6ac41b28
Merge branch 'master' of https://github.com/molstar/molstar into mesoscale-explorer
2023-06-21 21:03:53 -07:00
Alexander Rose
61a294c889
3.37.1
2023-06-20 22:02:56 -07:00
Alexander Rose
71fbd6baab
changelog
2023-06-20 21:58:53 -07:00
Alexander Rose
33430a836a
fix lines, text, points rendering
2023-06-20 21:58:32 -07:00
Alexander Rose
2ac34f96f5
fix cellpack cif detection
2023-06-19 22:17:23 -07:00
Alexander Rose
de5d60f4d2
Merge branch 'master' of https://github.com/molstar/molstar into mesoscale-explorer
2023-06-18 16:24:37 -07:00
Alexander Rose
f428e9f39e
fix issues with wboit/dpoit in large scenes
...
- remove unneeded depth check (depth texture support required for wboit/dpoit)
2023-06-18 16:15:24 -07:00
Alexander Rose
72e3a31750
fix issues with wboit/dpoit in large scenes
...
- remove unneeded depth check (depth texture support required for wboit/dpoit)
2023-06-18 16:07:10 -07:00
Alexander Rose
5bcb0b19e5
support more structure formats
2023-06-18 12:56:52 -07:00
Alexander Rose
0277581684
generic loader improvements
2023-06-17 23:53:03 -07:00
Alexander Rose
d508988ba4
use inverted-xray
2023-06-17 00:17:03 -07:00
Alexander Rose
7352799270
Merge branch 'mesoscale-explorer' of https://github.com/arose/mesoscale-explorer into generic-loader
2023-06-16 23:57:26 -07:00
Alexander Rose
7b524dda7c
Merge branch 'master' of https://github.com/molstar/molstar into mesoscale-explorer
2023-06-16 23:56:47 -07:00
Alexander Rose
2d26425cbe
3.37.0
2023-06-16 23:46:03 -07:00
Alexander Rose
f6030aee25
changelog
2023-06-16 23:42:22 -07:00
Alexander Rose
609e03f7d2
add mipmap-based blur for image backgrounds
2023-06-16 23:12:13 -07:00
Alexander Rose
ba12a8bbee
add contextHash to SizeTheme
2023-06-16 22:29:38 -07:00
Alexander Rose
947f293844
Merge pull request #839 from molstar/xray-inverted
...
add inverted xray-shaded option
2023-06-16 22:26:55 -07:00
Alexander Rose
fbff0e769c
Merge branch 'master' into xray-inverted
2023-06-16 22:26:47 -07:00
Alexander Rose
3798223d39
Merge pull request #840 from molstar/model-export-name
...
Model export name
2023-06-16 22:26:22 -07:00
Alexander Rose
ac9c23dc65
3.36.1-model-export-name.0
2023-06-12 22:22:35 -07:00
Alexander Rose
096f492ccb
add ability to set a file name for structures
2023-06-12 22:09:13 -07:00
Alexander Rose
ba96da9354
add inverted xray-shaded option
2023-06-11 15:31:24 -07:00
Alexander Rose
6c1d17bac5
3.36.1
2023-06-11 12:44:43 -07:00
Alexander Rose
ad2ccf4e07
fix changelog
2023-06-11 12:41:59 -07:00
Alexander Rose
dc1b7b4693
3.36.0
2023-06-11 12:28:28 -07:00
Alexander Rose
59e4e2b31d
schema updates
2023-06-11 12:25:05 -07:00
Alexander Rose
d2483dc449
package updates
2023-06-11 12:23:42 -07:00
Alexander Rose
86dcf22728
ux improvements, mmcif support
2023-06-11 10:51:55 -07:00
Alexander Rose
f47823577d
Merge branch 'mesoscale-explorer' of https://github.com/arose/mesoscale-explorer into generic-loader
2023-06-07 23:13:13 -07:00
Alexander Rose
671a982463
get entities/groups tweaks
2023-06-07 23:12:36 -07:00
Alexander Rose
4244c6f5e1
Merge branch 'master' of https://github.com/molstar/molstar into mesoscale-explorer
2023-06-07 22:04:45 -07:00
Alexander Rose
d26946e9ee
Merge pull request #838 from molstar/cartoon-color-nucleic
...
Cartoon improvements
2023-06-05 23:06:06 -07:00
Alexander Rose
cd045a6b48
fix spec
2023-06-05 22:49:43 -07:00
Alexander Rose
2407729d27
simplify sub color theme creation
2023-06-05 22:43:51 -07:00
Alexander Rose
1aa22b9fa0
add saturation/lightness to uniform color theme
2023-06-05 22:42:34 -07:00
Alexander Rose
b00b0827c8
fix circular deps
2023-06-05 21:33:19 -07:00
Alexander Rose
fe4df71d02
wip, generic loader
...
- zip with json manifest
2023-06-05 00:08:15 -07:00
Alexander Rose
8f03e07632
tweak clip props handling
...
- don't force instance variant
2023-06-04 18:35:31 -07:00
Alexander Rose
5958b31a6d
add Euler math primitive
2023-06-04 18:15:12 -07:00
Alexander Rose
35c9f39a69
add cartoon color theme
...
- separates colorings for for mainchain and sidechain visuals
- uses isSecondary mechanism of LocationIterator
2023-06-03 11:15:33 -07:00
Alexander Rose
7dd420cc18
add nucleicProfile param to cartoon repr
2023-06-03 11:13:08 -07:00
Alexander Rose
ace991da5d
optimize select/highlight
...
- highlight whole repr when possible
- make cellpack entity structures their own roots
2023-05-29 23:21:33 -07:00
Alexander Rose
5e9bc89c75
Merge branch 'master' of https://github.com/molstar/molstar into mesoscale-explorer
2023-05-29 15:35:34 -07:00
Alexander Rose
1d434c259a
ignore LociLabelManager without providers
2023-05-29 15:01:26 -07:00
Alexander Rose
6d193edd68
add keyReleased event
2023-05-29 15:01:14 -07:00
Alexander Rose
8d0c80f270
various tweaks
...
- add MesoSelectLoci behavior
- add MesoscaleState transform
- show groupBy only if there is more than one option
- make groupBy and filter state-savable
2023-05-29 15:00:38 -07:00
Alexander Rose
2ae36e181d
add keyReleased event
2023-05-29 14:57:26 -07:00
Alexander Rose
52692a405d
ignore LociLabelManager without providers
2023-05-29 14:57:08 -07:00
Alexander Rose
9bf859d6ed
Merge pull request #835 from JonStargaryen/channels
...
Adjust VolumeRepresentation#setState
2023-05-29 11:41:33 -07:00
Sebastian Bittrich
207230d565
check against _state
2023-05-29 11:16:17 -07:00
Alexander Rose
b7a673f38e
Merge pull request #731 from JonStargaryen/master
...
Parse CCD Files
2023-05-29 11:11:57 -07:00
Sebastian Bittrich
2204e4e0d0
merge upstream
2023-05-29 09:24:11 -07:00
Sebastian Bittrich
6276365766
update setState of unit repr
2023-05-29 09:18:07 -07:00
Sebastian Bittrich
505b04c92d
merge upstream
2023-05-29 08:56:37 -07:00
Alexander Rose
0a91a35cf3
Merge branch 'master' of https://github.com/molstar/molstar into mesoscale-explorer
2023-05-28 12:37:46 -07:00
Alexander Rose
fc84dcb037
Merge pull request #836 from molstar/structure-selection-snapshot
...
add snapshot support for structure selections
2023-05-28 12:32:37 -07:00
Alexander Rose
103b0dcebd
Merge branch 'master' of https://github.com/molstar/molstar into mesoscale-explorer
2023-05-27 13:26:03 -07:00
Alexander Rose
2f29ff7314
Merge pull request #826 from molstar/graph-bonds
...
Graph & bonds calc tweaks & fixes
2023-05-27 11:07:56 -07:00
Alexander Rose
b37f043876
Merge branch 'master' into graph-bonds
2023-05-27 11:07:45 -07:00
Alexander Rose
f0e725f65c
tweak CCD coordinate type handling
2023-05-27 11:01:27 -07:00
Alexander Rose
23a34e2df1
add snapshot support for structure selections
2023-05-27 10:14:46 -07:00
Alexander Rose
d11e242b70
fix background occlusion handling
2023-05-27 10:07:58 -07:00
Sebastian Bittrich
d9af0ca068
cl
2023-05-26 14:04:31 -07:00
Sebastian Bittrich
b7f10acbf0
adjust VolumeRepresentation#setState - closes #210
2023-05-26 13:59:45 -07:00
Sebastian Bittrich
43749ccdbd
merge
2023-05-23 09:24:46 -07:00
David Sehnal
3bf4a8f8e6
optimize computeInterUnitBonds ( #830 )
2023-05-23 09:08:00 +02:00
Alexander Rose
f0ae1b3347
fix EdgeBuilder.addNextEdge for loop edges
2023-05-22 23:27:06 -07:00
Alexander Rose
99809d25b9
remove erroneous bounding-box overlap test
2023-05-22 23:25:08 -07:00
Sebastian Bittrich
e83c0af67c
meta
2023-05-22 13:10:47 -07:00
Sebastian Bittrich
2ddf94313e
Merge remote-tracking branch 'upstream/master'
2023-05-22 13:08:41 -07:00
Sebastian Bittrich
da5965c956
meta
2023-05-22 13:04:58 -07:00
Sebastian Bittrich
31be0af3c9
shrink diff
2023-05-22 12:55:23 -07:00
Sebastian Bittrich
38c550b245
factor out to extension
2023-05-22 11:59:57 -07:00
Sebastian Bittrich
95a7a2cef9
rm CCDCoordinateTypeProp
2023-05-22 09:16:28 -07:00
giagitom
5934f355c2
Fixes and added changelog entry
2023-05-22 17:02:25 +02:00
giagitom
225d051dd6
Merge branch 'master' into 2-colors-cylinders
2023-05-22 16:50:59 +02:00
Alexander Rose
1a1ec51736
fix bbox overlap test in Structure.eachUnitPair
2023-05-20 22:46:59 -07:00
Alexander Rose
299aae56c1
typing improvements
2023-05-20 19:22:04 -07:00
Alexander Rose
781824c961
operators in IndexPairBonds as directed property
2023-05-20 19:21:40 -07:00
Alexander Rose
fae4aae99f
update immer to v10 ( #819 )
2023-05-20 17:56:11 -07:00
Alexander Rose
6acc87abc6
change build target to ES6
2023-05-20 17:55:05 -07:00
Sebastian Bittrich
930cfa2590
comment
2023-05-15 11:45:39 -07:00
Sebastian Bittrich
35439f01aa
rather heavy-handed tracking of ideal/model coords
2023-05-15 11:44:04 -07:00
Alexander Rose
af489e8cc5
fix interactivity granularity
2023-05-14 22:49:57 -07:00
Alexander Rose
a15f2ed456
mesoscale state cleanup
2023-05-14 22:21:50 -07:00
Alexander Rose
9c921fd061
adjust lod-level stride by sizeFactor
2023-05-14 22:21:27 -07:00
Alexander Rose
e719c54e2b
Merge branch 'master' of https://github.com/molstar/molstar into mesoscale-explorer
2023-05-14 11:59:27 -07:00
Alexander Rose
71121e52af
3.35.0
2023-05-14 11:50:42 -07:00
Alexander Rose
c08155717f
changelog
2023-05-14 11:47:29 -07:00
Alexander Rose
de4164e7a4
package updates
2023-05-14 11:47:04 -07:00
Alexander Rose
e34d1242a9
Merge pull request #820 from molstar/cantor-mol-script
...
add cantor-pairing functions to mol-script
2023-05-14 11:40:18 -07:00
Alexander Rose
5b82641018
add sign to core.math in mol-script
2023-05-13 18:22:21 -07:00
Alexander Rose
de2f0c27b2
add trunc to core.math in mol-script
2023-05-13 18:08:19 -07:00
Alexander Rose
71e2afe781
tweak principal-axes spec
2023-05-13 16:30:23 -07:00
Alexander Rose
3cba621fcf
add cantor-pairing functions to mol-script
2023-05-13 16:22:50 -07:00
Alexander Rose
d79a2077c1
package updates
2023-05-13 12:37:21 -07:00
Alexander Rose
6925547b5f
Merge pull request #804 from giagitom/single-aromatic-dash-count
...
Enable odd dash count (1,3,5)
2023-05-13 11:41:12 -07:00
Alexander Rose
84aae8cf0a
Merge branch 'master' into single-aromatic-dash-count
2023-05-13 11:17:47 -07:00
Alexander Rose
bdb42e39ec
Merge pull request #809 from giagitom/principal-axis-spec
...
Adding principal axes spec
2023-05-13 10:23:29 -07:00
Alexander Rose
6edd54ee6d
use Vec3.isFinite as name
2023-05-13 10:12:47 -07:00
Alexander Rose
198f884d8b
Merge pull request #817 from molstar/pdb-assemblies-fix
...
Fix Archive PDB assembly loading
2023-05-13 10:04:34 -07:00
Alexander Rose
2c7d0a6721
comment
2023-05-13 10:03:39 -07:00
Alexander Rose
7ef15ede0d
mesh exporter improvements
...
- set alphaMode and doubleSided in glTF export
- fix flipped cylinder caps
2023-05-13 09:45:27 -07:00
Sebastian Bittrich
3d96298b55
Merge remote-tracking branch 'upstream/master'
2023-05-12 14:45:40 -07:00
Sebastian Bittrich
964f045e56
refactor
2023-05-12 11:52:18 -07:00
Sebastian Bittrich
d3364ac109
control what coord set to show
2023-05-12 11:28:51 -07:00
Sebastian Bittrich
a5b963c919
hide hydrogens by default
2023-05-12 09:41:56 -07:00
Gianluca Tomasello
d6fcbbf543
Merge branch 'master' into single-aromatic-dash-count
2023-05-12 15:16:02 +02:00
giagitom
f2e7e2eaf2
Fix unequeal aromatic dashes
2023-05-12 15:13:06 +02:00
giagitom
01c4c63114
Merge brunch master
2023-05-12 15:10:50 +02:00
Sebastian Bittrich
22f9bc4ff1
swap ideal/model labels, handle entirely missing coords
2023-05-11 15:42:13 -07:00
Sebastian Bittrich
c6c4350638
align differing atom sets
2023-05-11 11:28:40 -07:00
giagitom
a17a0c4527
Added changelog record
2023-05-11 16:37:25 +02:00
giagitom
8e507012c1
Merge branch 'master' into principal-axis-spec
2023-05-11 16:14:20 +02:00
giagitom
beb4351dc9
Add check to avoid non-finite origin vector
2023-05-11 16:13:16 +02:00
dsehnal
afbb940721
headers
2023-05-11 13:24:17 +02:00
dsehnal
f5c619a4c7
Fix Archive PDB assembly loading
2023-05-11 13:23:28 +02:00
Sebastian Bittrich
1b0401dff5
filter for present valuekind
2023-05-09 14:50:37 -07:00
valasatava
649e779100
Add HYP to the list of amino acids ( #815 )
...
* add modified amino acid "hydroxyproline" (HYP) present in collagen molecules to the list of amino acids
* update changelog
2023-05-09 16:27:42 +02:00
Alexander Rose
18c4de4c0f
Merge branch 'master' of https://github.com/molstar/molstar into mesoscale-explorer
2023-05-07 20:43:13 -07:00
Alexander Rose
f61e0e72a8
move web3dsurvey analytics into iframe
...
- only deployed on molstar.org
2023-05-07 20:41:29 -07:00
Alexander Rose
803f75fdde
Merge pull request #797 from molstar/ignore-hydrogens-interactions
...
support ignoreHydrogens for interactions
2023-05-07 19:56:33 -07:00
Alexander Rose
718d314eda
Merge branch 'master' into ignore-hydrogens-interactions
2023-05-07 19:56:19 -07:00
Alexander Rose
adab6b0a6a
Merge pull request #812 from valasatava/pdb-to-cif-header
...
Parse HEADER record when reading PDB file
2023-05-06 16:49:36 -07:00
Alexander Rose
d295ed2eca
add options to mesh-exporter
...
- lines/points as triangles
- include hidden
- primitives qaulity
2023-05-06 16:35:01 -07:00
Yana Rose
d18cbfa8cf
update the date in the added file header
2023-05-05 12:33:39 -07:00
Yana Rose
59f881c4be
handle empty HEADER record
2023-05-05 12:32:39 -07:00
JonStargaryen
0295e0ef63
factor out CoordinateType
2023-05-05 09:41:46 -07:00
Yana Rose
dcdb95a055
update changelog
2023-05-04 22:11:36 -07:00
Yana Rose
e379d27722
add my name to package.json's contributors
2023-05-04 22:11:22 -07:00
Yana Rose
41fbe0d2b7
update headers of modified files
2023-05-04 22:11:05 -07:00
Yana Rose
1231666b06
restore package-lock
2023-05-04 21:52:56 -07:00
Yana Rose
b302bb8455
parse header when reading PDB file
2023-05-04 21:30:02 -07:00
Sebastian Bittrich
6e82405600
fix merge
2023-05-04 16:25:52 -07:00
Sebastian Bittrich
a678893bdb
wip
2023-05-04 16:20:28 -07:00
Alexander Rose
430348a3cd
support points & lines in glTF export ( #810 )
2023-05-03 19:23:40 +02:00
midlik
315401c166
struct-conn extension ( #802 )
...
* struct-conn extension toy example
* Minor changes (David's feedback)
* Showing struct_conn visuals
* Removed Interactions visual
* Caching struct_conns
* Removed testing buttons in index.html, updated CHANGELOG
* Addressed most of PR feedback
* Fixed structure node selection, docs
* Addressed feedback round 2
2023-05-03 18:01:51 +02:00
giagitom
b309c545f5
- Fixed dashes spacing
...
- Added changelog entry
2023-05-03 17:51:02 +02:00
David Sehnal
60b5d2d39b
fix labels & optimize getData ( #811 )
2023-05-03 15:37:24 +02:00
David Sehnal
eb749a2a16
State.updateNode fix for Null parents ( #807 )
2023-05-02 16:12:38 +02:00
Dominik Tichy
6db96001a3
Partial atomic charges extension ( #808 )
...
* feat: partial charges extension
* chore: pullrequest actions
* feat: example
* fix: review changes
* fix: updated example structure categories
* fix(changelog): shorter description
* fix: code review changes
* fix: cosmetic changes
2023-05-02 16:09:42 +02:00
giagitom
257370ad58
- Removing unused variables
...
- Supporting meshes and lines
- Remove non-stub cap from last (if odd) dash
2023-05-01 22:02:33 +02:00
Alexander Rose
a12820bab9
Merge branch 'master' of https://github.com/molstar/molstar into mesoscale-explorer
2023-04-30 21:11:27 -07:00
Alexander Rose
557bf63b55
prevent dragging of snapshot images
2023-04-30 21:10:24 -07:00
giagitom
0e32e0a785
lint-fix
2023-04-30 16:22:30 +02:00
giagitom
f2c607a4b2
Adding principal axes spec
2023-04-30 16:03:07 +02:00
David Sehnal
0d12a9e118
PluginState.setSnapshot fix ( #805 )
2023-04-27 12:34:44 +02:00
giagitom
02f418c8c5
Fix
2023-04-26 15:31:24 +02:00
giagitom
c59ae908b8
Implement 2 colors interpolation on impostor cylinders
2023-04-26 15:24:15 +02:00
giagitom
ba618c9e4a
Allow for single aromatic dash count
2023-04-26 14:56:42 +02:00
Alexander Rose
de5b7f31f9
add custom sizeFactor for some cellpack entities
2023-04-25 22:21:18 -07:00
Alexander Rose
e264abb57c
prevent dragging of snapshot images
2023-04-25 21:03:50 -07:00
Alexander Rose
46a84799b1
no componentManager in state
2023-04-25 20:58:02 -07:00
David Sehnal
ebd3ebe7b2
fix struct conn for waters ( #803 )
2023-04-25 16:25:39 +02:00
Alexander Rose
af451db432
group-by support for entities
2023-04-22 21:53:34 -07:00
Alexander Rose
804117475b
lint fixes
2023-04-22 10:18:59 -07:00
Alexander Rose
09ab8d6219
Merge pull request #796 from MadCatX/ntc-tube-uniform-color
...
Add a uniform color theme for NtC tube that still paints the residue and segment dividers in a different color
2023-04-22 10:18:05 -07:00
Alexander Rose
f3a5369690
support ignoreHydrogens for interactions
2023-04-22 09:56:21 -07:00
Michal Malý
8bf2fe624d
Add a uniform color theme for NtC tube that still paints the residue and
...
segment dividers in a different color
2023-04-20 17:38:55 +02:00
Alexander Rose
5ac435c6d1
only calculate instance-grid if there are instances
2023-04-16 12:54:09 -07:00
Alexander Rose
aab3759da2
fix file-info use
2023-04-16 12:46:52 -07:00
Alexander Rose
db1174bd32
Merge branch 'master' of https://github.com/molstar/molstar into mesoscale-explorer
2023-04-16 12:23:07 -07:00
Alexander Rose
50c1b667c5
3.34.0
2023-04-16 12:19:38 -07:00
Alexander Rose
360031d37c
Merge branch 'master' of https://github.com/molstar/molstar
2023-04-16 12:09:47 -07:00
Alexander Rose
9ec873e0db
changelog
2023-04-16 11:58:31 -07:00
Alexander Rose
c830a720b0
package updates
2023-04-16 11:56:32 -07:00
Alexander Rose
1aa7d1e0f7
Merge pull request #782 from molstar/eachLocation
...
add eachLocation to representation/visual interface
2023-04-16 11:53:44 -07:00
Alexander Rose
c5c8de8628
Merge branch 'master' of https://github.com/molstar/molstar into eachLocation
2023-04-16 11:44:45 -07:00
Alexander Rose
74c6d6f5a1
changelog
2023-04-16 11:44:03 -07:00
Russell Parker
2bff0faff7
Address Node incompatibility in mol-util/file-info ( #787 )
...
* Alter getFileInfo to avoid `instanceof WebAPIClass` and simple renames
* Remove note
* Fix potentially bad `window` reference
2023-04-13 23:41:21 +02:00
dsehnal
4df028aa77
readAllLinesAsync fix
2023-04-13 20:33:05 +02:00
dsehnal
47c2d153aa
tweak readLinesAsync
2023-04-13 20:25:20 +02:00
Alexander Rose
18be09e9d5
fix .getAllLoci for representations with structure.child
2023-04-12 23:28:16 -07:00
Alexander Rose
55e940e88c
fix rendering with very small viewport and SSAO
2023-04-12 23:25:57 -07:00
Alexander Rose
7a3fc2047e
Merge branch 'master' of https://github.com/molstar/molstar into mesoscale-explorer
2023-04-08 13:31:51 -07:00
Alexander Rose
e246f4e5ca
add eachLocation to representation/visual interface
2023-04-08 10:17:00 -07:00
Alexander Rose
5e1bb4b106
Merge pull request #778 from MadCatX/ntc-tube-missing-atoms
...
Fix rendering of NtC tube when some of the required atoms are missing
2023-04-08 09:55:51 -07:00
Alexander Rose
0b2889bb99
Merge branch 'master' into ntc-tube-missing-atoms
2023-04-08 09:55:44 -07:00
Alexander Rose
2994caf411
Merge pull request #779 from MadCatX/restore-vertex-array-per-program
...
Fix broken rendering caused by changes in 291d7abb78
2023-04-08 09:53:55 -07:00
Alexander Rose
e157993a0f
Merge branch 'master' of https://github.com/molstar/molstar into pr/MadCatX/779
2023-04-08 09:42:53 -07:00
Alexander Rose
6c7c9afc34
fix spec
2023-04-08 09:40:10 -07:00
Alexander Rose
2d0b17d93c
improve trackball keyState handling with modifiers
2023-04-08 09:29:57 -07:00
midlik
033c613c89
Added "Zoom All", "Orient Axes", "Reset Axes" buttons ( #776 )
...
* Added "Zoom All", "Orient Axes", "Reset Axes" buttons
* Addressed PR776 feedback
2023-04-08 10:06:39 +02:00
Michal Malý
1985eb59dd
Do not reuse vertex arrays among programs
2023-04-06 15:00:54 +02:00
Michal Malý
1cf6cbf8a3
changelog
2023-04-06 12:32:21 +02:00
Michal Malý
0b42379c34
Do not draw a NtC tube segment unless we have all required atoms
2023-04-06 12:20:13 +02:00
Alexander Rose
414c349974
changelog
2023-04-03 21:56:59 -07:00
Alexander Rose
cf6d5f7194
Merge pull request #774 from giagitom/markingDepth-avoid-alpha-0-rendering
...
Marking depth avoid alpha 0 rendering
2023-04-03 21:54:18 -07:00
Alexander Rose
949f5207b4
add ModifiersKeys.areNone
2023-04-03 21:46:28 -07:00
Alexander Rose
a1da374b32
add ModifiersKeys.areNone
2023-04-03 21:44:11 -07:00
giagitom
5460322d4a
Update changelog
2023-04-03 12:50:27 +02:00
giagitom
8b2da0b787
avoid rendering of alpha 0 renderables on renderMarkingDepth
2023-04-03 12:46:11 +02:00
Alexander Rose
f2e5c8a30f
Merge branch 'master' of https://github.com/molstar/molstar into mesoscale-explorer
2023-04-02 12:54:04 -07:00
Alexander Rose
3eaf4dacaf
3.33.0
2023-04-02 12:48:10 -07:00
Alexander Rose
d66d9b4dd7
changelog
2023-04-02 12:46:11 -07:00
Alexander Rose
cc52279e01
package updates
2023-04-02 12:45:42 -07:00
Alexander Rose
34b9a46f2d
add camera controls behavior
2023-04-02 12:39:56 -07:00
Alexander Rose
0def474f6d
Merge pull request #773 from molstar/model-conf-fields
...
include occupancy & B_iso_or_equiv in model conformation
2023-04-02 12:31:34 -07:00
Alexander Rose
e0ea9a2855
Merge branch 'master' into model-conf-fields
2023-04-02 12:31:21 -07:00
midlik
2bc381fe05
Forsake lazy imports ( #772 )
...
* Removed LazyImports (gl, pngjs, jpeg-js required as param of HeadlessPluginConstructor)
* Added a few methods to HeadlessPluginContext for rendering image without saving to file
* Updated CHANGELOG
* Lint
* Rolled back removing @types/jpeg-js from deps
2023-04-02 18:47:22 +02:00
Alexander Rose
95d84b9dbe
Merge branch 'master' of https://github.com/molstar/molstar into mesoscale-explorer
2023-04-01 23:36:17 -07:00
Alexander Rose
1f78994ac0
changelog
2023-04-01 23:36:07 -07:00
Alexander Rose
fb3cd3bf52
include occupancy & B_iso_or_equiv in model conformation
2023-04-01 19:49:24 -07:00
Alexander Rose
c4414c7cc4
Merge pull request #581 from molstar/mmcif/parse-all-blocks
...
add TrajectoryFromMmCif loadAllBlocks param
2023-04-01 16:25:56 -07:00
Alexander Rose
e2f2ceb7a9
Merge branch 'master' into mmcif/parse-all-blocks
2023-04-01 16:25:45 -07:00
Alexander Rose
641e7efb11
improve camera when toggeling pointer-lock/fly-mode
2023-04-01 16:13:31 -07:00
Alexander Rose
e5e02e966f
Merge branch 'master' of https://github.com/molstar/molstar into mesoscale-explorer
2023-04-01 11:47:30 -07:00
Alexander Rose
11f2ef50ef
add Frustum3D and Plane3D math primitives
2023-04-01 11:43:52 -07:00
Alexander Rose
869ecfaf71
improve typing of toArray methods
2023-04-01 11:33:01 -07:00
Alexander Rose
cb8731815c
changelog & param tweaks
2023-04-01 11:02:06 -07:00
Alexander Rose
a9177ad362
Merge branch 'master' of https://github.com/molstar/molstar into mmcif/parse-all-blocks
2023-04-01 10:44:49 -07:00
Alexander Rose
ad116df73b
fix camera project/unproject
...
- was wrong when using offset viewport
2023-03-31 23:37:52 -07:00
Alexander Rose
f30b3a410c
init camera for fly mode
...
- like for pointer-lock
2023-03-30 22:32:58 -07:00
Alexander Rose
c440ba2d4b
gl tweaks
...
- add more docs
- clean schema types
2023-03-30 22:16:11 -07:00
Alexander Rose
a3267dafdb
Merge pull request #762 from molstar/multi-scale-ssao
...
add multi-scale ssao
2023-03-30 22:13:43 -07:00
dsehnal
7a1e83733c
throttle canvas resize events
2023-03-30 15:00:24 +02:00
Russell Parker
7cb96ce983
Handle resizing viewer element when window remains the same size ( #763 )
...
* Handle resizing viewer element when window remains the same size
* Fix bad rebase
* Fall back to window resize event listener when ResizeObserver not defined
---------
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
2023-03-30 14:51:20 +02:00
jpattle
a73633d0c3
Selection and focus improvements ( #742 )
...
* Updated measurements so that the toggle selection button is not shown if selection mode is turned off
* Updated selection controls so that they cannot be turned off if selection mode is not shown
* Extended camera focus bindings to allow override of behaviour to reset camera focus on click
* Exported default bindings for selection and focus so that they can be more easily selectively overridden
* Added description to changelog and headers to modified files
* Fixed spacing in text for toggling selection mode
* Updated camera bindings to not be a breaking change by setting the new bindings to be optional and using default values when undefined
* resolved linting issues with camera bindings
* updated superposition UI to hide selection toggle button when selection mode is disabled
* updated the default value for click to reset camera bindings
2023-03-30 14:49:35 +02:00
Alexander Rose
b2f8e8dd4e
fix spec
2023-03-30 00:07:25 -07:00
Alexander Rose
291d7abb78
gl improvements
...
- remove unneccesary return values
- reuse vertex array among programs
- typo fixes
- cleanup material-textures
2023-03-29 23:50:30 -07:00
Alexander Rose
32873d787b
fix theme smoothing not updated
2023-03-29 23:22:55 -07:00
Alexander Rose
e243d71abf
cleanup level, light, clip assignments
2023-03-29 23:19:27 -07:00
Alexander Rose
2689d3f21a
more input/controls fixes & tweaks
...
- no identify when pointer-lock & controls movement
- limit controls key bindings to viewport
- take controls minDistance into account for movement
2023-03-28 23:22:55 -07:00
dsehnal
c1bc008114
Fix JSX reference
2023-03-28 10:04:36 +02:00
Alexander Rose
254578460a
input/controls fixes & tweaks
...
- assign trackball bindings in setProps
- remove cross element in input-observer dispose
- improve key event target handling
- add center dot to pointer-lock crosshair
2023-03-27 23:09:57 -07:00
Alexander Rose
f5467dd3b9
allow intra-residue contacts in single-residue models
2023-03-27 22:39:32 -07:00
Alexander Rose
9eb8714e11
add multi-scale ssao
2023-03-26 00:14:49 -07:00
Alexander Rose
847678ea56
improve canvas3d consoleStats
2023-03-26 00:14:05 -07:00
Alexander Rose
f08729a402
apply bumpiness as lightness with ignoreLight
2023-03-25 23:57:18 -07:00
Alexander Rose
a7c91257a7
Merge pull request #752 from molstar/input-controls
...
input/controls improvements
2023-03-25 23:52:10 -07:00
Alexander Rose
835369a91e
change dragRotateZ binding to drag left+shift+ctrl
2023-03-25 10:50:38 -07:00
Alexander Rose
62554b522f
add key bindings for fly mode & reset view
2023-03-25 10:32:02 -07:00
Alexander Rose
fd041cd4c3
change dragRotateZ binding to left+alt
2023-03-25 10:31:05 -07:00
Alexander Rose
cfbb68c8ef
improve contrast of pointer-lock cross
2023-03-25 10:30:05 -07:00
dsehnal
d7acec4f7d
tweak moveCamera
2023-03-25 11:58:06 +01:00
dsehnal
7da46bca8b
scale move speed by frametime
2023-03-24 19:52:11 +01:00
Sebastian Bittrich
66b4fcdc2c
simplify
2023-03-23 08:48:58 -07:00
Alexander Rose
c480579ca8
add web3dsurvey analytics code (only molstar.org)
2023-03-22 20:13:01 -07:00
Alexander Rose
e1a5ad16f1
ssao improvements
...
- make bias a global param
- add a 4th level by default
2023-03-22 20:07:30 -07:00
Alexander Rose
512ec4f8ea
Merge pull request #16 from arose/ssao-levels
...
[DRAFT] ssao levels
2023-03-21 23:31:58 -07:00
Alexander Rose
bc46b07ee1
refactor ssao levels as multi-scale option
2023-03-21 23:06:23 -07:00
Alexander Rose
f750f1581e
Merge branch 'master' of https://github.com/molstar/molstar into ssao-levels
2023-03-21 21:11:13 -07:00
Alexander Rose
00ff1a1eae
Merge branch 'master' of https://github.com/molstar/molstar into input-controls
2023-03-21 20:19:33 -07:00
dsehnal
ae795f8ad3
3.32.0
2023-03-20 09:29:41 +01:00
dsehnal
9d3c071689
changelog
2023-03-20 09:26:48 +01:00
David Sehnal
01cb23f566
add setFSModule ( #755 )
2023-03-20 09:24:45 +01:00
Alexander Rose
fe8a9799ab
add exposure parameter ( #751 )
...
* add exposure parameter
* add missing uniform
---------
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
2023-03-20 09:16:51 +01:00
David Sehnal
4f18154681
Marking improvements ( #750 )
...
* better marking identify
* changelog
* tweak
* type tweak
* simplify ui mouse move handling
---------
Co-authored-by: Alexander Rose <alexander.rose@weirdbyte.de >
2023-03-20 09:15:51 +01:00
Alexander Rose
2114c4a3ad
type fixes
2023-03-19 15:12:42 -07:00
Alexander Rose
2ca41b2b51
package updates
2023-03-19 15:11:58 -07:00
Alexander Rose
6605a2019e
Merge pull request #753 from giagitom/dpoit-avoid-alpha-0-rendering
...
Dpoit avoid alpha 0 rendering
2023-03-19 14:10:43 -07:00
giagitom
8b1ed5f183
Including wboit
2023-03-19 21:05:25 +01:00
giagitom
f11a1b788f
Updated changelog
2023-03-19 19:54:30 +01:00
giagitom
7928e24c54
Avoid rendering of fully transparent renderables
2023-03-19 19:51:01 +01:00
Alexander Rose
5dbca41da6
fix blurry occlusion in screenshots
2023-03-18 19:01:33 -07:00
Alexander Rose
f3fa54addf
input/controls improvements
2023-03-18 15:34:46 -07:00
Alexander Rose
e24dc0a680
handle cellpack missing asymid
2023-03-18 10:46:41 -07:00
Alexander Rose
e636397f90
ensure marking edges are at least one pixel wide
2023-03-15 20:56:08 -07:00
Sebastian Bittrich
1f3e20704d
better applicable check
2023-03-15 16:05:06 -07:00
Sebastian Bittrich
cc9bdd4f14
add ccd hierarchy preset
2023-03-15 16:01:54 -07:00
Russell Parker
6d76bf120d
Change nodejs-shim conditional to avoid checking document ( #740 )
2023-03-08 17:43:38 +01:00
Alexander Rose
a50e81551f
use ssao-scale for gl viewport/scissor
2023-03-06 22:48:31 -08:00
Alexander Rose
94cd5abf30
add lod-levels-preset param
2023-03-05 21:13:09 -08:00
Alexander Rose
cec33fa6a7
add support for examples
2023-03-04 10:37:02 -08:00
Alexander Rose
7b14a45582
skip ssao level when too close wrt to radius
2023-02-26 21:44:47 -08:00
Alexander Rose
86512bcea1
tweak ssao-blur thresholds
2023-02-26 19:16:37 -08:00
Alexander Rose
f0efffceaa
half/quarter res depth for distant ssao samples
2023-02-26 19:08:57 -08:00
Alexander Rose
8b37a9509f
tweak ssao-blur
2023-02-26 19:07:35 -08:00
Alexander Rose
de61956bf7
wip, ssao teaks
2023-02-25 21:40:58 -08:00
Alexander Rose
c1bc8fc262
adjust lod preset
2023-02-25 15:31:22 -08:00
Alexander Rose
797e6a5318
Merge branch 'mesoscale-explorer' of https://github.com/arose/mesoscale-explorer into ssao-levels
2023-02-25 15:25:06 -08:00
Alexander Rose
bd41f45370
fix adjustPluginProps
2023-02-25 15:15:49 -08:00
Alexander Rose
7946b7403c
Merge pull request #18 from arose/lod-radius-scale
...
Lod radius scale
2023-02-25 15:12:23 -08:00
Alexander Rose
eccf6e21e0
Merge branch 'mesoscale-explorer' of https://github.com/arose/mesoscale-explorer into lod-radius-scale
2023-02-25 15:09:01 -08:00
Alexander Rose
41c40da6c7
Merge branch 'master' of https://github.com/molstar/molstar into mesoscale-explorer
2023-02-25 15:04:49 -08:00
Alexander Rose
975f45eb01
package updates
2023-02-25 15:02:21 -08:00
Alexander Rose
f2399d3179
Merge pull request #737 from molstar/pp-improvements
...
Post-processing improvements
2023-02-25 14:45:48 -08:00
Alexander Rose
b26d62a067
webgl1 compat
2023-02-25 14:09:13 -08:00
Alexander Rose
926d6cbd46
reduce over-blurring occlusion at larger view distances
2023-02-25 13:52:18 -08:00
Alexander Rose
7ea47d2a99
use pixel-size for max depth difference
2023-02-25 13:31:44 -08:00
Alexander Rose
89ad8cfc15
fix orthographic camera defines not updated
2023-02-25 13:17:03 -08:00
Alexander Rose
302a309aff
add occlussion color
2023-02-25 13:03:12 -08:00
Sebastian Bittrich
fbc74c0012
Merge remote-tracking branch 'upstream/master'
2023-02-24 14:27:24 -08:00
Sebastian Bittrich
27a953795c
use ComponentBond.Provider
2023-02-24 14:17:48 -08:00
dsehnal
c3e62bc2e5
3.31.4
2023-02-24 13:13:06 +01:00
dsehnal
c2ab322bd2
Stop animation loop on dispose
2023-02-24 13:10:35 +01:00
jump2cn
aeab0f235c
allow link cylinder/line dashCount set to '0' ( #735 )
2023-02-23 10:52:56 +01:00
dsehnal
ae2285599f
3.31.3
2023-02-22 20:44:32 +01:00
dsehnal
104ab757d2
Update fs import in data-source.ts
2023-02-22 20:37:34 +01:00
Sebastian Bittrich
6ada52bc0b
names
2023-02-21 14:33:37 -08:00
Sebastian Bittrich
c526cb9f08
consolidate params
2023-02-21 13:51:26 -08:00
Sebastian Bittrich
a1662d76fb
parse CCD files
2023-02-21 13:41:40 -08:00
Alexander Rose
25a4c18dce
Merge branch 'mesoscale-explorer' of https://github.com/arose/mesoscale-explorer into ssao-levels
2023-02-18 14:04:40 -08:00
Alexander Rose
0fe4eda8ae
shape, ensure lodLevels update
2023-02-18 12:47:04 -08:00
Alexander Rose
de84a8c8c5
tweak minNear param max
2023-02-18 11:42:45 -08:00
Alexander Rose
4fa135daf0
fix near clipping avoidance in impostor shaders
2023-02-18 11:33:36 -08:00
Alexander Rose
e244a17b57
add cellSize to LodParams for testing
2023-02-18 11:25:31 -08:00
Alexander Rose
7b61d78a9e
ensure lodLevels update
2023-02-18 11:24:39 -08:00
Alexander Rose
b5540c7fe9
Merge branch 'mesoscale-explorer' of https://github.com/arose/mesoscale-explorer into lod-radius-scale
2023-02-18 10:24:48 -08:00
Alexander Rose
1c48509a17
consolidate cellpack & petworld ext into meso app
...
- remove petworld & cellpack ext for now
- automatically detect cif type
2023-02-18 10:20:00 -08:00
midlik
9870cb4082
Fixed degenerate case (1-point) in PCA ( #725 )
...
* Fixed degenerate case (1-point) in PCA - now correctly returns identity matrix
* Changelog
2023-02-17 20:08:21 +01:00
Alexander Rose
b2924761ab
update impostor bond visuals on sizeFactor changes
2023-02-12 22:06:18 -08:00
Alexander Rose
bf08b24991
increase minNear to reduce banding
2023-02-12 21:27:13 -08:00
Alexander Rose
0151ee1387
tweak lodLevel presets
2023-02-12 20:56:13 -08:00
Alexander Rose
eb6d5586cd
fix near clipping avoidance in impostor shaders
2023-02-12 20:37:07 -08:00
Alexander Rose
f66f1f545e
Merge branch 'mesoscale-explorer' of https://github.com/arose/mesoscale-explorer into lod-radius-scale
2023-02-12 11:05:54 -08:00
Alexander Rose
5a3f245ac0
Merge branch 'master' of https://github.com/molstar/molstar into mesoscale-explorer
2023-02-12 11:05:11 -08:00
Alexander Rose
9c5f451878
3.31.2
2023-02-12 09:19:17 -08:00
Alexander Rose
6a5fb85c5a
changelog
2023-02-12 09:13:40 -08:00
Alexander Rose
2aef5fb3e5
fix use of WEBGL_provoking_vertex
2023-02-12 09:12:24 -08:00
Jose Manuel Duarte
63a9aef5eb
Fixing exit code for volume packer ( #714 )
...
* Fixing exit code for pack.ts
* Changelog
---------
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
2023-02-12 14:37:02 +01:00
Alexander Rose
e36fe8c707
fix polymer trace update logic
2023-02-11 21:26:03 -08:00
Alexander Rose
fc7af1f60c
add lod to entities ui (for testing)
2023-02-11 13:23:01 -08:00
Alexander Rose
258cc1ef66
add scaleBias to lodLevels, consider element count
2023-02-11 13:14:39 -08:00
Alexander Rose
b3727f3774
fix getUnitsByEntity
2023-02-11 11:47:08 -08:00
Alexander Rose
b627d6a612
add mesoscale-explorer to webpack viewer config
2023-02-11 11:46:37 -08:00
Alexander Rose
918b83133e
Merge branch 'master' of https://github.com/molstar/molstar into mesoscale-explorer
2023-02-11 11:45:35 -08:00
Alexander Rose
0585f7b9ca
timer, mark ssao
2023-02-11 10:53:47 -08:00
Alexander Rose
25ab0d7799
fix outline artefact with opaque behind transparent
2023-02-11 10:49:43 -08:00
Alexander Rose
ea313a442c
remove pca transform from components ui focus
...
- too distracting
2023-02-11 10:45:09 -08:00
Alexander Rose
6aed941fc9
Merge branch 'master' of https://github.com/molstar/molstar into mesoscale-explorer
2023-02-05 20:07:59 -08:00
Alexander Rose
57a63e0381
3.31.1
2023-02-05 16:35:19 -08:00
Alexander Rose
c525812aee
changelog
2023-02-05 16:30:41 -08:00
Alexander Rose
e602705e6d
3.31.0
2023-02-05 16:19:17 -08:00
Alexander Rose
b7d126b39b
package updates
2023-02-05 16:13:46 -08:00
Alexander Rose
80b2864da8
remove unused travis file
2023-02-05 16:13:36 -08:00
Alexander Rose
36ba6f035a
increase max intensity in light/ambient params
2023-02-05 15:45:39 -08:00
Alexander Rose
b22e5bb7dd
tweak stats.calls
2023-02-05 15:41:09 -08:00
Alexander Rose
eca70d7536
Merge branch 'master' of https://github.com/molstar/molstar into mesoscale-explorer
2023-02-05 15:14:44 -08:00
Alexander Rose
b84bbdace2
refactor PCA focus some more
2023-02-05 15:08:17 -08:00
Alexander Rose
750b2f69fc
Merge pull request #710 from molstar/console-stats-timing
...
add consoleStats, improve timer
2023-02-05 14:00:51 -08:00
Alexander Rose
6ffe051a8e
Merge branch 'master' of https://github.com/molstar/molstar
2023-02-05 13:43:36 -08:00
Alexander Rose
bc3640b264
add asymIds to OperatorGroup
2023-02-05 13:43:27 -08:00
Alexander Rose
8746b6e2f4
Observable canvas commit
2023-02-05 13:41:42 -08:00
dsehnal
445977d99b
Fix data-source node workaround
2023-02-05 22:34:38 +01:00
Alexander Rose
0f0185e18c
add fast boundary helper and unit trait
2023-02-05 13:34:33 -08:00
Alexander Rose
adf8e2932f
Merge pull request #17 from arose/optimize-load
...
Optimize cellpack assembly creation, unit bbox computation & and show commit visual progress
2023-02-05 13:31:25 -08:00
dsehnal
a748b1581e
refactor PCA focus
2023-02-05 22:24:40 +01:00
Alexander Rose
e35cde3d6b
remove unused code
2023-02-05 13:07:32 -08:00
Alexander Rose
bbbb960b50
cellpack assembly transform
2023-02-05 12:35:56 -08:00
Alexander Rose
47a63e8906
Merge branch 'mesoscale-explorer' of https://github.com/arose/mesoscale-explorer into optimize-load
2023-02-05 11:29:34 -08:00
Ke Ma
af1e06203b
Dev focus pca ( #624 )
...
* viewer camera change based on Pca
* minor code refactor
* update author
* Update src/mol-plugin-state/manager/focus-camera/focus-first-residue.ts
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
* Update src/mol-plugin-state/manager/focus-camera/focus-first-residue.ts
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
* Update src/mol-plugin-state/manager/focus-camera/focus-first-residue.ts
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
* Update src/mol-plugin-state/manager/focus-camera/focus-first-residue.ts
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
* Update src/mol-plugin-state/manager/focus-camera/focus-first-residue.ts
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
* Update src/mol-plugin-ui/structure/components.tsx
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
* Update src/mol-plugin-state/manager/focus-camera/focus-first-residue.ts
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
* revise
* deepclone
* chunked-array
---------
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
2023-02-05 20:27:25 +01:00
dsehnal
e9cbd06652
cellpack symmetry build optimization
2023-02-05 19:08:01 +01:00
Alexander Rose
356cf008ce
add consoleStats, improve timer
2023-02-04 19:25:08 -08:00
Alexander Rose
07284e7e3d
handle null-texture in calcTextureMeshColorSmoothing
2023-02-04 13:58:02 -08:00
Alexander Rose
72055442b7
add Color.contrast/.luminance
2023-02-04 10:30:14 -08:00
Alexander Rose
5fa7d84c23
axes camera-helper tweaks
2023-02-03 07:59:26 -08:00
midlik
de46f08bf4
Minor changes regarding HeadlessPluginContext ( #708 )
...
* Minor changes regarding HeadlessPluginContext
* Tweaks
2023-02-03 12:31:39 +01:00
Alexander Rose
fde395e2fa
Merge pull request #705 from molstar/camera-helper-params
...
add axes camera-helper customization options
2023-02-01 08:10:47 -08:00
midlik
da1e55250e
Added HeadlessPluginContext, Canvas3DRenderer, image-renderer example ( #700 )
...
* Added HeadlessPluginContext, Canvas3DRenderer, image-renderer example
* Fixed dependencies in package.json
* Removed gl from deps
* Removed gl, pngjs, jpeg-js from dependencies, importing via LazyImports
* Updated docs in src/examples/image-renderer/index.ts
* Added gl, pngjs, jpeg-js to optionalDependencies
* Canvas3DRenderer: default cameraResetDurationMs: 0 (necessary when changing camera between renderings)
---------
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
2023-02-01 16:56:38 +01:00
Alexander Rose
a4ab117d14
support WEBGL_provoking_vertex
2023-01-31 19:56:03 -08:00
Alexander Rose
4cd7088eb8
add axes camera-helper customization options
2023-01-31 19:41:14 -08:00
Alexander Rose
8e1876fc25
update camera/handle helper on pixelRatio changes
2023-01-31 19:35:09 -08:00
Alexander Rose
29693ebe8c
fix text zOffset with orthographic projection
2023-01-31 19:09:36 -08:00
Alexander Rose
a8ee7bfcbe
fix uModelView construction
2023-01-31 19:04:46 -08:00
Alexander Rose
97fb6c044c
Merge branch 'mesoscale-explorer' of https://github.com/arose/mesoscale-explorer into ssao-levels
2023-01-29 21:49:15 -08:00
Alexander Rose
85c5575b96
Merge branch 'master' of https://github.com/molstar/molstar into mesoscale-explorer
2023-01-29 16:41:04 -08:00
Alexander Rose
2037dad03d
3.30.0
2023-01-29 16:28:11 -08:00
Alexander Rose
0a9fb603f6
changelog
2023-01-29 16:22:25 -08:00
Alexander Rose
0b7dadd345
package updates
2023-01-29 16:21:56 -08:00
Alexander Rose
a3645f5acc
use single channel for downsampled depth when possible
2023-01-29 16:08:58 -08:00
Alexander Rose
92f409d6fc
fix downsampled ssao
2023-01-29 16:08:18 -08:00
Alexander Rose
4ada0a0d29
use single channel for downsampled depth when possible
2023-01-29 15:13:08 -08:00
Alexander Rose
54714c06af
fix downsampled ssao
2023-01-29 13:41:42 -08:00
Alexander Rose
c28dd8135c
perf tweaks
...
- reuse vec3 in getMatrices
- fast path in createElementSphereImpostor
2023-01-28 23:08:39 -08:00
Alexander Rose
d3e674b135
use fast boundary for petworld structure
2023-01-28 17:24:34 -08:00
Alexander Rose
253d872599
add fast boundary helper and unit trait
2023-01-28 17:24:00 -08:00
Alexander Rose
b8ca8a9b34
refactor cellpack/petworld hierarchy creation
2023-01-28 17:00:46 -08:00
Alexander Rose
d180c26ca1
cache entity units mapping
...
- fix quadratic behavior
2023-01-28 14:01:12 -08:00
Alexander Rose
b51e50978e
improve calcInstanceGrid perf
2023-01-28 11:28:32 -08:00
Alexander Rose
b897cfd028
perf tweaks
...
- reuse vec3 in getMatrices
- fast path in createElementSphereImpostor
2023-01-28 11:23:05 -08:00
Alexander Rose
2ce8863709
tweaks
2023-01-28 10:29:08 -08:00
dsehnal
37362968d9
buildAssembly improvements for lipid layer
2023-01-24 10:38:19 +01:00
dsehnal
800393bc2b
Observable canvas commit
2023-01-23 23:54:39 +01:00
dsehnal
7a111c49f4
optimize assembly creation & bbbox computation
2023-01-23 13:48:53 +01:00
Alexander Rose
756ea140e2
ssao levels
2023-01-22 20:45:03 -08:00
Alexander Rose
f9400c2547
Merge branch 'master' of https://github.com/molstar/molstar into mesoscale-explorer
2023-01-22 14:23:30 -08:00
Alexander Rose
3baa03ccdc
adjust outlines based on view distance
2023-01-22 14:21:37 -08:00
Alexander Rose
659e96d93c
Merge pull request #699 from MadCatX/ntc_tube_discontinuity
...
Fix NtC tube and Confal pyramids mesh when there are discontinuous chains
2023-01-22 14:14:51 -08:00
Alexander Rose
1a52c2bab4
Merge branch 'master' of https://github.com/molstar/molstar into mesoscale-explorer
2023-01-22 11:50:24 -08:00
Alexander Rose
365d7d46fd
fix SSAO artefacts with high bias values
2023-01-22 11:47:17 -08:00
Alexander Rose
f8284508e1
Merge pull request #695 from molstar/state-images
...
state snapshot images
2023-01-22 11:45:16 -08:00
Alexander Rose
e9c36c2375
fix boundary-helper regression
2023-01-19 21:43:57 -08:00
Michal Malý
5d269fd77c
Check for discontinuities when buiilding Confal pyramids mesh
2023-01-17 17:30:30 +01:00
Michal Malý
0064293e01
Unregister ConfalPyramids
2023-01-17 17:30:30 +01:00
Michal Malý
ba4b6f70d3
Draw gaps in NtC tube if there are discontinuities in a chain
2023-01-17 17:30:28 +01:00
Alexander Rose
b4b79a6102
meso app, enable snapshot images
2023-01-16 13:24:07 -08:00
Alexander Rose
9d056a85ec
state snapshot images
2023-01-15 22:59:33 -08:00
Alexander Rose
3ed17fce6b
update gh workflow gl version
2023-01-15 22:53:34 -08:00
Alexander Rose
d656dd0d18
improve boundary calculation performance
2023-01-15 22:49:07 -08:00
Alexander Rose
b9054723d7
state snapshot images
2023-01-15 22:45:32 -08:00
Alexander Rose
ed37890519
cellpack/petworld preset tweak
2023-01-15 22:42:59 -08:00
Alexander Rose
22dc6bb1ea
improve instance-grid creation performance
2023-01-15 22:39:57 -08:00
Alexander Rose
0917713613
improve boundary calculation performance
2023-01-15 22:38:55 -08:00
Alexander Rose
0b6be09678
Merge branch 'master' of https://github.com/molstar/molstar into mesoscale-explorer
2023-01-15 14:14:43 -08:00
Alexander Rose
27c92085c7
changelog
2023-01-15 14:06:53 -08:00
Alexander Rose
94e9462af8
Merge pull request #526 from MadCatX/ntc_tube_2
...
Add NtC Tube representation
2023-01-15 14:05:29 -08:00
Michal Malý
2e52ccf5d8
Add NtC Tube representation
2023-01-15 22:18:13 +01:00
Michal Malý
b15196a284
Reset ConfalPyramidsIterator internal state correctly when switching
...
chains
2023-01-15 22:08:45 +01:00
Michal Malý
d29cc85439
Factor out common Dnatco code
2023-01-15 22:08:41 +01:00
Alexander Rose
30367cf239
lint spacing
2023-01-15 11:10:16 -08:00
Alexander Rose
500fdd31d7
Merge branch 'master' of https://github.com/molstar/molstar into mesoscale-explorer
2023-01-15 10:13:42 -08:00
Alexander Rose
dcf9d1c3bb
3.29.0
2023-01-15 10:06:42 -08:00
Alexander Rose
c0c2e4ce4a
changelog
2023-01-15 10:01:35 -08:00
Alexander Rose
3557f4e738
schema updates
2023-01-15 10:00:38 -08:00
Alexander Rose
6595c00cff
package updates
2023-01-15 09:58:20 -08:00
Alexander Rose
ca9a566c25
Merge branch 'master' of https://github.com/molstar/molstar into mesoscale-explorer
2023-01-15 09:07:31 -08:00
Alexander Rose
c612018ba8
Merge pull request #693 from molstar/dim-unmarked
...
support dim unmarked groups & marker edge strength
2023-01-15 09:04:35 -08:00
Alexander Rose
ec06ef2dfb
fix missing uniforms
2023-01-14 13:14:16 -08:00
Alexander Rose
2febf45700
support dim unmarked groups & marker edge strength
2023-01-14 12:46:26 -08:00
Alexander Rose
3e6066a1a1
add .getCenter and .center to Camera
2023-01-14 12:41:41 -08:00
Alexander Rose
b61e5c76db
add default to ParamDefinition.Values type
2023-01-14 12:40:13 -08:00
Alexander Rose
bdee4859f2
generic loci support for overpaint, substance, clipping
2023-01-14 12:39:25 -08:00
Alexander Rose
8386bf2ec6
wip, mesoscale-explorer app
2023-01-14 12:24:45 -08:00
Alexander Rose
a50443589f
add .getCenter and .center to Camera
2023-01-14 12:06:13 -08:00
Alexander Rose
fd74bfe9c2
add default to ParamDefinition.Values type
2023-01-14 12:03:33 -08:00
Alexander Rose
f82693103a
support dim unmarked groups & marker edge strength
2023-01-14 12:02:32 -08:00
Alexander Rose
cff72bcb67
fix
2023-01-09 20:27:57 -08:00
Alexander Rose
e3326fca29
Merge branch 'master' of https://github.com/molstar/molstar into mesoscale-explorer
2023-01-09 20:19:43 -08:00
Alexander Rose
b5e45aae95
Merge pull request #692 from molstar/misc2
...
Misc2
2023-01-09 20:18:01 -08:00
Alexander Rose
7fd12c5622
tweaks/fixes
2023-01-09 20:16:33 -08:00
Alexander Rose
47442be989
changelog
2023-01-08 21:30:41 -08:00
Alexander Rose
3a484dc41a
make SymmetryOperator.createMapping monomorphic
2023-01-08 21:25:23 -08:00
Alexander Rose
9a2dfd7e57
improve calculateInvariantBoundingSphere
2023-01-08 21:25:07 -08:00
Alexander Rose
c9a168a138
improve checks in UnitsRepresentation setVisualState
2023-01-08 21:24:35 -08:00
Alexander Rose
3726f28eeb
defer calculation of more scene properties
2023-01-08 21:24:21 -08:00
Alexander Rose
ead25d6a9c
tweak BoundaryHelper performance
2023-01-08 21:24:14 -08:00
Alexander Rose
55f4abb6be
add repr/theme registry .clear method
2023-01-08 21:24:04 -08:00
Alexander Rose
7ccf376beb
wip, explorer ui
2023-01-08 21:20:00 -08:00
Alexander Rose
8678ac301c
improve checks in UnitsRepresentation setVisualState
2023-01-08 21:08:00 -08:00
Alexander Rose
dde6f10b22
defer calculation of more scene properties
2023-01-08 21:06:22 -08:00
Alexander Rose
f9f41dac6a
make SymmetryOperator.createMapping monomorphic
2023-01-08 21:05:10 -08:00
Alexander Rose
af6ab0ec9e
tweak BoundaryHelper performance
2023-01-08 20:56:20 -08:00
Alexander Rose
485e91796b
improve calculateInvariantBoundingSphere
2023-01-08 20:53:59 -08:00
Alexander Rose
2451ad3f0a
add repr/theme registry .clear method
2023-01-08 20:49:23 -08:00
Alexander Rose
b0125d139a
Merge branch 'master' of https://github.com/molstar/molstar into mesoscale-explorer
2023-01-08 20:48:29 -08:00
dsehnal
2e013fafc8
Add StructureElement.Loci.forEachLocation
2023-01-05 13:07:21 +01:00
Alexander Rose
d0069b9684
wip, explorer state ui
2023-01-02 16:01:42 -08:00
dsehnal
0809379f91
update build badge
2023-01-02 14:23:36 +01:00
dsehnal
0d4a95f5af
workflow name
2023-01-02 14:21:30 +01:00
Alexander Rose
ed6a6f71ce
Merge branch 'master' of https://github.com/molstar/molstar into mesoscale-explorer
2022-12-31 12:08:48 -08:00
David Sehnal
2e9129a71c
Fix some cyclic imports & reduce const enum usage ( #680 )
...
* fix mol-theme/color
* fix mol-theme/size
* remove unnecessary const enums
* remove Column.ValueType const enum
* NumberTypes
* ValueKindConst => ValueKinds
* more const enum fixes
* more const enums
* readme
* update filename
* typing
* FeatureTypes
2022-12-31 11:22:18 +01:00
David Sehnal
7384bebf4e
Fix some cyclic imports & reduce const enum usage ( #680 )
...
* fix mol-theme/color
* fix mol-theme/size
* remove unnecessary const enums
* remove Column.ValueType const enum
* NumberTypes
* ValueKindConst => ValueKinds
* more const enum fixes
* more const enums
* readme
* update filename
* typing
* FeatureTypes
2022-12-31 11:22:05 +01:00
Alexander Rose
a042e72f28
Merge branch 'master' of https://github.com/molstar/molstar into mesoscale-explorer
2022-12-30 20:46:24 -08:00
Alexander Rose
0e197b1885
Merge pull request #683 from molstar/misc
...
Misc tweaks
2022-12-30 20:45:46 -08:00
Alexander Rose
54697ae0d5
changelog
2022-12-30 10:16:30 -08:00
Alexander Rose
7b6eb9337e
add input-color picker
2022-12-29 21:51:42 -08:00
Alexander Rose
a94fb84052
add isDisabled to ParameterMappingControl
2022-12-29 21:51:27 -08:00
Alexander Rose
528aeb1873
only update clip defines if changed
2022-12-29 21:51:18 -08:00
Alexander Rose
e7b35daf45
improve structure/unit areEqual methods
...
- always equal when objects are identical
2022-12-29 21:51:06 -08:00
Alexander Rose
7d10971617
avoid cloning of structure repr params
2022-12-29 21:50:49 -08:00
Alexander Rose
6ac12fd457
wip, mesoscale explorer app
2022-12-29 21:49:14 -08:00
Alexander Rose
0abedba665
avoid cloning of structure repr params
2022-12-29 11:42:59 -08:00
Alexander Rose
8bc688a491
improve structure/unit areEqual methods
...
- always equal when objects are identical
2022-12-29 10:20:36 -08:00
Alexander Rose
46524b19ab
only update clip defines if changed
2022-12-29 10:17:32 -08:00
Alexander Rose
a9bcd4c1c6
add isDisabled to ParameterMappingControl
2022-12-29 10:16:52 -08:00
Alexander Rose
a355be9c0f
add input-color picker
2022-12-27 12:02:22 -08:00
dsehnal
3d83211503
fix dropFiles bug
2022-12-24 12:51:09 +01:00
dsehnal
cd8c8fa020
Merge branch 'master' of https://github.com/molstar/molstar
2022-12-23 14:28:16 +01:00
Alexander Rose
4b663baa88
Merge branch 'master' of https://github.com/molstar/molstar into mesoscale-explorer
2022-12-22 21:39:20 -08:00
David Sehnal
4c03009357
Volume Quick Color Select Control ( #677 )
...
* changelog
* volume quick select control
* tweak
2022-12-22 08:53:27 +01:00
Alexander Rose
047f547863
support tags in StructureBuilder.createStructure
2022-12-21 20:25:03 -08:00
Alexander Rose
83c62c614b
Merge branch 'master' of https://github.com/molstar/molstar
2022-12-21 20:24:22 -08:00
Alexander Rose
c39b3569de
add escapeRegExp util
2022-12-21 20:24:06 -08:00
Alexander Rose
22402280a7
wip, mesoscale explorer app
2022-12-21 20:13:02 -08:00
Alexander Rose
7e9872871d
support tags in StructureBuilder.createStructure
2022-12-21 20:12:09 -08:00
Alexander Rose
6c595377a3
add escapeRegExp util
2022-12-21 20:11:14 -08:00
dsehnal
7fea62aa46
changelog
2022-12-20 14:28:07 +01:00
midlik
d816f510ea
Volseg more tweaks 2 ( #675 )
...
* Volseg: Fixed not loading volume section from state
* Volseg: Double-sided meshes (still ugly)
* Mesh extension: Detection (and correction) of inverted meshes
* Meshes extension: Fixed transparent backfaces, tidy up
* Removed duplicated classes in Meshes and Volseg extensions
* Changelog
2022-12-20 14:24:31 +01:00
Alexander Rose
56ed5a784d
Merge branch 'master' of https://github.com/molstar/molstar into mesoscale-explorer
2022-12-19 16:19:59 -08:00
dsehnal
c2064aa318
3.28.0
2022-12-20 00:37:33 +01:00
dsehnal
109709ce8b
Merge branch 'master' of https://github.com/molstar/molstar
2022-12-20 00:34:53 +01:00
midlik
b200725762
Volseg more tweaks ( #674 )
...
* Volseg: Fixed not loading volume section from state
* Volseg: Double-sided meshes (still ugly)
* Mesh extension: Detection (and correction) of inverted meshes
2022-12-20 00:34:40 +01:00
dsehnal
9cf34bf987
changelog
2022-12-20 00:27:00 +01:00
Alexander Rose
be3a91bb14
package updates
2022-12-19 15:21:10 -08:00
Alexander Rose
fc948d8b27
fix gpu mc use of float16
2022-12-19 14:41:12 -08:00
midlik
8774658f4e
Volseg: Fixed not loading volume section from state ( #672 )
...
* Volseg: Fixed not loading volume section from state
* Volseg: Double-sided meshes (still ugly)
2022-12-19 23:19:53 +01:00
David Sehnal
0bf32148af
Viewer setting for volumes and segmentations ( #673 )
2022-12-19 23:10:40 +01:00
David Sehnal
97d158b615
Volseg extenison tweaks ( #671 )
...
* improve currentVolume behavior
* use different iso-value if 1sigma isnt present in the data
2022-12-19 22:16:09 +01:00
Alexander Rose
b772dea188
tweak ignoreHydrogens non-polar handling ( #669 )
2022-12-19 21:59:55 +01:00
Alexander Rose
5c8f0b35ec
changelog
2022-12-19 10:33:36 -08:00
dsehnal
1b382653f2
add volume controls to Volseg extension
2022-12-19 16:49:30 +01:00
midlik
c7cee63c97
Volumes & Segmentations extension ( #668 )
...
* Created CellStar state action
* CellStar: download metadata
* Right panel - CellStar UI
* CellStar: Lattice segmenatation and fitted PDB models
* CellStar: Support for source-database entry ID from metadata
* CellStar: Mesh segmentation
* CellStar: Switching between multiple entries
* CellStar: Changed default API URL
* UI updates
* CellStar: Clicking on meshes shows annotations...
* support info in Converted param
* support color/size in VolumeRepresentation3DHelpers.getDefaultParams
* support multi-visual volume representations
- repr can provide list of keys
- create visual for each key
* add volume segmentation support
- segmentation property
- segment loci & location
* add volume-segment color theme
* add volume segment representation
* use optional chaining
* add support for volume segmentation cif
* improve isosurface bounding-sphere
* fix segcif schema type
* CellStar: Highlighting segments on hover in the right panel
* CellStar: Using new Mol*-native segment visualization
* lint
* Segmentation volume can have custom segment labels
* CellStar: Segment labels for Mol*-native segments
* CellStar: Removed old implementation of segments
* CellStar: Rename CellStarLatticeSegmentationData2 -> CellStarLatticeSegmentationData
* CellStar: Default volume server is https://cellstar.ncbr.muni.cz
* CellStar: debugging
* CellStar: Fixed bug in LatticeSegmentation (scaling)
* CellStar: Partially savable state
* CellStar: WaitingSlider
* CellStar: Opacity changed via params
* Savable state for opacity
* CellStar: Changing UI in animations
* CellStar: Savable state for whole current UI
* CellStar: Savable state for segment labels
* CellStar: Source can be 'idr', CellStarVolumeServerConfig.DefaultServer
* CellStar: Select segment for lattice segmentation
* CellStar: Select segment, complete
* CellStar: Changes visible labels to "Volume & Segmentation"
* CellStar: Drop list with available entries
* CellStar: Volume type switching (partial)
* CellStar: Trying to set direct-volume control points
* CellStar: Volume visual switching
* Mesh extension: removed molstar-lib-imports
* CellStar: Global options
* CellStar: Updated file headers and `CHANGELOG.md`
* CellStar: UI controls disabled while executing change
* CellStar: Hidden state nodes, fixed bug with removed global state
* CellStar: Volume opacity slider
* CellStar extension renamed to Volseg
* UI tweaks
Co-authored-by: Alexander Rose <alexander.rose@weirdbyte.de >
2022-12-19 16:15:23 +01:00
Alexander Rose
fbb9f09536
tweak interior in presets
2022-12-17 21:25:38 -08:00
Alexander Rose
d8e5b9a5c6
Merge branch 'master' of https://github.com/molstar/molstar into mesoscale-explorer
2022-12-17 21:18:44 -08:00
Alexander Rose
ba9474fa62
add stencil related webgl state and format
2022-12-16 21:47:05 -08:00
Alexander Rose
b7ec7ea686
Merge pull request #665 from molstar/solid-impostor
...
Solid impostors
2022-12-16 21:41:14 -08:00
Alexander Rose
74560adb08
changelog
2022-12-16 21:20:52 -08:00
Alexander Rose
e6a303bdda
Merge branch 'master' of https://github.com/molstar/molstar into solid-impostor
2022-12-16 21:19:19 -08:00
David Sehnal
7afcf0bb68
Show histogram in direct volume control point settings ( #666 )
2022-12-16 20:02:46 +01:00
Alexander Rose
7aae2d0616
fix impostor sphere near clipping
2022-12-15 22:06:06 -08:00
dsehnal
9255505a3b
3.27.0
2022-12-15 13:02:37 +01:00
dsehnal
6c0dfd338d
changelog
2022-12-15 12:59:45 +01:00
David Sehnal
c306e988c8
Ability to show only polar hydrogens ( #663 )
2022-12-15 12:26:34 +01:00
Alexander Rose
86f7a8b273
add impostor solidInterior param
2022-12-14 22:50:15 -08:00
David Sehnal
2428a8efab
Merge pull request #660 from molstar/struct-conn-ions-fix
...
Fix struct_conn bond assignment for ions
2022-12-14 10:20:22 +01:00
Alexander Rose
cba12e487f
wip, solid impostor flag
2022-12-13 23:59:08 -08:00
dsehnal
e98d7931ca
Fix import
2022-12-13 18:01:59 +01:00
dsehnal
f8e2d2e3d0
tweak hasStructConnRecord
2022-12-13 17:57:31 +01:00
dsehnal
4455bab6ac
Fix struct_conn bond assignment for ions
2022-12-13 16:06:19 +01:00
David Sehnal
b21fb27041
Merge pull request #658 from molstar/action-params
...
ApplyActionControl param handling
2022-12-13 15:20:31 +01:00
dsehnal
5402ee0019
ApplyActionControl param handling
2022-12-13 15:16:19 +01:00
David Sehnal
02654ea57b
Merge pull request #657 from molstar/fix-qa-assignment
...
Fix QualityAssessment assignment
2022-12-13 09:33:13 +01:00
dsehnal
9cd4aeabaa
Merge branch 'master' of https://github.com/molstar/molstar into fix-qa-assignment
2022-12-13 09:32:42 +01:00
dsehnal
d788511a83
header
2022-12-13 09:32:20 +01:00
Alexander Rose
378b5b8096
Merge pull request #643 from arussell123/master
...
Add include transparent parameter for outlines
2022-12-12 21:58:49 -08:00
Alexander Rose
e26eb2f751
Merge branch 'master' into master
2022-12-12 21:58:25 -08:00
Alexander Rose
26264b15f7
tweaks
2022-12-12 21:56:34 -08:00
Alexander Rose
309e3dd981
impostor per-pixel object clipping
2022-12-12 21:51:39 -08:00
Alexander Rose
4ff5ed3b5d
fix cylinder imposter cap normals
2022-12-12 21:18:37 -08:00
dsehnal
270a757756
changelog
2022-12-12 18:39:41 +01:00
dsehnal
79e4030ab4
fix qa assignment
2022-12-12 18:35:52 +01:00
David Sehnal
fd86927e04
Merge pull request #655 from MKampfrath/access-modifiers
...
change access modifiers
2022-12-12 16:36:38 +01:00
MKampfrath
df3a7e5037
change access modifiers
2022-12-12 16:30:40 +01:00
Alice Russell
fefc6f14c9
Change is outline enabled to is transparant outline enabled
2022-12-12 10:43:14 +00:00
Alexander Rose
923fbef0e4
remove superfluous check
2022-12-11 20:45:26 -08:00
Alexander Rose
601bd5ba7a
improve impostor shaders
...
- fix sphere near-clipping with orthographic projection
- fix cylinder near-clipping
- add interior cylinder caps
2022-12-10 21:47:16 -08:00
Alexander Rose
5798f20c41
lint fix
2022-12-10 21:41:25 -08:00
David Sehnal
f2e26f91a8
Merge pull request #647 from dwilliams-nobias/animation-once-stops
...
Animation "once" fails to stop for many frames under certain conditions
2022-12-08 16:53:27 +01:00
David Sehnal
e2cdc45be6
Merge branch 'master' into animation-once-stops
2022-12-08 16:53:15 +01:00
Alice Russell
96493bc75e
Fix linting
2022-12-07 14:26:48 +00:00
Alice Russell
d78ad4a78e
Merge remote-tracking branch 'upstream/master'
2022-12-07 12:25:22 +00:00
Alice Russell
0c54b0dd6e
Add option to toogle transparent outline
2022-12-07 12:21:31 +00:00
Alexander Rose
65310e52de
guard against issue with bumpiness in impostors
2022-12-06 22:48:22 -08:00
David Williams
285d3cd9b8
Requested changes for pull request
2022-12-06 17:36:48 -08:00
David Williams
10486abb64
Add example molecule with 1,000 animation frames
2022-12-06 17:32:44 -08:00
David Williams
8c1a9fc988
Correctly check for duration "once" for fixed or computed duration
2022-12-06 16:57:27 -08:00
Alexander Rose
b067b0eed5
Merge branch 'master' of https://github.com/molstar/molstar into mesoscale-explorer
2022-12-04 12:20:32 -08:00
Alexander Rose
7bdd0b470b
3.26.0
2022-12-04 12:18:09 -08:00
Alexander Rose
b7a51f12bf
changelog
2022-12-04 12:12:22 -08:00
Alexander Rose
e002ac5474
Merge pull request #644 from molstar/power-pref
...
support power-preference webgl attribute
2022-12-04 12:09:46 -08:00
Alexander Rose
211d339ce0
Merge branch 'master' into power-pref
2022-12-04 12:09:39 -08:00
Alexander Rose
509fb14473
Merge pull request #645 from molstar/structure-mol-surf
...
add structure molecular surface visual
2022-12-04 12:09:14 -08:00
Alexander Rose
ef838a1b83
Merge branch 'master' into structure-mol-surf
2022-12-04 12:09:05 -08:00
Alexander Rose
f84b5b633d
improve Representation typing
2022-12-04 09:45:12 -08:00
Alexander Rose
8ec8c1170d
comment
2022-12-04 09:32:02 -08:00
David Sehnal
920b98e4d1
Merge pull request #604 from molstar/volume-theme
...
by-volume-value theme
2022-12-04 09:18:32 +01:00
dsehnal
c80f52d4bc
Merge branch 'master' of https://github.com/molstar/molstar into volume-theme
2022-12-04 09:14:41 +01:00
dsehnal
0b6aa42daf
tweaks
2022-12-04 09:14:06 +01:00
Alexander Rose
04dc6427ef
update SaccharideNames
2022-12-03 22:00:24 -08:00
Alexander Rose
77e366b484
schema updates
2022-12-03 21:58:04 -08:00
Alexander Rose
add7cfa0f2
package updates
2022-12-03 21:53:00 -08:00
Alexander Rose
14d4fa142c
changelog
2022-12-03 21:46:55 -08:00
Alexander Rose
7fe1617f25
shadow param tweaks
2022-12-03 21:46:30 -08:00
Alexander Rose
cbe4cb521c
add structure molecular surface visual
2022-12-03 21:32:54 -08:00
Alexander Rose
d6dffe89d6
Merge pull request #1 from arose/lod-cull
...
Lod cull
2022-12-03 21:12:53 -08:00
Alexander Rose
0107159b84
changelog
2022-12-03 18:21:50 -08:00
Alexander Rose
c106b99d5d
fix renderer spec
2022-12-03 18:18:10 -08:00
Alexander Rose
2f695ca68f
changelog
2022-12-03 17:40:57 -08:00
Alexander Rose
461592f6e3
add shadow to petworld preset
2022-12-03 17:31:53 -08:00
Alexander Rose
ccf3b5c75d
Merge branch 'master' of https://github.com/molstar/molstar into lod-cull
2022-12-03 16:24:48 -08:00
Alexander Rose
a40702cda4
compat docs
2022-12-03 12:19:26 -08:00
Alexander Rose
7c394525c1
Merge pull request #637 from molstar/sss
...
Screen-space shadows
2022-12-03 10:59:05 -08:00
Alexander Rose
12ed051fea
Merge pull request #606 from jpattle/remove-caps-from-ligand-query
...
Remove common protein caps from ligand query
2022-12-03 10:41:00 -08:00
Alexander Rose
014913c635
support power-preference webgl attribute
2022-12-03 10:17:57 -08:00
Alexander Rose
369e45c282
handle bounds in shadow screen fade
2022-12-03 10:02:14 -08:00
Alice Russell
2892caec0c
Update changelog
2022-12-02 12:31:56 +00:00
Alice Russell
eb609e918a
linting fixes
2022-12-02 12:28:51 +00:00
Alice Russell
9217e58845
Add option to set minimum alpha value for outlines to be shown
2022-12-02 12:12:22 +00:00
Alexander Rose
a5ad456b52
Merge branch 'master' of https://github.com/molstar/molstar into lod-cull
2022-11-28 11:45:06 -08:00
Alexander Rose
26b633618a
tweak cellpack shadow params
2022-11-27 22:22:29 -08:00
Alexander Rose
e3054d6ee1
shadows bonds check
2022-11-27 22:07:23 -08:00
Alexander Rose
0b6294f4ec
check for shadow in PostprocessingPass.isEnabled
2022-11-26 22:33:11 -08:00
Alexander Rose
7b130dc0f3
cleanup
2022-11-26 22:09:24 -08:00
Alexander Rose
d93c128c25
cleanup
2022-11-26 22:04:41 -08:00
Alexander Rose
e1dd74775e
refactor sss
...
- only sss, remove other ao implementations
- tweak params
- make sss a separate renderable
2022-11-26 21:47:08 -08:00
Alexander Rose
e61e706607
Merge branch 'master' of https://github.com/molstar/molstar into fake_shadow
2022-11-25 21:13:35 -08:00
jpattle
a57d46deaa
Merge branch 'master' into remove-caps-from-ligand-query
2022-11-21 08:58:41 +00:00
Alexander Rose
60efdc0071
3.25.1
2022-11-20 10:43:31 -08:00
Alexander Rose
4dc1155a9e
changelog
2022-11-20 10:38:07 -08:00
Alexander Rose
5cabe6fb42
fix auto structure-quality for coarse models
2022-11-20 10:37:30 -08:00
Alexander Rose
42239c305f
better handle single-element units in Structure.eachUnitPair
2022-11-20 10:25:26 -08:00
ludovic autin
fd3c763349
All parameters exposed to try to find best parameters for different representation.
2022-11-18 09:13:42 -08:00
ludovic autin
daa9bbf2c9
fix trailing space
2022-11-17 09:31:21 -08:00
ludovic autin
c7dad00908
fake screen space shadow, second pass ssao
2022-11-17 09:28:00 -08:00
ludovic autin
24317717e8
Merge remote-tracking branch 'upstream/master' into forkdev
2022-11-16 14:01:04 -08:00
dsehnal
dd3eac6db6
3.25.0
2022-11-16 00:15:41 +01:00
dsehnal
1606f8517f
changelog
2022-11-16 00:12:57 +01:00
David Sehnal
3a98401ada
Merge pull request #623 from JonStargaryen/master
...
Fix Handling of Gzipped Assets by Reverting #615
2022-11-16 00:11:02 +01:00
Alexander Rose
4764251241
operator key tweaks
2022-11-14 21:48:44 -08:00
Sebastian Bittrich
3de04b7b9d
CHANGELOG
2022-11-14 13:17:15 -08:00
Sebastian Bittrich
04908495e9
Revert "keep asset url to detect compression"
...
This reverts commit 2bc45c25fe .
2022-11-14 13:13:06 -08:00
Alexander Rose
357243c717
set marking off by default for mesoscale loaders
2022-11-13 22:39:00 -08:00
Alexander Rose
23f1d57064
Merge branch 'master' of https://github.com/molstar/molstar into lod-cull
2022-11-13 21:21:22 -08:00
Alexander Rose
3c835c848e
3.24.0
2022-11-13 20:56:58 -08:00
Alexander Rose
0f1788f122
changelog
2022-11-13 20:51:24 -08:00
Alexander Rose
3d72e700a4
package updates
2022-11-13 20:48:33 -08:00
Alexander Rose
a5cf41e65f
fix viewport color for transparent background ( #617 )
2022-11-13 20:47:30 -08:00
Alexander Rose
7029bc41d7
Merge pull request #621 from molstar/theme-strength
...
add theme strength to 3d repr state
2022-11-13 20:22:14 -08:00
Alexander Rose
b87d40c844
changelog
2022-11-13 20:21:41 -08:00
Alexander Rose
9e154376d3
Merge branch 'master' of https://github.com/molstar/molstar into theme-strength
2022-11-13 20:18:56 -08:00
Alexander Rose
4a9fdbce57
Merge pull request #619 from molstar/opkey
...
add key to symmetry operator
2022-11-13 20:18:12 -08:00
Alexander Rose
775e335292
remove cantor-pair use
2022-11-13 20:11:42 -08:00
Alexander Rose
e553bf4deb
add theme strength to 3d repr state
2022-11-12 21:58:13 -08:00
Alexander Rose
db0e09ec6e
add more webgl extensions
...
- draw_buffers_indexed
- parallel_shader_compile
- fbo_render_mipmap
2022-11-12 20:34:18 -08:00
Alexander Rose
ba50760f92
add key to symmetry operator
...
- molql operatorKey
- index-pair operator prop
2022-11-12 20:30:33 -08:00
Alexander Rose
a56a2500d4
improve cellpack cif support
2022-11-12 20:27:34 -08:00
Alexander Rose
4950bb9e0a
various lod tweaks & fixes
2022-11-12 16:25:24 -08:00
Alexander Rose
7fc409a8d1
cellpack & petworld cif loader improvements
2022-11-12 10:16:14 -08:00
Alexander Rose
f52872718c
emulate gl_DrawID as needed
2022-11-12 09:44:08 -08:00
Alexander Rose
abca6e3bf7
share vertex-array between program variants
2022-11-12 09:32:20 -08:00
David Sehnal
524e6d4f81
Merge pull request #615 from JonStargaryen/master
...
keep asset url to detect compression
2022-11-11 07:47:44 +01:00
ludovic autin
db93a669ab
Merge branch 'molstar:master' into forkdev
2022-11-10 13:59:26 -08:00
Sebastian Bittrich
423f5b0502
CHANGELOG
2022-11-10 13:16:27 -08:00
Sebastian Bittrich
2bc45c25fe
keep asset url to detect compression
2022-11-10 13:13:49 -08:00
Alexander Rose
4fedef90c7
adjust radius for lod in sphere shader
2022-11-08 21:44:02 -08:00
Alexander Rose
69ca72ff86
rename MultiDrawInstancedData to MultiDrawBaseData
2022-11-08 21:42:30 -08:00
Jason Pattle
d341463f67
Removed unneccessary wholeResidues query from new ligand selection query as the atomGroups residue-test already covers this functionality
2022-11-07 08:37:16 +00:00
Alexander Rose
19d1ecb36a
add (slow) texture-mesh position iterator
2022-11-06 23:27:17 -08:00
Alexander Rose
ffe4047f97
fix vertex color/overpaint in direct-volume shader
2022-11-06 22:24:36 -08:00
Alexander Rose
15a3c29e7a
adjust external-volume theme file name
2022-11-06 22:23:15 -08:00
Alexander Rose
6a32f85e60
Merge pull request #603 from giagitom/transparent-bg-fixes
2022-11-06 16:42:27 -08:00
Alexander Rose
542a4725ad
add elements-based lod levels for spheres
2022-11-06 15:14:14 -08:00
Alexander Rose
5d8bd6f474
support rendering elements-based lod levels
2022-11-06 15:13:32 -08:00
Alexander Rose
d8b98cc39d
add instance-grid culling support
2022-11-06 15:00:05 -08:00
Alexander Rose
1d558c32d5
add per-object lod support
2022-11-06 13:13:32 -08:00
Alexander Rose
72c560e5a2
fix missing material texture disposal
2022-11-06 12:54:25 -08:00
Alexander Rose
268246e1ef
cleanup types
2022-11-06 12:51:19 -08:00
Alexander Rose
8957f8a55f
ignore built-ins in checkActiveUniforms
2022-11-06 12:50:14 -08:00
Alexander Rose
cdf7a1dfe8
add InstanceGrid to group instances spatially
2022-11-06 12:49:57 -08:00
Alexander Rose
398d82f359
frustum culling of whole render-objects
2022-11-06 12:43:53 -08:00
Alexander Rose
11fb1b655f
support changing offset of gl attributes
2022-11-06 12:38:31 -08:00
Alexander Rose
5032a2538a
add Plane3D and Frustum3D math objects
2022-11-06 12:31:24 -08:00
Alexander Rose
cabc0e5344
remove multi draw emulation from compat
...
- can't emulate gl_DrawID there
2022-11-05 11:12:55 -07:00
Alexander Rose
fe1414dd6b
improve typing of various toArray functions
2022-11-05 09:00:59 -07:00
Jason Pattle
42ff593004
Added missing semicolon; linting
2022-11-02 10:06:26 +00:00
Jason Pattle
5140af4e6f
Added myself as a contributor to package.json
2022-11-02 09:56:07 +00:00
Jason Pattle
0f5b4c00a9
Updated changelog
2022-11-02 09:54:57 +00:00
Jason Pattle
feb69f4987
Excluded whole residues which match any common protein caps from the ligand selection query
2022-11-02 09:49:44 +00:00
Jason Pattle
84eb9a58ca
Added names for common protein caps
2022-11-02 09:49:07 +00:00
dsehnal
fbd96f473a
External Volume theme features
2022-11-01 11:54:27 +01:00
dsehnal
69228157dc
fix typo
2022-10-31 15:42:13 +01:00
dsehnal
6808f32b8d
by-volume-value theme
2022-10-31 15:41:10 +01:00
giagitom
f29c62ec33
Transparent bg fix
2022-10-30 12:06:32 +01:00
Alexander Rose
13cee09a1c
fix multi draw webgl extension handling
...
- no gl_DrawID when emulated
- add missing .bind(gl/ext)
- use typed arrays in signatures
2022-10-30 00:18:16 -07:00
Alexander Rose
d77981230b
mmcif schema update
2022-10-29 12:15:29 -07:00
Alexander Rose
eb5c6bd30a
add support for more webgl extensions
...
- WEBGL_draw_instanced_base_vertex_base_instance
- WEBGL_multi_draw_instanced_base_vertex_base_instance
2022-10-27 21:29:58 -07:00
dsehnal
e2b92c15f0
PluginContext.initContainer options
2022-10-27 08:41:01 +02:00
Alexander Rose
6f5e6f2fe2
improve Vec3 and Box3D
...
- add Vec3.clamp
- add Vec3.transformDirection
- add Box3D.addSphere3D
- add Box3D.intersectsSphere3D
- add Box3D.containsSphere3D
2022-10-26 22:32:23 -07:00
Alexander Rose
fc8c932874
add stride param to element sphere/point visual
2022-10-26 22:10:32 -07:00
Alexander Rose
784523e635
misc tweaks
2022-10-26 22:09:01 -07:00
Alexander Rose
56db418949
improve canvas3d consoleStats
2022-10-26 22:02:30 -07:00
Alexander Rose
31d6e81a59
add basic petworld extension
2022-10-26 22:01:34 -07:00
Alexander Rose
6356628c80
add support for webgl multiDraw extension
2022-10-26 21:58:51 -07:00
dsehnal
14614f4803
3.23.0
2022-10-19 13:11:47 +02:00
dsehnal
37d3489b07
changelog
2022-10-19 13:09:02 +02:00
David Sehnal
f81225cc0d
Merge pull request #592 from molstar/volume/defaults-for-em
...
Change EM Volume Streaming default Auto
2022-10-19 13:08:17 +02:00
dsehnal
eb47f43940
Change EM Volume Streaming default Auto
2022-10-19 13:05:16 +02:00
dsehnal
7618a5e2c9
pr template
2022-10-19 12:41:24 +02:00
David Sehnal
ab3ff842b2
Merge pull request #590 from molstar/reusable-canvas
...
Built-in support for mouting/unmounting PluginContext
2022-10-19 09:55:31 +02:00
dsehnal
82f0f92c15
remove unused code
2022-10-18 15:20:48 +02:00
dsehnal
545d9434d8
Add PluginContext.initContainer/canvas3dInitialized and their usage
2022-10-18 09:16:08 +02:00
dsehnal
bbc43d5113
Add PluginContext.mount/unmount
2022-10-18 08:41:29 +02:00
dsehnal
a6709acf65
3.22.0
2022-10-17 20:44:13 +02:00
dsehnal
509a027742
changelog
2022-10-17 20:41:35 +02:00
David Sehnal
7244023233
Merge pull request #589 from molstar/picking-granuality-v2
...
Volume.PickingGranuality custom property
2022-10-17 20:39:47 +02:00
dsehnal
c5f987d8b2
getSliceLoci tweak
2022-10-17 20:36:39 +02:00
dsehnal
793696d4c0
Volume slice granuality
2022-10-17 20:34:11 +02:00
dsehnal
305ca05f04
tweaks
2022-10-17 20:24:48 +02:00
dsehnal
f4d7d1920a
typos
2022-10-17 20:12:19 +02:00
dsehnal
458aad0161
Volume.PickingGranuality custom property
2022-10-17 20:05:56 +02:00
dsehnal
9e3132461f
3.21.0
2022-10-17 17:32:57 +02:00
dsehnal
8301291215
changelog
2022-10-17 17:29:52 +02:00
David Sehnal
daed14e228
Merge pull request #588 from midlik/picking-whole-isosurfaces
...
New volume isosurface param pickingGranularity: voxels|surfaces
2022-10-17 17:27:34 +02:00
David Sehnal
7db82c5ba5
Merge pull request #584 from arussell123/master
...
Prevent component controls collapsing when option is selected
2022-10-17 16:43:01 +02:00
Alexander Rose
91d03c22c2
3.20.0
2022-10-16 21:42:39 -07:00
Alexander Rose
bc188f0d2b
changelog
2022-10-16 21:37:18 -07:00
Alexander Rose
3981225824
package updates
2022-10-16 21:34:59 -07:00
Alexander Rose
1886d9d72f
add structure-index color theme
2022-10-16 21:28:06 -07:00
Alexander Rose
2a7dec8892
Merge pull request #583 from jpattle/model-index-carbon-color
...
Model index updates & carbon color
2022-10-16 19:43:23 -07:00
Alexander Rose
35d4a5b297
Merge branch 'master' into model-index-carbon-color
2022-10-16 19:39:22 -07:00
Alexander Rose
26345bfa50
tweak
2022-10-16 17:42:43 -07:00
Alexander Rose
8c9b8676dd
handle 'not enough samples' in distinctColors
2022-10-16 16:43:50 -07:00
Alexander Rose
5593c7a75f
add Model.MaxIndex and use in model-index theme
2022-10-16 16:37:09 -07:00
Alexander Rose
5b70c14ffe
tweak theme descriptions
2022-10-16 16:35:51 -07:00
Alexander Rose
5e4d611044
tweak changelog
2022-10-16 16:33:52 -07:00
David Sehnal
7ab9d57156
Merge pull request #545 from giagitom/lookup3d
...
adding nearest and distance to point methods to lookup3d
2022-10-14 21:46:33 +02:00
Adam Midlik
9ea6f51126
New volume isosurface param pickingGranularity: voxels|surfaces
2022-10-13 00:57:39 +02:00
giagitom
649fe4f4f0
Lint fix
2022-10-12 16:57:56 +02:00
giagitom
53df86c585
Avoid using unnecessary extractMinimum from heap if k=1 on nearest search, add nearest method as unreleased.
2022-10-12 16:14:51 +02:00
Alice Russell
87c708e3c1
Remove action state from being set to undefined when action selected to stop options from minimising on selection
2022-10-12 10:58:30 +01:00
Jason Pattle
ba927b0490
returned clone of theme params for model and trajectory index themes, added contributor name
2022-10-12 08:30:52 +01:00
Jason Pattle
2a09725c98
added the new model-index color theme as an option in the illustrative color-theme
2022-10-12 08:30:10 +01:00
Jason Pattle
9fa0d17933
removed carbon color adjustment option
2022-10-12 08:29:45 +01:00
Jason Pattle
8d9f8a996a
Updated change log with changes to model-index and element-symbol
2022-10-12 08:29:17 +01:00
giagitom
8814b60d0b
Increased performances of lookup3d nearest search.
2022-10-11 18:12:27 +02:00
Jason Pattle
541c07c53a
Added a parameter to make adjusting the carbon color by the same saturation and lightness carbon colors optional
2022-10-11 16:19:17 +01:00
Jason Pattle
6cbed80815
updated the default color palette and removed the redundant model color map
2022-10-11 16:07:44 +01:00
Jason Pattle
a3c1fdc0f4
Added the model index theme provider as an option for the carbon color when selecting the element-symbol color theme
2022-10-11 15:53:05 +01:00
Jason Pattle
ddf789b01c
added a new model-index color theme based off the trajectory index theme but instead using the Model.Index structure property
2022-10-11 15:50:23 +01:00
Jason Pattle
ab86cc0bf3
Renamed the model-index color theme file to trajectory-index
2022-10-11 15:37:04 +01:00
Jason Pattle
dc8fab5820
[BREAKING CHANGE] renamed the model-index color theme and its usages to trajectory-index to better reflect the functionality of the color theme
2022-10-11 15:35:29 +01:00
giagitom
813c4f845a
Merge branch 'master' into lookup3d
2022-10-09 15:10:37 +02:00
dsehnal
509e6bc2d8
add TrajectoryFromMmCif.loadAllBlocks param
2022-10-09 14:36:33 +02:00
Alexander Rose
6ed42e9521
add mipmap-based blur for skybox backgrounds
2022-10-08 14:54:29 -07:00
Alexander Rose
fb01ba60ec
use resources object to get textures for smaa pass
2022-10-08 14:08:07 -07:00
Alexander Rose
ea4210ded5
add willReadFrequently option to sdf text 2d context
2022-10-08 14:06:25 -07:00
Alexander Rose
75e5cf54d6
remove deprecated vscode extension from recommendations
2022-10-08 14:05:12 -07:00
Jason Pattle
7cebc85a95
fixed linting warnings
2022-10-06 13:02:15 +01:00
Jason Pattle
c00faafa6d
Returned a clone of the element symbol params instead of the original const, removing a todo comment
2022-10-06 11:42:53 +01:00
Jason Pattle
c9b14f0742
Updated the element symbol color theme so that the carbon color is also adjusted by saturation and brightness props
2022-10-06 09:13:33 +01:00
Alexander Rose
9624137c0d
3.19.0
2022-10-01 17:26:48 -07:00
Alexander Rose
3eb433368f
changelog
2022-10-01 17:21:18 -07:00
Alexander Rose
58691f4f5f
package updates
2022-10-01 17:19:59 -07:00
Alexander Rose
5e9295abd5
changelog
2022-10-01 15:45:17 -07:00
Alexander Rose
6ed0ae55b2
fix black artifacts
...
- on specular highlights with transparent background
2022-10-01 15:34:54 -07:00
Alexander Rose
84448d0aa1
Merge branch 'master' of https://github.com/molstar/molstar
2022-10-01 13:51:58 -07:00
Alexander Rose
31ced24966
Merge pull request #573 from molstar/optimize-binary-packing
...
Optimize BinaryCIF integer packing
2022-10-01 13:51:21 -07:00
Alexander Rose
24681840af
debug tweaks
2022-10-01 13:34:50 -07:00
Alexander Rose
5d28aa4f2e
add cameraClipping.minNear param
2022-10-01 13:32:09 -07:00
Alexander Rose
7dabdf3085
dpoit fixes
...
- when post-processing is off
- when rendering direct-volumes
2022-10-01 13:26:10 -07:00
giagitom
d7cbd5570c
Implement lookup & grid nearest search using fibonacci heap
2022-09-30 15:44:10 +02:00
dsehnal
80011d4aea
optimize BinaryCIF integer packing
2022-09-29 17:30:26 +02:00
David Sehnal
c6fe440a01
Merge pull request #569 from russellp17/fix-empty-texture-error-on-empty-canvas
...
Fix "empty textures" error on empty canvas
2022-09-27 16:52:28 +02:00
Russell Parker
ba8d6dc3fa
Fix "empty textures" error on empty canvas
2022-09-27 10:24:55 -04:00
giagitom
378f4f8304
Merge branch 'master' into lookup3d
2022-09-19 10:22:43 +02:00
Alexander Rose
aa414485a5
3.18.0
2022-09-17 11:55:04 -07:00
Alexander Rose
3a35a5d66a
changelog
2022-09-17 11:49:08 -07:00
Alexander Rose
43b0a72b09
package updates
2022-09-17 11:49:01 -07:00
Alexander Rose
521ac2d13f
stereo camera improvements
...
- fix param updates not applied
- better param ranges and description
- add timer.mark for left/right camera
2022-09-17 11:43:18 -07:00
Alexander Rose
30520c50c2
fix changelog
2022-09-17 11:39:40 -07:00
Alexander Rose
819f07eba3
Merge pull request #533 from giagitom/dpoit
...
Integration of Dual depth peeling - OIT method
2022-09-17 11:36:56 -07:00
Alexander Rose
d8d6aa7136
wboit, tweak timer.mark
2022-09-17 11:34:48 -07:00
giagitom
0bdcfea276
Merge branch 'master' into lookup3d
2022-09-16 17:45:20 +02:00
giagitom
718f76313f
Adding nearest method to lookup3d at unit and structure level.
2022-09-16 17:32:07 +02:00
Alexander Rose
ed75a365d8
dpoit, cleanup
2022-09-12 22:38:49 -07:00
Alexander Rose
f5ff13ffe4
dpoit, fix transparent background
2022-09-12 22:38:26 -07:00
Alexander Rose
44c69b1716
dpoit, fix depthMask not off
2022-09-12 22:27:03 -07:00
Alexander Rose
559ca7ffb8
Merge branch 'master' of https://github.com/molstar/molstar into pr/giagitom/533
2022-09-12 22:22:55 -07:00
Alexander Rose
524f34e8c1
3.17.0
2022-09-11 14:38:51 -07:00
Alexander Rose
d749be11f0
type fixes
2022-09-11 14:34:21 -07:00
Alexander Rose
13dc9ff3cb
package updates
2022-09-11 14:12:57 -07:00
Alexander Rose
24b4fce326
improve RG texture format handling
2022-09-10 17:21:20 -07:00
Alexander Rose
f506210bf8
dpoit, fix webgl1 support
...
- in webgl1 drawbuffers must be in the same format for some reason
2022-09-10 17:12:59 -07:00
Alexander Rose
cb0cbd06ce
Merge branch 'master' of https://github.com/molstar/molstar into pr/giagitom/533
2022-09-10 16:02:43 -07:00
Alexander Rose
3356239089
fix click event triggered after move
2022-09-10 15:57:07 -07:00
Alexander Rose
9a5b2edc08
cleanup unused variable
2022-09-10 15:39:07 -07:00
Alexander Rose
2d41b4bd83
dpoit, use half float for color textures when available
2022-09-10 15:36:54 -07:00
Alexander Rose
58f7758ee1
add note to MAX_DPOIT_DEPTH constant
2022-09-10 15:30:28 -07:00
Alexander Rose
9dbb642883
more blend back handling cleanup
2022-09-10 15:26:49 -07:00
Alexander Rose
c5222e4d1d
Merge branch 'master' of https://github.com/molstar/molstar into pr/giagitom/533
2022-09-10 14:54:57 -07:00
Alexander Rose
a5a695a17c
Merge pull request #514 from yakomaxa/molql_integration_PR
...
Integration of pymol/vmd/jmol transpilers from MolQL project (WIP rasmol transpiler)
2022-09-10 14:51:53 -07:00
Alexander Rose
7d1dc86cfb
Merge branch 'master' into molql_integration_PR
2022-09-10 14:50:27 -07:00
Alexander Rose
03224f914a
transpiler helper cleanup
2022-09-10 14:49:03 -07:00
Alexander Rose
1cf1f07232
Merge pull request #552 from molstar/perf-caveat
...
add support for failIfMajorPerformanceCaveat
2022-09-10 13:43:37 -07:00
Alexander Rose
838d36a74e
Merge branch 'master' into perf-caveat
2022-09-10 13:43:24 -07:00
Alexander Rose
6c9300d01b
fix useBehavior handling
2022-09-10 13:42:52 -07:00
Alexander Rose
3059f7efef
Merge pull request #553 from molstar/pdb-ter
...
fix handling of PDB TER records
2022-09-10 12:51:08 -07:00
Alexander Rose
fbce7d9afa
Merge branch 'master' into pdb-ter
2022-09-10 12:50:59 -07:00
Alexander Rose
1c9f3ed9fa
simplify ter record check
2022-09-10 12:50:22 -07:00
Alexander Rose
8c47d2d400
Merge pull request #554 from molstar/repr-getAllLoci
...
add repr.getAllLoci
2022-09-10 12:46:13 -07:00
Alexander Rose
8a18f25b5d
Merge branch 'master' into repr-getAllLoci
2022-09-10 12:46:05 -07:00
Alexander Rose
e7ae0058ed
Merge pull request #555 from molstar/bond-key-prop
...
add key property to intra- and inter-bonds
2022-09-10 12:45:39 -07:00
Alexander Rose
98bf3a3e33
tweak per-group transparency cutoff
2022-09-09 23:45:02 -07:00
Alexander Rose
379fcd4494
dpoit, render volumes with standard blending
2022-09-09 23:13:15 -07:00
Alexander Rose
8589777bac
Merge branch 'master' of https://github.com/molstar/molstar into pr/giagitom/533
2022-09-09 22:27:45 -07:00
Alexander Rose
c10a21ecbd
add key property to intra- and inter-bonds
2022-09-09 22:19:57 -07:00
Alexander Rose
eddc616b14
add repr.getAllLoci
2022-09-09 19:23:46 -07:00
Alexander Rose
70fc1a9579
support residue ranges in jmol atom expressions
2022-09-09 15:59:14 -07:00
Alexander Rose
f27ec4d6a4
formatting
2022-09-09 15:36:08 -07:00
Alexander Rose
1e6e956e2d
improve pymol keywords
...
- rename polymer.protein and polymer.nucleic
- fix guide "C4'"
2022-09-09 15:35:46 -07:00
Alexander Rose
0a2a3530d1
fix handling of PDB TER records
2022-09-09 13:20:15 -07:00
Alexander Rose
9e4c820e26
add support for failIfMajorPerformanceCaveat
2022-09-09 12:31:40 -07:00
Alexander Rose
05290bfe9e
update renderer spec resource counts
2022-09-08 18:40:43 -07:00
Alexander Rose
607f4ce353
dpoit: fix drawbuffer setup and blend to target
2022-09-08 18:10:31 -07:00
Alexander Rose
4b819ead1d
formating
2022-09-08 18:08:53 -07:00
Alexander Rose
d07d9d3f31
add missing dpoitIterations param
2022-09-08 18:08:16 -07:00
Alexander Rose
d08776bf19
Merge branch 'master' of https://github.com/molstar/molstar into pr/yakomaxa/514
2022-09-07 18:37:37 -07:00
Alexander Rose
7a61fd44fd
remove rasmol transpiler
...
- functionallity integrated into jmol transpiler
2022-09-07 18:32:43 -07:00
Alexander Rose
151da1487c
formatting
2022-09-07 18:28:45 -07:00
Alexander Rose
e3f6dfad5b
improve jmol transpiler
...
- add basic within function
- add basic backbone and protein keyword
- allow withspace in parans
2022-09-07 18:06:15 -07:00
Alexander Rose
32080ce918
improve jmol transpiler
...
- add resno ranges
- add bracketed resnames
- allow comma as OR
2022-09-07 15:16:28 -07:00
Alexander Rose
aedb2138c8
Merge pull request #548 from molstar/interactions-parent-display
...
add parentDisplay param to interactions repr
2022-09-06 12:19:25 -07:00
Alexander Rose
90e6938f1c
Merge branch 'master' into interactions-parent-display
2022-09-06 11:57:02 -07:00
David Sehnal
eadff35250
Merge pull request #547 from molstar/sifts-alignment/residue-test
...
alignAndSuperposeWithSIFTSMapping includeResidueTest option
2022-09-05 15:11:53 +02:00
Alexander Rose
487450ec64
show only 'between' interaction in docking-viewer
2022-09-04 22:41:35 -07:00
Alexander Rose
f2f730bab5
fix parentDisplay 'between' logic
2022-09-04 22:41:06 -07:00
Alexander Rose
ceecee37a7
add parentDisplay param to interactions repr
2022-09-02 22:19:45 -07:00
dsehnal
394377bea9
alignAndSuperposeWithSIFTSMapping update
2022-09-02 15:50:58 +02:00
dsehnal
2b47818deb
alignAndSuperposeWithSIFTSMapping includeResidueTest option
2022-09-02 15:38:06 +02:00
giagitom
9f72465052
remove unnecessary
2022-09-02 10:21:56 +02:00
giagitom
ac33b4a322
Adding distanceToVec in sphere3d namespace
2022-09-02 10:20:51 +02:00
giagitom
911c844e54
Remove logs and unused variables
2022-09-01 18:09:04 +02:00
giagitom
12b9655565
adding nearest and distance to point methods to lookup3d
2022-09-01 17:41:09 +02:00
dsehnal
2935717a06
Canvas3DParams fix
2022-08-29 16:49:30 +02:00
dsehnal
2c8d2cfa21
3.16.0
2022-08-25 17:55:54 +02:00
dsehnal
d67c0eb757
ViewportHelpContent fix
2022-08-25 17:53:10 +02:00
giagitom
7bcbcd5a7f
Exposed dpoitIterations parameter
2022-08-25 16:07:36 +02:00
giagitom
1c06e7f36e
Merge branch 'master' into dpoit
2022-08-24 18:44:30 +02:00
giagitom
407297adc0
added dpoit-enable query string
2022-08-24 18:21:34 +02:00
giagitom
b082b31562
Remove logs, changelog, set wboit as default option
2022-08-24 18:19:59 +02:00
giagitom
fcbeb0f82f
Add defines for direct-volume
2022-08-24 17:42:08 +02:00
dsehnal
7094f8f265
Improve Viewer theming & label customization
2022-08-24 15:26:24 +02:00
giagitom
48aaa13420
Fix missing texture format
2022-08-24 15:24:30 +02:00
giagitom
d2434cf91f
Merge branch 'master' into dpoit
2022-08-24 15:09:13 +02:00
giagitom
8dbe0d2793
Lint-fix
2022-08-24 14:37:33 +02:00
giagitom
7b308cf984
Keep wboit as default OIT method
2022-08-24 14:34:44 +02:00
giagitom
520af504aa
Throw an error if wboit and dpoit are both enabled
2022-08-24 14:29:40 +02:00
giagitom
4bee130599
Added credits and contributions + lint-fix
2022-08-24 14:12:12 +02:00
dsehnal
19a9ed3e19
3.15.0
2022-08-23 19:00:36 +02:00
dsehnal
0dac1b93ae
changelog
2022-08-23 18:57:45 +02:00
dsehnal
e824863de1
lint
2022-08-23 18:56:07 +02:00
David Sehnal
9ff8becd62
Merge pull request #530 from midlik/volume-streaming-camera-target
...
Volume streaming camera target (without caching)
2022-08-23 18:53:11 +02:00
Adam Midlik
fcaa1bcfa8
Merge branch 'master' into volume-streaming-camera-target
2022-08-23 18:39:37 +02:00
giagitom
39f51bcc4f
Integration of Dual depth peeling - OIT method
2022-08-23 17:09:53 +02:00
Adam Midlik
1b904ee2c9
Addressed PR comments
2022-08-23 17:03:32 +02:00
yakomaxa
e2baafc426
lint
2022-08-23 18:13:14 +09:00
yakomaxa
6dabe73002
Update pymol keywords and properties
2022-08-23 17:16:10 +09:00
David Sehnal
d9b2b99c86
Merge pull request #531 from molstar/safari-wboit
...
add missing depth renderbuffer to wboit pass
2022-08-23 09:40:27 +02:00
Alexander Rose
bdf23a7c4e
add missing depth renderbuffer to wboit pass
...
- fix wboit in Safari >=15
2022-08-22 23:39:50 -07:00
yakomaxa
c1723e0806
lint
2022-08-21 21:59:10 +09:00
yakomaxa
93590bd482
Remove comment line in vmd keyword
2022-08-21 21:54:38 +09:00
yakomaxa
fbaa9d9e58
Finally enabled selection by negative-valued residue index in RasMol
2022-08-21 21:48:47 +09:00
yakomaxa
ba78a8558c
Finally enabled selection by negative-valued residue index
2022-08-21 21:39:20 +09:00
yakomaxa
513be04352
lint PyMOL
2022-08-21 21:38:43 +09:00
yakomaxa
15317aa11b
give pymol the ability to deal with negatively indexed residue numbering
2022-08-21 19:37:20 +09:00
yakomaxa
93e107f333
give pymol the ability to deal with negatively indexed residue numbering
2022-08-21 19:32:45 +09:00
yakomaxa
655b334b0a
Updated rasmol parser and spec
2022-08-21 17:14:29 +09:00
yakomaxa
95cc1c58a6
remove comment and unused character and functions
2022-08-21 16:56:20 +09:00
yakomaxa
0511d3e599
Unparenthesized residue range enabled in RasMol and parenthesized was un-activated
2022-08-21 16:51:38 +09:00
yakomaxa
92a41b5c46
Unparenthesized residue range enabled in RasMol, which should be ported to Jmol
2022-08-21 16:48:41 +09:00
yakomaxa
be16837c8c
Remove unused lines
2022-08-21 15:51:41 +09:00
yakomaxa
bf5f26cb12
Remove comment-out lines. Moved un-bracketed residue name to the supported feature
2022-08-21 15:44:09 +09:00
yakomaxa
ccbcef7eff
lint
2022-08-21 15:33:49 +09:00
yakomaxa
d02a97b7f0
un-bracketed residue-name and un-parenthesized residue number is enabeled in RasMol
2022-08-21 15:31:48 +09:00
yakomaxa
e0ca413c54
Remove needless substitutions to a temporary variable x
2022-08-21 10:42:32 +09:00
yakomaxa
a272fc1c05
Remove comment-out lines
2022-08-21 10:39:44 +09:00
yakomaxa
2c3f74d4ea
Remove a comment-out line
2022-08-21 10:38:40 +09:00
yakomaxa
c65b2fc0fd
Remove a comment-out line
2022-08-21 10:37:25 +09:00
yakomaxa
fd725adf27
Added TODO comment for comment-out functions
2022-08-21 10:36:47 +09:00
yakomaxa
ceba6da91f
Remove comment-out lines
2022-08-21 10:27:57 +09:00
yakomaxa
064e7d42ee
Remove a comment-out import
2022-08-21 10:26:56 +09:00
yakomaxa
cfdbf0c614
Remove comment-out lines
2022-08-21 10:25:33 +09:00
yakomaxa
436777fe34
Remove a comment-out import and a comment-out piece of code
2022-08-21 10:22:45 +09:00
yakomaxa
f08aa46222
Remove two comment-out import
2022-08-21 10:20:58 +09:00
yakomaxa
e099ac514a
Remove three comment-out console.log
2022-08-21 10:19:56 +09:00
yakomaxa
873755f619
Remove comment-out unused import
2022-08-21 10:18:49 +09:00
yakomaxa
2094b7cf83
Update changelog mentioning this feature
2022-08-21 10:16:49 +09:00
yakomaxa
6ffdd81bb1
remove commented console.log
2022-08-21 10:14:32 +09:00
yakomaxa
a69cb17602
remove default paramerter and added whitespace before }
2022-08-21 10:12:56 +09:00
yakomaxa
7c82a9fd6e
update transpile.ts
2022-08-21 10:11:59 +09:00
yakomaxa
10d9a6c83d
removed console.log in try and replaced it by console.error in catch
2022-08-21 10:01:56 +09:00
Alexander Rose
e474e9b090
3.14.0
2022-08-20 16:43:16 -07:00
Alexander Rose
837f9a6c74
changelog
2022-08-20 16:37:46 -07:00
Alexander Rose
c357aed7bb
schema updates
2022-08-20 16:36:48 -07:00
Alexander Rose
59ffddfd8d
update packages
2022-08-20 16:33:17 -07:00
Alexander Rose
fb3accaa36
Merge pull request #528 from molstar/safari-surf-fix
...
wrap gl_VertexID in int()
2022-08-20 15:45:14 -07:00
Alexander Rose
b3e79544ad
Merge branch 'master' into safari-surf-fix
2022-08-20 15:44:30 -07:00
Alexander Rose
2ee0f3bf97
Merge pull request #515 from molstar/background-pass
...
Background pass
2022-08-20 15:41:32 -07:00
Alexander Rose
a56b5edc4e
cleanup
2022-08-20 15:32:01 -07:00
Alexander Rose
f2d71b6551
Merge branch 'master' into background-pass
2022-08-20 15:25:20 -07:00
Alexander Rose
ef560ddc03
Merge pull request #529 from molstar/webgl-state
...
Webgl state
2022-08-20 15:22:04 -07:00
Alexander Rose
2e30ffe1bc
Merge branch 'master' into webgl-state
2022-08-20 15:21:54 -07:00
Alexander Rose
325b5e9297
Merge pull request #527 from molstar/custom-prop-fix
...
fix CustomElementProperty coloring
2022-08-20 15:21:01 -07:00
Alexander Rose
ae9e04b8d4
reduce number of webgl state changes
...
- add viewport and scissor to state object
- add hasOpaque to scene object
2022-08-20 12:04:51 -07:00
Alexander Rose
ab0010122b
handle renderable rendering edge cases
...
- fix text background rendering for opaque text
- fix helper scenes not shown when rendering directly to draw target
2022-08-20 12:04:04 -07:00
Alexander Rose
08d736ecdc
image loading error handling and other tweaks
2022-08-20 11:54:51 -07:00
Alexander Rose
9c362c8ffd
Merge branch 'master' of https://github.com/molstar/molstar into background-pass
2022-08-20 11:07:57 -07:00
Alexander Rose
62c8778560
Merge pull request #513 from molstar/inter-bonds-props
...
expose inter-bonds props & improve performance
2022-08-20 11:06:04 -07:00
Alexander Rose
2fe0665e12
simplify box3d functions
2022-08-20 10:57:40 -07:00
Alexander Rose
14a957f517
Merge branch 'master' of https://github.com/molstar/molstar into inter-bonds-props
2022-08-20 10:56:14 -07:00
Alexander Rose
087010d0a1
Merge pull request #525 from molstar/pairBonds-maxDistance
...
set some IndexPairBonds maxDistance to Infinity
2022-08-20 10:54:12 -07:00
Alexander Rose
f92657310a
Merge branch 'master' into pairBonds-maxDistance
2022-08-20 10:54:03 -07:00
Alexander Rose
19e91400b5
fix CustomElementProperty coloring
...
- can't check data availabilty in isApplicable because it is obtained on demand
2022-08-20 10:14:21 -07:00
Alexander Rose
7885fb7b4f
wrap gl_VertexID in int()
...
-fix GPU surfaces rendering in Safari with WebGL2
2022-08-20 10:12:51 -07:00
Alexander Rose
331bec11ee
cleanup comment
2022-08-20 10:08:47 -07:00
Adam Midlik
f6ed650ef6
Refactoring, cleaning
2022-08-19 15:17:50 +02:00
Adam Midlik
df9ce6add9
Volume Streaming Around Camera - parameter Radius is relative to FOV
2022-08-19 12:42:10 +02:00
Adam Midlik
28ee47d501
Volume Streaming Around Camera - avoid chain-reaction updates
2022-08-19 11:29:52 +02:00
Adam Midlik
df2da479ad
Volume Streaming - corrected help text for Detail Level (range is 1-7)
2022-08-19 10:23:00 +02:00
Adam Midlik
46eb9d8baf
Volume Streaming - correct init value of Selection Detail and Dynamic Detail when View type changes
2022-08-19 10:21:08 +02:00
Adam Midlik
b6be871a21
Volume Streaming all types use MonoQueue
2022-08-18 23:28:11 +02:00
Adam Midlik
ce2367fc0a
Volume streaming Around Focus uses MonoQueue (i.e. never queuing more than 1 update)
2022-08-18 19:27:53 +02:00
dsehnal
f219cd6c8b
prefer webgl1 in Safari 16
2022-08-18 17:39:18 +02:00
yakomaxa
7789e8cfea
deleted package-lock.json
2022-08-18 19:58:30 +09:00
Alexander Rose
e697624064
prefer WebGL1 for more Safari versions
...
-avoid broken GPU surfaces rendering
2022-08-17 22:08:17 -07:00
Alexander Rose
92ffdeb5bf
don't include glycam names in default saccharides
2022-08-17 21:57:55 -07:00
Alexander Rose
ddefe7e542
package updates
2022-08-17 21:50:54 -07:00
Alexander Rose
fb4019c041
changelog
2022-08-17 21:39:14 -07:00
Alexander Rose
46026e047e
set some IndexPairBonds maxDistance to Infinity
...
- for MOL/SDF and MOL2 (without symmetry) models
- avoid filtering by element-based rules
2022-08-17 21:38:06 -07:00
yakomaxa
51a9effcaa
Added a sentence on transpilers in CHANGELOG.md
2022-08-17 12:07:12 +09:00
yakomaxa
fc3b953a8e
Added whitespace remover to prefixRemoveKet in helper.ts and update rasmol.spec.ts
2022-08-17 11:55:45 +09:00
yakomaxa
a2ded3cecc
Small update for RasMol parser
2022-08-17 10:28:39 +09:00
yakomaxa
ffb1390b51
added conditional evalation to inComplement
2022-08-17 10:15:18 +09:00
yakomaxa
3b92591c05
added conditional evaluation to disjunct and invert
2022-08-17 10:08:15 +09:00
yakomaxa
f173ddcf00
removed comment-out lines from rasmol parser.ts
2022-08-16 22:50:35 +09:00
yakomaxa
f78306f624
removed unused abbr. from rasmol operators.ts
2022-08-16 22:41:18 +09:00
yakomaxa
9852c9301e
Changed list name in respective examples.ts and now examples.spec.ts runs without error
2022-08-16 20:07:44 +09:00
yakomaxa
2e4f3de604
debugging example.spec.ts
2022-08-16 19:47:11 +09:00
yakomaxa
300dd97353
Added spec, debugged Jmol parser, removed unused definition from RasMol properties/operators
2022-08-16 19:34:13 +09:00
yakomaxa
8e29ade83a
minor change of language name: Rasmol -> RasMol
2022-08-16 16:52:34 +09:00
Alexander Rose
971c770f6a
add experimental warning for transpiled scripts
2022-08-15 22:03:24 -07:00
Alexander Rose
0dfad5a757
imporve labels of skybox params
2022-08-15 20:55:45 -07:00
Alexander Rose
a0495f8aae
fix SSAO renderable initialization
2022-08-15 20:55:27 -07:00
yakomaxa
7d31a06ae4
Updated atom-set.ts according to suggestion by dsehnal
2022-08-16 12:50:02 +09:00
KoyaS
c5319ad7b1
Update package.json
...
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
2022-08-16 12:38:31 +09:00
KoyaS
f8bdb28ea6
Update package.json
...
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
2022-08-16 12:38:18 +09:00
KoyaS
2f8806d7c2
Update src/mol-script/runtime/query/table.ts
...
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
2022-08-16 12:37:55 +09:00
KoyaS
7d0a181c12
Update src/mol-model/structure/query/queries/atom-set.ts
...
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
2022-08-16 12:37:46 +09:00
KoyaS
27cb7e53ed
Update src/mol-script/runtime/query/table.ts
...
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
2022-08-16 12:37:36 +09:00
KoyaS
ee5154b510
Update src/mol-script/runtime/query/table.ts
...
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
2022-08-16 12:37:20 +09:00
KoyaS
080837201a
Update src/mol-script/runtime/query/table.ts
...
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
2022-08-16 12:36:44 +09:00
KoyaS
656e6c0d94
Update src/mol-script/runtime/query/table.ts
...
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
2022-08-16 12:36:17 +09:00
KoyaS
b018f61bab
Update src/mol-script/runtime/query/table.ts
...
conditional evaluation
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
2022-08-16 12:35:37 +09:00
yakomaxa
b03b306848
Enabling some numerical properties and cleaning by lint
2022-08-16 06:17:58 +09:00
yakomaxa
19bf5c2b3e
[SER]3:A.CA type of selection enabled
2022-08-16 05:27:30 +09:00
yakomaxa
c22a716cf9
Update helper.ts for RasMol
2022-08-16 04:35:26 +09:00
yakomaxa
220c65da92
Parentheses re-enabled in RasMol
2022-08-16 04:27:17 +09:00
yakomaxa
675f4b86f8
Minor update of RasMol mode
2022-08-16 04:18:00 +09:00
yakomaxa
d31b3522b2
Added myself as author in package.json. Thanks.
2022-08-15 21:12:22 +09:00
yakomaxa
4ed2bab1d7
cleaning by lint
2022-08-15 20:56:20 +09:00
yakomaxa
a572872806
Updated author information and removed notes
2022-08-15 20:53:47 +09:00
yakomaxa
e3ca23db0b
Remove needless setting of class members and added revised author information
2022-08-15 20:24:23 +09:00
KoyaS
67eb16a53f
Merge pull request #18 from yakomaxa/rasmol
...
Merge from RasMol branch and begin answering the reviewers
2022-08-15 20:12:23 +09:00
yakomaxa
d7421cd1a3
Removed unwanted file
2022-08-15 20:00:48 +09:00
yakomaxa
c2e68ced66
cleaning by lint
2022-08-15 19:39:54 +09:00
yakomaxa
10cf0db050
Within operator was implemented in RasMol
2022-08-15 19:38:14 +09:00
yakomaxa
08f1a1dcfe
Added experimental within to rasmol
2022-08-15 18:03:16 +09:00
yakomaxa
11bf352295
Added experimental within to rasmol
2022-08-15 15:39:57 +09:00
yakomaxa
5fd560b30a
Added experimental within to rasmol
2022-08-15 15:38:38 +09:00
KoyaS
e6d01ca246
Merge pull request #17 from yakomaxa/molql_integration_PR
...
Molql integration pr
2022-08-15 13:03:55 +09:00
Alexander Rose
1610f05b83
Merge branch 'master' of https://github.com/molstar/molstar into inter-bonds-props
2022-08-14 16:28:21 -07:00
Alexander Rose
8202b75cda
Merge branch 'master' of https://github.com/molstar/molstar into background-pass
2022-08-14 16:26:47 -07:00
Alexander Rose
4904bae5a6
background pass improvements
...
- add PluginConfig.Background.Styles
- file support, asset management
- opacity, saturation, lightness controls for skybox/image
- coverage controls for image/gradient
- add backgrounds extension with examples
- image handling for build/watch (webpack, cpx)
2022-08-14 16:24:28 -07:00
Alexander Rose
04c06db02c
Merge pull request #519 from MadCatX/gzip_files
...
Allow download of Gzipped files
2022-08-14 14:52:10 -07:00
Alexander Rose
0ddf2fa00d
typing tweaks
2022-08-14 14:37:30 -07:00
Alexander Rose
8776143ec2
revert to mol-script in StructureSelectionFromScript
2022-08-14 14:07:39 -07:00
Alexander Rose
080c8e7af3
add basic scipt language selector
2022-08-14 14:06:12 -07:00
Michal Malý
a96f94b676
Allow download of Gzipped files
2022-08-14 17:11:35 +02:00
yakomaxa
64998e762b
cleaning by lint and adding comments
2022-08-14 11:15:50 +09:00
yakomaxa
b508da5ccc
cleaning by lint
2022-08-14 11:06:24 +09:00
KoyaS
84a492655a
Merge pull request #16 from yakomaxa/molql_integration_PR
...
Molql integration pr
2022-08-14 10:57:07 +09:00
yakomaxa
9b9cfe4138
rasmol -> pymol
2022-08-14 10:55:11 +09:00
yakomaxa
f362a7086a
rasmol update
2022-08-14 10:54:31 +09:00
KoyaS
9e9ec57a5f
Merge pull request #14 from yakomaxa/rasmol
...
merge from rasmol branch
2022-08-14 04:09:15 +09:00
yakomaxa
da6a153985
Construction of rasmol selection command has nearly finished
2022-08-14 04:03:48 +09:00
yakomaxa
b4bde3f510
Rasmol parser WIP 5
2022-08-14 03:31:08 +09:00
yakomaxa
8a5cebd635
Rasmol parser WIP 4
2022-08-14 03:23:54 +09:00
Alexander Rose
ebdfc694c2
Merge pull request #520 from MadCatX/clean_up_pyramids
...
Change the lookup logic of NtC steps from residues
2022-08-13 11:19:30 -07:00
yakomaxa
ddf2733d3c
Rasmol parser WIP 3
2022-08-14 00:36:37 +09:00
yakomaxa
cf65bfbcd0
Rasmol parser WIP 2
2022-08-13 23:03:26 +09:00
yakomaxa
03cce830bc
Rasmol parser WIP
2022-08-13 21:43:05 +09:00
yakomaxa
913cf4c3e9
developing rasmol residue-range selector WIP
2022-08-13 12:44:14 +09:00
yakomaxa
2ccce0beaf
developing rasmol residue-range selector WIP
2022-08-13 12:43:07 +09:00
yakomaxa
52239f71cd
refined rasmol keywords
2022-08-13 11:20:41 +09:00
KoyaS
d9265af2e8
Merge pull request #13 from yakomaxa/molql_integration_PR
...
Added transpilers/_spec and checked that they pass the test
2022-08-13 08:57:48 +09:00
yakomaxa
5877f6a627
Added transpilers/_spec and checked that they pass the test
2022-08-13 02:43:54 +09:00
Michal Malý
7f29340797
Change the lookup logic of NtC steps from residues
2022-08-12 15:29:26 +02:00
KoyaS
e3e982c051
Merge pull request #11 from yakomaxa/molql_integration_PR
...
merge from molql_integration_PR
2022-08-12 18:07:23 +09:00
yakomaxa
17f09ff3de
Cleaning and lint
2022-08-12 18:00:45 +09:00
yakomaxa
7a73416c03
Cleaning and lint
2022-08-12 17:44:29 +09:00
yakomaxa
0f799d44ad
Found a bug in withSameAtomProperties in filter.ts, where propSet and currentProps are placed inversely in isSuperSet()
2022-08-12 16:08:42 +09:00
yakomaxa
24ebd44f87
remove namedAtomProperty from vmd/parser.ts, removed as any from definition of withSameAtomProperties, un-commented out the continue line in filter.ts
2022-08-12 10:06:44 +09:00
KoyaS
572b10e655
Merge pull request #9 from yakomaxa/molql_integration_PR
...
merge from molql_integration_pr branch
2022-08-12 07:11:15 +09:00
yakomaxa
60361c176b
Updated pick function in filter.ts. This enebles VMD keywords like backbone and many more.
2022-08-12 06:29:13 +09:00
yakomaxa
b232a2c58f
Updated atom-set.ts and filter.ts, which leads to correct behavior of inorganic in PyMOL. The bound_to operator was found to behave differently from original PyMOL even in MolQL implementation: it's just mistake in logic.
2022-08-12 06:19:20 +09:00
yakomaxa
2a44ac56fb
cleaning by lint
2022-08-12 01:18:56 +09:00
yakomaxa
d0340a3257
The function called by filter.withSameAtomProperties is debugged and almost everything works fine now.
2022-08-11 23:54:57 +09:00
yakomaxa
e708a53ddb
atom-set.ts table.ts updates
2022-08-11 22:11:15 +09:00
yakomaxa
23cdd70198
updated atomCount and many problem solved
2022-08-11 21:20:55 +09:00
yakomaxa
ba4bc30a78
remove trash file
2022-08-11 14:28:31 +09:00
yakomaxa
e516ea146d
Update for atomCount and countQuery in table.ts
2022-08-11 14:26:10 +09:00
yakomaxa
61af638fe4
Update atom-set
2022-08-11 13:59:56 +09:00
yakomaxa
7a0af4142f
Now PyMOL within operator works. The key was to replace xs['max-radius'] -> xs['max-radius'](ctx) in table.ts
2022-08-11 10:52:56 +09:00
yakomaxa
1aa8d596a3
Updates for queryInSelection in src/mol-script/runtime/query/table.ts was reverted (made bug)
2022-08-11 10:30:09 +09:00
yakomaxa
a457810623
queryInSelection in src/mol-script/runtime/query/table.ts was updated
2022-08-11 10:18:16 +09:00
yakomaxa
4bccb7ab84
VMD jmol rasmol parser debugged
2022-08-11 09:46:15 +09:00
yakomaxa
fcd5b2ce0a
VMD parser debugged
2022-08-11 09:36:32 +09:00
yakomaxa
57a1184a16
VMD parser updated, now math function to value comparison enabled
2022-08-11 09:22:37 +09:00
Adam Midlik
ef176efed8
Volume streaming 'Around Camera' - prototype
2022-08-11 01:39:22 +02:00
yakomaxa
9943e0317d
VMD jmol and rasmol parser updated
2022-08-11 08:39:21 +09:00
yakomaxa
ae11c1c904
VMD keyword update
2022-08-11 03:33:28 +09:00
yakomaxa
f937e069ca
Clearning by Lint
2022-08-11 02:41:43 +09:00
yakomaxa
c9326da47b
Implemented subset of atomSet: atomCount, queryCount and propertySet, which enables some of PyMOL operators. Implementation should be reviewed as byring is not working, and inorganic working incorrectly
2022-08-11 02:32:45 +09:00
yakomaxa
4698c05f9c
re-implementation of VMD's exwithin without using wihtin
2022-08-10 21:41:03 +09:00
yakomaxa
15fd2cd5a0
let transpile.ts show what the query is
2022-08-10 21:27:25 +09:00
yakomaxa
193eb11095
Set some operators that lacks corresponding implementation to isUnsupported : true
2022-08-10 16:34:35 +09:00
yakomaxa
59cc0096cd
fixing typo in example of pymol operator: resname CA -> name CA
2022-08-10 16:28:51 +09:00
yakomaxa
6bd7390eb8
Debbuged asAtoms in helper.ts, which enables operation using this function such as byresidue and neighbor. In addition, min-spelling in neighbor operation fixed: neighbour -> neighbor
2022-08-10 16:21:06 +09:00
yakomaxa
eabeb18f34
pymol
2022-08-10 16:11:54 +09:00
yakomaxa
4b6f539ba3
debugging wrapValue in helper.ts : property.head -> property.head.name : This enables secondary structure selection for VMD via valuesTest in helper.ts
2022-08-09 22:22:08 +09:00
yakomaxa
ea55fc5f41
debugging VMD mode
2022-08-09 22:05:04 +09:00
yakomaxa
94787229a4
testLevel in helper.ts was debuged and now comes back in vmd/parser.ts
2022-08-09 19:24:34 +09:00
Alexander Rose
113d0b5141
add background pass
...
- skybox, image, horizontal/radial gradient
2022-08-07 13:27:06 -07:00
Alexander Rose
163285b0a9
cleanup
2022-08-07 13:20:52 -07:00
Alexander Rose
9f1cf5377a
add sceneRadiusFactor param
2022-08-07 13:17:52 -07:00
Alexander Rose
c37636215b
expose fov camera param
2022-08-07 13:14:57 -07:00
KoyaS
0cb162022c
Merge pull request #6 from yakomaxa/enable_not_and
...
Enabled NOT operation
2022-08-07 17:45:45 +09:00
yakomaxa
5ff2ca311e
structure-query.generator.query-in-selection was implemented: this enables NOT operation. In addition, tranpiler/helper.ts was fixed to use B.struct.generator.all() instead of B.struct.generator.atomGroups(). B.struct.generator.atomGroups() is not working for some reason, which was also met in the keyword 'all' in all of vmd/pymol/jmol parser.ts
2022-08-07 17:42:15 +09:00
KoyaS
44b8d452a8
Merge pull request #5 from yakomaxa/enable_not_and
...
structure-query.modifier.intersectby was implemented
2022-08-07 15:55:08 +09:00
yakomaxa
82ccb1ab23
structure-query.modifier.intersectBy was implemented: this enables AND operation
2022-08-07 15:51:06 +09:00
yakomaxa
feb8b94e30
modified _spec: I don't understand what these _spec things do
2022-08-07 10:19:03 +09:00
yakomaxa
5adc73e277
removed unsused modules from package.json
2022-08-07 10:18:41 +09:00
KoyaS
c4ac983fc7
Merge pull request #4 from molstar/master
...
merge from head repository
2022-08-07 08:40:03 +09:00
yakomaxa
5ba7ba3aac
Cleaning before PR. Note that many tests fail.
2022-08-07 08:34:22 +09:00
yakomaxa
e879479b3d
removed mock-extension for language selector and reverted src/mol-plugin-state/transforms/representation.ts to the original
2022-08-07 07:36:39 +09:00
yakomaxa
7b49463297
NamedAtomProperties was added to vmd parser
2022-08-07 06:16:29 +09:00
Alexander Rose
1f77b19ced
changelog
2022-08-06 13:45:29 -07:00
Alexander Rose
9853ebf02f
Merge pull request #507 from MadCatX/add_pyramid_labels
...
Add labels for Confal pyramids
2022-08-06 13:42:02 -07:00
Alexander Rose
6e13aa0bc9
expose inter-bonds props & improve performance
2022-08-06 13:31:10 -07:00
yakomaxa
66600c3373
deleted unused comment lines in monadic-parser.ts
2022-08-07 02:39:22 +09:00
yakomaxa
19401c4bc6
Activated RangeListProperty in vmd/parser.ts with hardcoded 'atom-test' line
2022-08-07 02:38:21 +09:00
yakomaxa
bfc8660c5e
replaced structure. -> structure-query. in transpiler directory
2022-08-07 02:21:52 +09:00
yakomaxa
6a83dc56ba
reverted vmd parser and properties to original
2022-08-07 02:12:21 +09:00
KoyaS
82df9d8cad
Merge pull request #3 from yakomaxa/rasmol
...
Rasmol transpiler added
2022-08-05 23:47:28 +09:00
yakomaxa
dd30fef078
Added many properties and keywords for PyMOL and rasmol
2022-08-05 23:38:41 +09:00
yakomaxa
79feb5a1cc
rasmol branch launched
2022-08-05 20:48:16 +09:00
yakomaxa
0665524b11
refined VMD: RangeListProperty in vmd/parser.ts is not working for unknown reasons, so it was substituted by NamedAtomProperties: This limits the selection like 'residue 10 to 50' and 'residue 10'
2022-08-05 20:36:32 +09:00
yakomaxa
d45367e840
Refining VMD parser and properties
2022-08-05 13:32:46 +09:00
Michal Malý
1b7f0e0f1e
Add example mmCIF to allow testing of Confal pyramids
2022-08-04 10:09:50 +02:00
Michal Malý
18cb3360b5
Update changelog
2022-08-04 09:56:28 +02:00
yakomaxa
cb0d988efc
Updated language-select/ui, refactored transpile.ts and monadic-parser.ts
2022-08-03 22:52:07 +09:00
yakomaxa
fc0c556967
updated default value for Script and added mock-up for language-selector
2022-08-03 21:31:53 +09:00
yakomaxa
00970164db
Debugged all in jmol
2022-08-03 03:24:35 +09:00
yakomaxa
7c3d76e9fe
Merge branch 'master' of github:yakomaxa/molstar_my
2022-08-03 02:50:43 +09:00
yakomaxa
190c1f9620
Added pymol, jmol and vmd alongside mol-script: pymol is now enabled
2022-08-03 02:49:52 +09:00
KoyaS
f532325147
Merge pull request #2 from yakomaxa/PyMOL
...
added all and polymer.protein to keywords of pymol
2022-08-02 13:25:09 +09:00
yakomaxa
278dcb8808
added all and polymer.protein to keywords of pymol
2022-08-02 13:10:42 +09:00
Michal Malý
6fec598b96
Add labels for Confal pyramids
2022-08-01 14:46:35 +02:00
KoyaS
309c25e10b
Merge pull request #1 from yakomaxa/jmol
...
Added Jmol transpiler (not enabled)
2022-07-31 23:05:06 +09:00
yakomaxa
6df728ea3e
added jmol transplier (not enabled)
2022-07-31 23:01:11 +09:00
yakomaxa
dcf4ef6d74
added jmol transpiler
2022-07-31 22:49:20 +09:00
yakomaxa
4de1369a5a
added jmol transpiler
2022-07-31 22:46:58 +09:00
yakomaxa
2ccfdb1280
added _spec (not tested whether it works)
2022-07-31 21:58:43 +09:00
yakomaxa
9fbf800639
added _spec (not tested whether it works)
2022-07-31 21:58:09 +09:00
yakomaxa
577daf64df
PyMOL mode was successfully enabled (though mol-script is disabled...)
2022-07-31 12:27:15 +09:00
yakomaxa
0b1943e9b3
Now it worksgit add src/mol-script/transpile.ts
2022-07-31 12:17:25 +09:00
yakomaxa
30bd2dd876
Compiles but not boot
2022-07-31 12:04:38 +09:00
yakomaxa
cecd4d4179
Compiles but not working again
2022-07-31 11:15:58 +09:00
yakomaxa
364baab18d
Added transpile.ts and all.ts
2022-07-31 10:30:37 +09:00
yakomaxa
bb3d4d2171
Added default export
2022-07-31 10:00:36 +09:00
yakomaxa
2355faf899
compiles but not working
2022-07-31 01:54:27 +09:00
yakomaxa
858e0b24ff
now with few errors
2022-07-31 00:03:22 +09:00
yakomaxa
f7d0ed3988
Added additional modules
2022-07-30 23:17:21 +09:00
David Sehnal
40096ecdfb
Merge pull request #502 from giagitom/master
2022-07-27 10:05:35 +02:00
giagitom
43061b80b8
Deliver defaultAttribs to Passes constructor
2022-07-26 19:24:31 +02:00
Alexander Rose
aa3d657d42
3.13.0
2022-07-24 17:11:08 -07:00
Alexander Rose
b0ef385769
changelog
2022-07-24 17:05:47 -07:00
Alexander Rose
dcf24e6292
Merge pull request #496 from JonStargaryen/master
...
Download CCD from Configurable URL
2022-07-24 17:04:28 -07:00
Alexander Rose
2fdd77737c
Merge pull request #499 from molstar/immediate-isolevel
...
enable immediateUpdate for iso level
2022-07-24 17:02:55 -07:00
Alexander Rose
31c98ef1ba
package updates
2022-07-23 13:40:23 -07:00
Alexander Rose
ceeec2c13a
enable immediateUpdate for iso level
2022-07-23 13:36:15 -07:00
Alexander Rose
cc82e0cff8
Merge pull request #498 from molstar/varying-group
...
Varying group
2022-07-23 13:19:10 -07:00
Alexander Rose
29fc6c59e9
support constant group in gpu mc
2022-07-23 13:18:16 -07:00
Alexander Rose
aa931fab7b
add dVaryingGroup to avoid flat qualifier more
2022-07-23 13:06:35 -07:00
Alexander Rose
8e2585a5c0
add material annotation support for textures
2022-07-23 11:26:34 -07:00
Alexander Rose
c115047f74
handle principal axes of points in a plane
2022-07-23 11:06:01 -07:00
Alexander Rose
0ac58cb137
changelog
2022-07-23 11:02:01 -07:00
Alexander Rose
492e0977c3
Merge pull request #494 from giagitom/master
...
only update camera state if manualReset is off
2022-07-23 10:57:36 -07:00
JonStargaryen
e8a09e81f3
fix short arg names
2022-07-21 14:02:57 -07:00
JonStargaryen
4fcc2c6208
download CCD from configurable URL
2022-07-21 09:50:01 -07:00
giagitom
e3523dc5fe
only update camera state if manualReset is off
2022-07-20 18:04:03 +02:00
dsehnal
acf6c31a36
3.12.1
2022-07-20 15:43:33 +02:00
dsehnal
339b2e696c
PluginBehavior dispose logic
2022-07-20 15:40:30 +02:00
Alexander Rose
6417fd49d6
3.12.0
2022-07-17 16:28:26 -07:00
Alexander Rose
374fd4db65
changelog
2022-07-17 16:23:08 -07:00
Alexander Rose
0b70dd9e38
Merge pull request #487 from molstar/fix/struct_conn-parsing
...
struct_conn parsing fix
2022-07-17 16:20:45 -07:00
dsehnal
55b19a7922
changelog
2022-07-17 18:01:28 +02:00
dsehnal
beb1b2655e
scan all entities when looking for struct_conn etries
...
- solves PDB loading issue
2022-07-17 17:58:57 +02:00
Alexander Rose
6a81e48c3a
package updates
2022-07-16 13:20:19 -07:00
Alexander Rose
f9841dd3df
improve CellPack's adjustStyle option
...
- disable colorMarker
- set component options
- enable marking w/o ghost
2022-07-16 13:02:04 -07:00
Alexander Rose
b563c773c1
avoid using flat qualifier in shaders
...
- causing slowdown
2022-07-16 13:01:33 -07:00
Alexander Rose
dcda649d9d
add colorMarker option to Renderer
...
- disables the highlight and select marker at a shader level
- faster rendering of large scenes in some cases.
2022-07-16 12:58:49 -07:00
Alexander Rose
d6cfd23ae5
fix missing material annotation for some uniforms
...
- causing unnecessary uniform updates
2022-07-16 12:31:38 -07:00
Alexander Rose
b69f62c9a4
remove use of isnan in impostor shaders
...
- not needed and causing slowdown
2022-07-16 12:28:40 -07:00
Alexander Rose
582ee7d623
bind shared textures only once per pass
2022-07-16 12:27:16 -07:00
ludovic autin
9e69f5dcfa
Merge branch 'master' of https://github.com/corredD/molstar-proto into forkdev
...
# Conflicts:
# CHANGELOG.md
2022-07-05 08:51:25 -07:00
dsehnal
7c4202186d
3.11.0
2022-07-04 16:30:54 +02:00
dsehnal
7c56e4c09d
fix unused import
2022-07-04 16:28:24 +02:00
dsehnal
b10b466c61
changelog
2022-07-04 16:25:23 +02:00
David Sehnal
80d1986c61
Merge pull request #474 from molstar/composable-superposition
...
coordinate system support for superposition
2022-07-04 16:24:45 +02:00
dsehnal
7f9e413604
coordinate system support for superposition
2022-07-04 16:23:51 +02:00
Alexander Rose
4dfbc3830f
Merge pull request #466 from molstar/cellpack-tweaks
...
Cellpack tweaks
2022-07-03 14:18:26 -07:00
Alexander Rose
46cdefa9ee
add adjustStyle option to LoadCellPackModel
2022-07-02 12:48:05 -07:00
Alexander Rose
f857ea6095
fix missing rename
...
- forceInstanceTheme -> instanceGranularity
2022-07-01 06:34:27 -07:00
Alexander Rose
994920f99f
fix shader compilation
...
- support instance texture params for overpaint, substance, transparency
2022-06-29 22:28:10 -07:00
ludovic autin
409ed9ad67
Merge branch 'forkdev' of https://github.com/corredD/molstar-proto into forkdev
...
# Conflicts:
# CHANGELOG.md
2022-06-28 08:11:29 -07:00
Alexander Rose
130d4096d5
Merge branch 'master' of https://github.com/molstar/molstar into cellpack-tweaks
2022-06-26 17:50:14 -07:00
Alexander Rose
d5659529d7
3.10.2
2022-06-26 17:34:46 -07:00
Alexander Rose
f6e06ab16e
changelog
2022-06-26 17:29:48 -07:00
Alexander Rose
4245eaf1b2
improve use of gl_VertexID when possible
2022-06-26 17:29:21 -07:00
Alexander Rose
c41bd702e2
remove superfluous shader varying
2022-06-26 17:25:14 -07:00
Alexander Rose
3911145f87
Merge branch 'master' of https://github.com/molstar/molstar into cellpack-tweaks
2022-06-26 14:54:15 -07:00
Alexander Rose
350f5c4266
3.10.1
2022-06-26 14:17:31 -07:00
Alexander Rose
ed4056bc8b
changelog
2022-06-26 14:04:20 -07:00
Alexander Rose
0d96fa21b7
schema updates
2022-06-26 14:03:09 -07:00
Alexander Rose
0ee8d33d36
package updates
2022-06-26 13:30:44 -07:00
Alexander Rose
64cedec12b
fix groupCount updating TextureMesh-based visuals
2022-06-26 12:42:26 -07:00
Alexander Rose
a16eaca42e
finalize instanceGranularity
2022-06-26 12:27:02 -07:00
dsehnal
366b3b1b75
3.10.0
2022-06-24 15:59:45 +02:00
dsehnal
33963c085a
ShowTrajectoryControls option
2022-06-24 15:56:39 +02:00
Alexander Rose
f3b18ef518
fix & simplify lociApply for instanceGranularity
2022-06-20 22:33:24 -07:00
Alexander Rose
bca1b45fd4
tweak name
...
- useInstanceGranularity -> instanceGranularity
2022-06-20 22:00:21 -07:00
Alexander Rose
3448d5ef03
Merge branch 'master' of https://github.com/molstar/molstar into cellpack-tweaks
2022-06-20 21:23:32 -07:00
David Sehnal
0f5a6194ff
Merge pull request #455 from molstar/support-glycam-names
...
Support glycam names
2022-06-20 13:37:16 +02:00
David Sehnal
9266faec59
Merge branch 'master' into support-glycam-names
2022-06-20 13:37:10 +02:00
Alexander Rose
94347c6dde
cleanup app.ts ( #450 )
2022-06-19 19:38:43 -07:00
Alexander Rose
7a07701be0
3.9.1
2022-06-19 19:21:25 -07:00
Alexander Rose
42519a4f75
changelog
2022-06-19 19:16:15 -07:00
Alexander Rose
c898c16430
package updates
2022-06-19 19:15:06 -07:00
Alexander Rose
318863bd18
fix missing aromatic bond display
...
- simplify code to always show when aromatic
2022-06-19 19:05:58 -07:00
Alexander Rose
ce94760d02
fix missing uGroupCount update for visuals
2022-06-19 18:51:16 -07:00
Alexander Rose
99759b5282
add useInstanceGranularity option
...
- for marker, transparency, clipping, overpaint, substance data
- saves memory
2022-06-19 18:45:31 -07:00
dsehnal
d9d8562ed9
changelog
2022-06-13 19:52:44 +02:00
dsehnal
dee55ea874
support glycam names
2022-06-13 19:52:14 +02:00
dsehnal
da413cc9e6
added missing super.componentWillUnmount
2022-06-10 14:53:26 +02:00
David Sehnal
c72e93a13d
Merge pull request #452 from simeonborko/sborko/screenshot-unmount
...
DownloadScreenshotControls: componentWillUnmount
2022-06-10 14:46:19 +02:00
Simeon Borko
21f910a3ca
DownloadScreenshotControls: componentWillUnmount
...
This should solve the error:
Warning: Can't perform a React state update on an unmounted component.
This is a no-op, but it indicates a memory leak in your application.
To fix, cancel all subscriptions and asynchronous tasks in the componentWillUnmount method.
2022-06-10 10:04:31 +02:00
ludovic autin
06e78e19d0
Merge branch 'forkdev' of https://github.com/corredD/molstar-proto into forkdev
2022-05-31 09:55:03 -07:00
Alexander Rose
2c51edb4c2
changelog
2022-05-30 19:20:41 -07:00
Alexander Rose
da2c893721
Merge branch 'master' of https://github.com/molstar/molstar into cellpack-tweaks
2022-05-30 19:18:49 -07:00
Alexander Rose
e7ce693e50
3.9.0
2022-05-30 11:46:42 -07:00
Alexander Rose
29e8fe7904
fix types
2022-05-30 11:41:40 -07:00
Alexander Rose
baf3a6077e
package updates
2022-05-30 11:32:05 -07:00
Alexander Rose
e030e7a32d
changelog
2022-05-30 11:29:23 -07:00
Alexander Rose
125566ed75
only call renderBlendedTransparent when needed
2022-05-30 11:27:58 -07:00
Alexander Rose
c51cb67519
Merge pull request #447 from molstar/pick-drawbuffers
...
use drawbuffers for picking
2022-05-29 23:35:53 -07:00
Alexander Rose
57f086b530
Merge branch 'master' into pick-drawbuffers
2022-05-29 23:32:57 -07:00
Alexander Rose
d1e17785b8
Merge pull request #446 from molstar/webgl-timer
...
Webgl timing support
2022-05-29 23:32:29 -07:00
Alexander Rose
774328a1d8
Merge branch 'master' into webgl-timer
2022-05-29 23:31:13 -07:00
Alexander Rose
175a0f48fa
lint fix
2022-05-29 23:30:36 -07:00
Alexander Rose
60b91ff032
Merge branch 'master' into pick-drawbuffers
2022-05-29 11:11:29 -07:00
David Sehnal
2b003bc5b0
Merge pull request #445 from aliaksei-chareshneu/fix_bad_axis_order
...
Add check that a data block contains volume data before parsing
2022-05-29 16:00:10 +02:00
David Sehnal
029a2fcab1
Merge branch 'master' into fix_bad_axis_order
2022-05-29 15:59:52 +02:00
Alexander Rose
aa47f7fe4a
use instances to create dna/rna curves
...
- much less memory use (but can't show as single cartoon)
2022-05-28 19:49:56 -07:00
Alexander Rose
a828113d9b
use drawbuffers for picking
2022-05-28 13:17:35 -07:00
Alexander Rose
ab4d509eda
fix rendering volumes
...
- when wboit is switched off and postprocessing is enabled
2022-05-28 13:13:35 -07:00
Alexander Rose
1296f32fa8
tweak alpha-orbitals example
2022-05-28 11:54:33 -07:00
Alexander Rose
5aa1ec9876
add timing mode
2022-05-28 11:43:13 -07:00
Alexander Rose
f2cf1ab226
add support for GPU timer queries
2022-05-28 11:20:22 -07:00
Alexander Rose
2d34c2a40b
fix Scene.clear not clearing primitives/volumes
2022-05-28 11:07:03 -07:00
Aliaksei
a7181e865c
Skipping server data block
...
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
2022-05-28 08:16:58 +02:00
Aliaksei
0a71b788b3
Apply suggestions from code review
...
fix bugs and optimizing the code related to iteration over data blocks
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
2022-05-27 18:22:00 +02:00
aliaksei-chareshneu
1ed3d84043
fix to skip block with header SERVER
2022-05-27 14:26:42 +02:00
aliaksei-chareshneu
f472b75d0d
iterate over all blocks as even 0th can contain data
2022-05-27 13:53:08 +02:00
aliaksei-chareshneu
072a9d1ccd
add name and email to header; add changelog entry
2022-05-27 12:19:51 +02:00
aliaksei-chareshneu
8e26d1be68
fix bad axis ordering bug
2022-05-27 10:34:48 +02:00
Alexander Rose
c5871e9025
3.8.2
2022-05-22 08:36:50 -07:00
Alexander Rose
f26911b358
changelog
2022-05-22 08:31:57 -07:00
Alexander Rose
3a595b80b5
package updates
2022-05-22 08:30:15 -07:00
Alexander Rose
45760ddd41
fix Scene.opacityAverage not handling xray shaded
2022-05-22 08:22:39 -07:00
Alexander Rose
447d068bf1
3.8.1
2022-05-14 11:59:03 -07:00
Alexander Rose
7e1642a4a3
changelog
2022-05-14 11:53:55 -07:00
Alexander Rose
7781267e78
package updates
2022-05-14 11:53:18 -07:00
Alexander Rose
f824fdcfed
improve scene marker/opacity average calculation
2022-05-14 11:43:24 -07:00
Alexander Rose
79dd441967
Merge pull request #436 from JonStargaryen/master
...
Fix Polymer Chain Instance Coloring
2022-05-09 22:41:33 -07:00
Sebastian Bittrich
9dcf9c0785
CHANGELOG
2022-05-09 15:58:22 -07:00
Sebastian Bittrich
83569462c6
fix instance coloring
2022-05-09 15:53:26 -07:00
Alexander Rose
947e169c3a
Merge pull request #434 from JonStargaryen/master
...
proposed fix for headless-gl issues
2022-05-06 22:29:40 -07:00
Sebastian Bittrich
e6b36c52d1
CHANGELOG
2022-05-06 09:11:40 -07:00
Sebastian Bittrich
7fed3b84fa
Merge remote-tracking branch 'upstream/master'
2022-05-06 09:08:53 -07:00
Sebastian Bittrich
cbc941f193
simplify array uniform check
2022-05-06 09:08:22 -07:00
Alexander Rose
a7ef0fb85f
add interesting pdb entry
2022-05-05 22:41:16 -07:00
Alexander Rose
d10c36eaf5
fix issues with marking camera/handle helper
2022-05-05 22:40:52 -07:00
Sebastian Bittrich
e4c3a66753
proposed fix for headless-gl issues
2022-05-04 11:50:42 -07:00
Alexander Rose
f58f2cdc90
3.8.0
2022-04-30 16:11:07 -07:00
Alexander Rose
8f2676e91e
schema updates
2022-04-30 16:05:30 -07:00
Alexander Rose
89d397898e
changelog
2022-04-30 15:24:26 -07:00
Alexander Rose
2dc32be9ee
Merge pull request #427 from molstar/transparent-object-outline
...
Transparent object outline
2022-04-30 15:08:46 -07:00
Alexander Rose
769220bd82
Merge pull request #421 from molstar/color-theme-typing
...
better color theme typing
2022-04-30 15:06:06 -07:00
Alexander Rose
c75aa5dd52
improve transparency & outlines
...
- proper per-group transparency with wboit off
- fixed outlines with transparent backgound
2022-04-30 12:53:14 -07:00
Alexander Rose
88f1cfd8c4
fix ignoreLight for direct-volume with webgl1
2022-04-30 09:24:39 -07:00
Alexander Rose
108279c1aa
add clearDepth & blendColor to WebGLState
2022-04-30 08:42:01 -07:00
Alexander Rose
8150490aac
Merge branch 'master' of https://github.com/molstar/molstar into transparent-object-outline
2022-04-30 08:39:16 -07:00
Alexander Rose
9497aa6362
package updates
2022-04-30 08:38:07 -07:00
Alexander Rose
3769da48a1
handle building GridLookup3D with zero cell size
2022-04-29 20:18:40 -07:00
Alexander Rose
3c21fcd53a
fix FormatRegistry.isApplicable
...
- was returning true for unregistered formats
2022-04-29 20:16:09 -07:00
Alexander Rose
102ef2795d
handle outlines for per-group transparency
...
- fix allowTransparentBackfaces for per-group transparency
2022-04-23 23:02:11 -07:00
Alexander Rose
0befa253c2
add WebGLState.depthFunc
2022-04-23 20:07:41 -07:00
Alexander Rose
87189cee58
support outlines for transparent objects
...
- cleanup of renderer and draw pass
2022-04-23 15:19:01 -07:00
Alexander Rose
3284f13fc6
fix spec of emptyDepthTexture in Renderer
2022-04-23 15:17:20 -07:00
Alexander Rose
70d219b120
improve Renderer.renderPick typing
2022-04-23 15:13:38 -07:00
Alexander Rose
a5ed3a08ea
add Scene.getOpacityAverage
2022-04-23 15:12:16 -07:00
Alexander Rose
3665e7e999
expose RenderTarget.depthRenderbuffer
2022-04-23 15:10:40 -07:00
Alexander Rose
9b583b23ae
add Renderbuffer.detachFramebuffer
2022-04-23 15:10:16 -07:00
Alexander Rose
d602415e98
check if WEBGL_depth_texture is supported
2022-04-23 15:09:44 -07:00
Alexander Rose
2c49a423e2
type assertion
2022-04-21 19:47:13 -07:00
Alexander Rose
8a266e70c8
fix handling of struct_conf mmCIF field ( #425 )
2022-04-21 19:46:50 -07:00
Alexander Rose
0df3bcd65d
document supported file formats
2022-04-19 17:43:33 -07:00
dsehnal
f5ecf5648e
3.7.0
2022-04-13 20:04:01 +02:00
dsehnal
821f82fc3f
changelog
2022-04-13 20:01:04 +02:00
David Sehnal
92305fe628
Merge pull request #420 from molstar/transparentBackfaces
...
improve transparentBackfaces handling
2022-04-13 19:57:29 +02:00
David Sehnal
17fe57b8a5
Merge pull request #423 from jpattle/option-to-disable-drag-overlay
...
Added an option to disable the drag overlay
2022-04-13 16:31:21 +02:00
Jason Pattle
47433a51d3
Added an option to the components spec to allow disabling of the drag-and-drop overlap for Molstar that loads files into the viewer. By default the drag overlay is enabled, just as it was before
2022-04-13 15:00:03 +01:00
Alexander Rose
e090827ced
Merge branch 'master' of https://github.com/molstar/molstar into transparentBackfaces
2022-04-10 13:20:22 -07:00
Alexander Rose
856e6a8b74
use ColorTypeLocation as default
...
- for backwards compatibility
- most used
2022-04-09 19:27:06 -07:00
Alexander Rose
a813b4d40e
Merge branch 'master' of https://github.com/molstar/molstar into color-theme-typing
2022-04-09 16:53:17 -07:00
dsehnal
98afc27442
fix react typing
2022-04-09 21:24:14 +02:00
Alexander Rose
9d4f28a395
fix type deps
2022-04-09 11:36:17 -07:00
Alexander Rose
50266d9a56
package updates
2022-04-09 11:20:28 -07:00
Alexander Rose
602a532cf2
better color theme typing
2022-04-09 10:38:03 -07:00
Alexander Rose
b23d610c94
improve transparentBackfaces handling
...
- off: don't show (default)
- on: show with transparency
- opaque: show fully opaque
2022-04-09 10:17:41 -07:00
Alexander Rose
119c43d527
fix xrayShaded for texture-mesh geometries
2022-04-09 10:04:06 -07:00
Alexander Rose
124feeb790
color theme tweaks
...
- add optional grid property
- handle dColorType_direct for non direct-volume shaders
2022-04-09 09:57:31 -07:00
dsehnal
2c0e7e84da
3.6.2
2022-04-05 17:59:48 +02:00
dsehnal
0d1e105343
changelog
2022-04-05 17:57:14 +02:00
dsehnal
f040c89ab3
React 18 friendly useBehavior hook
2022-04-05 17:51:13 +02:00
David Sehnal
5e9d8298ef
Merge pull request #415 from JonStargaryen/master
...
ModelServer Ligand Export: Fix Alternate Locations & Mismatching Atoms
2022-04-05 17:49:16 +02:00
Sebastian Bittrich
7766ca2793
CHANGELOG
2022-04-04 11:36:39 -07:00
Sebastian Bittrich
fb2f22f120
Merge remote-tracking branch 'upstream/master'
2022-04-04 11:33:01 -07:00
Sebastian Bittrich
146fed3504
CHANGELOG
2022-04-04 11:32:51 -07:00
Sebastian Bittrich
0b7a6e3375
cleanup
2022-04-04 10:55:44 -07:00
Sebastian Bittrich
f1fbdeaca0
handle missing atoms (ignore hydrogen, fail for heavy)
2022-04-04 10:49:40 -07:00
Sebastian Bittrich
ee7e37f6bc
handle deuterated part 2
2022-04-04 09:45:42 -07:00
Sebastian Bittrich
861f665ab3
handle deuterated
2022-04-04 09:17:39 -07:00
dsehnal
456de23ad4
remove console.log
2022-04-03 14:45:41 +02:00
dsehnal
6d3578c17e
fix alpha orbitals example
2022-04-03 14:08:31 +02:00
dsehnal
57da7267e2
3.6.1
2022-04-03 13:50:46 +02:00
dsehnal
578b764406
fix react 18 ui: use hooks for overlay components
2022-04-03 13:48:05 +02:00
dsehnal
f65a38a085
TransformControlBase fix
2022-04-03 13:00:09 +02:00
dsehnal
d187757bbc
3.6.0
2022-04-03 11:19:12 +02:00
dsehnal
df83b24cf4
changelog
2022-04-03 11:16:16 +02:00
dsehnal
8e31ce0f5b
react 18 support
2022-04-03 11:15:47 +02:00
David Sehnal
4f69eb7963
Merge pull request #414 from molstar/lowercase-str-column
...
lowercase column schema
2022-04-03 10:53:08 +02:00
Alexander Rose
4b9009216b
mmcif schema: use lowercase instead of uppercase
2022-04-02 22:49:57 -07:00
Alexander Rose
895076c837
Merge branch 'master' of https://github.com/molstar/molstar into lowercase-str-column
2022-04-02 16:31:15 -07:00
Alexander Rose
6e398ee64a
gh action
2022-04-02 16:13:24 -07:00
Alexander Rose
c2177272b5
gh action
2022-04-02 16:07:32 -07:00
Alexander Rose
4877de5839
re-add gl support to gh action
2022-04-02 15:55:22 -07:00
Alexander Rose
3cb9d10126
fix shader tests & cleanup shader code
2022-04-02 15:52:39 -07:00
Alexander Rose
23c53cd9fb
fix disable-wboit Viewer GET param
2022-04-02 15:42:33 -07:00
Alexander Rose
3471743a63
changelog
2022-04-02 15:26:25 -07:00
Alexander Rose
1b0b1809ef
handle case-insensitve mmcif fields
...
- support upper/lower case transforms
- handle case transform for CifField to Column
2022-04-02 15:24:01 -07:00
dsehnal
0833cffead
fix undefined value handling and update alised type
2022-04-02 21:48:15 +02:00
Alexander Rose
a0a8ae88b7
Merge branch 'master' of https://github.com/molstar/molstar into lowercase-str-column
2022-04-02 12:27:40 -07:00
David Sehnal
e415cbeca4
Merge pull request #413 from molstar/allowTransparentBackfaces
...
add allowTransparentBackfaces parameter
2022-04-02 21:00:43 +02:00
dsehnal
4c15c93381
lowercase column schema
2022-04-02 20:54:35 +02:00
Alexander Rose
bd19822112
add allowTransparentBackfaces parameter
...
- for mesh, spheres, cylinders, texture-mesh geometries
2022-04-01 19:18:24 -07:00
Sebastian Bittrich
b87beb4a6e
better msg for UNL
2022-04-01 16:58:32 -07:00
Sebastian Bittrich
62a58facb2
better error msg for unknown components
2022-04-01 15:51:00 -07:00
Sebastian Bittrich
5fa8178df7
fix handling of alternate locations in ligand-encoder#_getAtoms
2022-04-01 11:47:59 -07:00
David Sehnal
d6043e7d1f
Merge pull request #411 from JonStargaryen/master
...
fix volume streaming for entries with multiple contour lists
2022-04-01 13:35:57 +02:00
Sebastian Bittrich
8e432dfbb4
CHANGELOG
2022-03-30 09:27:40 -07:00
Sebastian Bittrich
324ab3744b
fix volume streaming for entries with multiple contour lists
2022-03-30 09:19:36 -07:00
Alexander Rose
33ee4d0418
Merge pull request #409 from JonStargaryen/master
...
Fix unit mapping in bondedAtomicPairs MolScript query
2022-03-29 18:11:59 -07:00
Alexander Rose
cbb104ccba
Merge branch 'master' into master
2022-03-29 18:11:37 -07:00
Alexander Rose
0bda5461ae
Merge pull request #403 from molstar/pdb-conect
...
improve pdb parsing
2022-03-29 18:01:56 -07:00
Sebastian Bittrich
4096a03de1
CHANGELOG
2022-03-29 11:40:46 -07:00
Sebastian Bittrich
fbee5f83df
fix mapping issues in bondedAtomicPairs
2022-03-29 11:34:53 -07:00
Alexander Rose
84a1b19850
improve Model.hasSecondaryStructure
...
- check ModelSecondaryStructure.Provider.isApplicable
2022-03-28 18:51:54 -07:00
Alexander Rose
1df5bd6d03
make use of PDB TER record
2022-03-28 18:47:00 -07:00
Alexander Rose
8bd4221a85
improve pdb parsing
...
- handle non unique atom and chain names
- fixes #156
2022-03-26 11:26:20 -07:00
Alexander Rose
4d97ccdfb3
improve bonds assignment of coarse grained models
...
- check for IndexPairBonds and exhaustive StructConn
2022-03-26 11:22:04 -07:00
Alexander Rose
ca5e57ddbf
fix aromatic rings assignment
2022-03-26 11:17:46 -07:00
Alexander Rose
ed6511799b
check model and coordinates element count
2022-03-26 11:15:19 -07:00
Alexander Rose
9b1223ec15
improve webgl error/type handling
2022-03-26 11:12:28 -07:00
Alexander Rose
97210ee67a
avoid calculating actionItems for isDisabled check
2022-03-26 11:11:22 -07:00
David Sehnal
308d1003ad
Merge pull request #401 from molstar/dependabot/npm_and_yarn/minimist-1.2.6
...
Bump minimist from 1.2.5 to 1.2.6
2022-03-25 14:07:50 +01:00
dependabot[bot]
ce9e193958
Bump minimist from 1.2.5 to 1.2.6
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-25 12:50:11 +00:00
dsehnal
2a83afa8c1
3.5.0
2022-03-25 13:49:33 +01:00
dsehnal
8891fa328b
cif2bcif BCIF => CIF conversion support
2022-03-25 13:45:00 +01:00
David Sehnal
a23c06c456
Merge pull request #399 from MadCatX/dnatco-changeable-colors
...
Make Confal pyramids colors changeable
2022-03-22 13:25:32 +01:00
Michal Malý
34e87121e1
Make Confal pyramids colors changeable
2022-03-21 09:07:49 +01:00
Alexander Rose
6e5c20f442
improve surface bounding-sphere
...
- use exact max radius to expand structure/unit sphere
2022-03-19 12:21:55 -07:00
Alexander Rose
8ac3bec451
improve color-smoothing
...
- use padded box
2022-03-19 12:20:12 -07:00
Alexander Rose
5128d0f405
improve Sphere3D.expand & Box3D.fromSphere3D
...
- ensure extrema are within radius
- avoid degenerate box for low number of points
2022-03-19 12:19:39 -07:00
Alexander Rose
6ae2121391
guard against zero window.devicePixelRatio
2022-03-19 11:43:41 -07:00
David Sehnal
749e0c5a47
Merge pull request #396 from MadCatX/dnatco-off-by-one
...
DNATCO extension: Fix off-by-one error in element lookup
2022-03-17 09:21:11 +01:00
Michal Malý
7b55ef85e1
DNATCO extension: Fix missing Confal pyramids in some structures
2022-03-17 07:47:47 +01:00
Alexander Rose
23ec35d1f9
3.4.0
2022-03-13 13:12:32 -07:00
Alexander Rose
ff089c2b9f
changelog
2022-03-13 12:50:44 -07:00
Alexander Rose
1ab088718a
package updates
2022-03-13 12:49:03 -07:00
Alexander Rose
0cb2e5857a
Merge pull request #393 from molstar/zenodo-import
...
Zenodo import
2022-03-13 12:19:04 -07:00
Alexander Rose
7c5ae5d7ee
tweak guessElementSymbolString
2022-03-13 12:16:12 -07:00
Alexander Rose
6e2665d98d
Merge branch 'master' of https://github.com/molstar/molstar into zenodo-import
2022-03-12 18:03:45 -08:00
Alexander Rose
b3b4692237
add top format support
2022-03-12 17:46:29 -08:00
Alexander Rose
55ff1d4999
add nctraj format support
2022-03-12 14:17:58 -08:00
Alexander Rose
511c839237
add prmtop format support
2022-03-12 13:48:10 -08:00
Alexander Rose
384cd6e5d9
add trr format support
2022-03-12 13:02:50 -08:00
Alexander Rose
6fd9dcc72e
split structure formats into topology & coordinates
2022-03-12 11:51:03 -08:00
Alexander Rose
12ca06fe91
fix handling of empty symmetry cell data
2022-03-12 11:44:27 -08:00
Alexander Rose
652f6c651b
fix wrong element assignment
2022-03-12 10:58:33 -08:00
Alexander Rose
7dd808a772
add custom import controls
2022-03-12 10:52:43 -08:00
Alexander Rose
945e55f8a7
add formated file size
2022-03-07 22:06:22 -08:00
Alexander Rose
866a30abe5
cleanup getFileInfo
2022-03-07 22:05:11 -08:00
Alexander Rose
f0e33e1e4e
fix legend of hydrophobicity color theme
2022-03-07 21:44:57 -08:00
Alexander Rose
8723ca38b4
improve saccharide detection
2022-03-07 21:31:33 -08:00
Alexander Rose
efffca0026
zenode import fixes
2022-03-06 21:57:42 -08:00
Alexander Rose
6c5eb3035f
remove default record id
2022-03-06 17:55:52 -08:00
Alexander Rose
0bf385f2ca
add zip file support to zenodo extension
2022-03-06 17:37:39 -08:00
Alexander Rose
9d5f51f513
improve handling of compressed files
...
- fix loading of some compressed files within sessions
- ignore some hidden MACOSX files
2022-03-06 17:32:56 -08:00
Alexander Rose
a1448131d8
add Zenodo import extension
2022-03-06 11:12:21 -08:00
Alexander Rose
664cacc7ac
add LoadTrajectory action
2022-03-06 11:11:16 -08:00
Alexander Rose
1aec37dd05
fix
2022-03-06 11:09:51 -08:00
Alexander Rose
3ff2c0840e
Merge pull request #392 from molstar/assert-unreachable
...
make use of assertUnreachable
2022-03-06 11:06:04 -08:00
Alexander Rose
5ca3c3ac52
Update src/mol-script/language/parser.ts
2022-03-06 11:04:58 -08:00
Alexander Rose
714ee50965
Update src/mol-script/language/parser.ts
...
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
2022-03-06 11:03:33 -08:00
Alexander Rose
ae1df3c5aa
Update src/mol-script/language/parser.ts
...
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
2022-03-06 11:03:28 -08:00
Alexander Rose
28afb39550
make use of assertUnreachable
2022-03-05 10:18:40 -08:00
Alexander Rose
3466a8a024
Merge pull request #389 from molstar/cif-check-present
...
fix handling of mmcif with empty label_asym_id
2022-03-05 09:20:19 -08:00
Alexander Rose
90db3321f5
changelog
...
Co-authored-by: David Sehnal <dsehnal@users.noreply.github.com >
2022-03-05 09:20:04 -08:00
Alexander Rose
bf4e5ed7c2
normalize mmcif data
2022-03-04 22:47:14 -08:00
Alexander Rose
d3b2c20c26
normalize atom_site early
2022-03-03 18:31:54 -08:00
Alexander Rose
c3afabb4b1
spelling
2022-03-02 19:50:30 -08:00
Alexander Rose
18cc9790d1
fix handling of mmcif with empty label_asym_id
2022-03-02 19:17:31 -08:00
Alexander Rose
d5ed3aa674
3.3.1
2022-02-27 18:45:45 -08:00
Alexander Rose
cfb9c9acfe
changelog
2022-02-27 18:40:48 -08:00
Alexander Rose
67feef0b1d
add option to ignore ions for inter-unit bonds
2022-02-27 18:40:27 -08:00
Alexander Rose
e0192ab5aa
fix issue with unit boundary reuse
...
- do at visual level instead
2022-02-27 18:03:41 -08:00
Alexander Rose
eae7c11c55
3.3.0
2022-02-27 13:03:01 -08:00
Alexander Rose
b8251e1ade
changelog
2022-02-27 12:57:51 -08:00
Alexander Rose
2ff2b9f348
schema updates
2022-02-27 12:50:48 -08:00
Alexander Rose
164e3f3343
package updates
2022-02-27 12:47:45 -08:00
Alexander Rose
4901a1bd87
rename occlusion scaleFactor to resolutionScale
2022-02-27 12:16:37 -08:00
Alexander Rose
cd194cca65
Merge pull request #385 from molstar/traj-anim
...
Coordinate trajectory related improvements
2022-02-27 12:04:28 -08:00
Alexander Rose
1748efbc18
Merge branch 'master' of https://github.com/molstar/molstar into traj-anim
2022-02-27 12:03:54 -08:00
Alexander Rose
4d60b40403
fix interUnitBonds parent check
2022-02-27 12:02:36 -08:00
Alexander Rose
6e5a41879f
Merge pull request #386 from molstar/improve-ao
...
Improve AO performance
2022-02-27 11:58:50 -08:00
Alexander Rose
c5f9eb54da
set default occlusion scaleFactor to 1
2022-02-26 23:51:21 -08:00
Alexander Rose
aebbfeb061
add support for lower resolution AO
...
- downsample depth for AO
- add scaleFactor param
- full res for image/video
2022-02-26 22:23:52 -08:00
Alexander Rose
a0a5a6b578
add encoder spec
...
- mostly as example
2022-02-26 17:43:37 -08:00
Alexander Rose
6bdafb85d7
Check if marking passes are needed
...
- add Scene.getMarkerAverage
2022-02-26 13:30:05 -08:00
Alexander Rose
0dd7debf5d
reuse occlusion in multi-sample pass
2022-02-26 13:02:53 -08:00
Alexander Rose
962b9ee7af
Merge pull request #378 from molstar/ar-bonds
...
fix visuals for aromatic/delocalized bonds
2022-02-26 11:34:42 -08:00
Alexander Rose
15bcc5df88
Merge branch 'master' into ar-bonds
2022-02-26 11:26:29 -08:00
Alexander Rose
8495d834c8
add getTripletIndices & triplets to UnitResonance
2022-02-26 11:25:35 -08:00
Alexander Rose
7282399709
fix/improve canRemap handling in IntraUnitBonds
2022-02-26 10:56:32 -08:00
Alexander Rose
780bdd6e7e
don't compute InterUnitBonds when parent ones empty
2022-02-26 10:53:54 -08:00
Alexander Rose
ad08e7c67f
reuse unit boundary if it has not changed too much
2022-02-26 10:52:26 -08:00
Alexander Rose
ff089964ca
improve line visuals in polymerAndLigand preset
2022-02-26 10:50:02 -08:00
Alexander Rose
990191529a
reuse Model.CoarseGrained for coordinate trajectories
2022-02-26 10:48:05 -08:00
Alexander Rose
ce1bec12b4
fix mononucleotides detected as polymer components
2022-02-26 10:46:51 -08:00
Alexander Rose
703ea9af53
change line geometry default scaleFactor to 2
...
- 3 is too big after fixing line rendering
2022-02-26 10:45:51 -08:00
David Sehnal
df0227ae1e
Merge pull request #383 from molstar/batch-highlights
...
Resolve marking in main render loop
2022-02-24 07:46:44 +01:00
dsehnal
486d12b6ac
Fix multisample pass "forceOn"
2022-02-24 07:20:03 +01:00
dsehnal
9c18375ab4
typo
2022-02-23 23:34:09 +01:00
dsehnal
e1708aed68
dispose mark buffer
2022-02-23 19:09:40 +01:00
dsehnal
a42d778b84
changelog
2022-02-23 12:04:38 +01:00
dsehnal
7692b59c7c
resolve marking in main render loop insread of eagerly
2022-02-23 11:59:29 +01:00
dsehnal
82de9b36b3
addRing check tweak
2022-02-22 16:02:11 +01:00
dsehnal
49b3c8f65f
ring computation algorithm fixes
2022-02-22 13:16:32 +01:00
Alexander Rose
90ad32d936
add ring example PDB IDs
2022-02-21 13:48:43 -08:00
David Sehnal
2509e91f1a
Merge pull request #381 from russellp17/disable-ts-config-for-sourceMappingURL
...
Disable ts config that leads to sourceMappingURL comment
2022-02-21 15:20:00 +01:00
David Sehnal
80dc2219e4
Merge pull request #380 from russellp17/allow-react-16-in-peer-dependency
...
Allow React ^16.14.0 as peer dependency
2022-02-21 15:10:33 +01:00
Russell Parker
931cb0fa7d
Disable ts config that leads to sourceMappingURL comment in transpilation
2022-02-21 08:24:09 -05:00
Russell Parker
4383f2ea90
Allow React ^16.14.0 as peer dependency
2022-02-21 08:20:55 -05:00
dsehnal
add79dc242
ring computation algorithm fix
2022-02-21 14:15:13 +01:00
Alexander Rose
b6e142f04c
move delocalizedTriplets code to unit.resonance
2022-02-20 16:28:42 -08:00
Alexander Rose
105f6c3041
fix visuals for aromatic/delocalized bonds
2022-02-20 12:50:44 -08:00
Alexander Rose
4babbb65c1
fix spec
2022-02-19 17:22:25 -08:00
Alexander Rose
878159f7ed
fix texture warnings ( #319 )
...
- bind real texture to tDepth in renderer
- ensure textures are not empty; init as 1x1(x1)
2022-02-19 16:59:03 -08:00
Alexander Rose
c320386019
changelog
2022-02-19 14:23:37 -08:00
Alexander Rose
1e7a0159f0
Merge pull request #377 from JonStargaryen/master
...
parse contour-level from emdb v3 header files
2022-02-19 14:20:48 -08:00
JonStargaryen
bbf4f1d1d3
break early
2022-02-19 11:02:30 -08:00
Alexander Rose
8cd1c69c76
css tweaks, fixes #376
2022-02-19 10:46:06 -08:00
JonStargaryen
2372a878ac
parse contour-level from emdb v3 header files
2022-02-19 09:12:20 -08:00
dsehnal
9bec644997
3.2.0
2022-02-17 19:24:55 +01:00
dsehnal
650d38dff8
Store IndexPairBonds as a dynamic property
2022-02-17 19:21:49 +01:00
David Sehnal
097277e397
Merge pull request #373 from JonStargaryen/master
...
Add TraceOnly option for Structure Superposition
2022-02-14 19:53:51 +01:00
Sebastian Bittrich
82a4d5eedf
cleanup
2022-02-14 10:46:03 -08:00
Sebastian Bittrich
2a00248812
determine trace during buildIndex
2022-02-14 10:41:10 -08:00
Sebastian Bittrich
9841c773cb
reset camera after all alignments
2022-02-10 13:55:09 -08:00
Sebastian Bittrich
b21a78ad14
support shuffled atoms when aligning SIFTS trace
2022-02-10 13:49:37 -08:00
Sebastian Bittrich
7329fa597d
options obj for alignAndSuperposeWithSIFTSMapping
2022-02-10 11:36:50 -08:00
Sebastian Bittrich
f1d8f0ecb4
auth
2022-02-10 11:32:21 -08:00
Sebastian Bittrich
1d127f2364
changelog
2022-02-10 11:30:55 -08:00
Sebastian Bittrich
b244405cc3
polymer-based query
2022-02-10 10:39:22 -08:00
Sebastian Bittrich
38adfe0ca6
cleanup
2022-02-10 10:29:34 -08:00
Sebastian Bittrich
6f0d798847
optional filtering for trace during alignment
2022-02-10 10:23:31 -08:00
Sebastian Bittrich
6e58bfd2b0
traceOnly param for superpos
2022-02-08 16:03:05 -08:00
David Sehnal
bc2e8d8ac4
Merge pull request #369 from molstar/pdbx_sifts-export
...
Better support for atom_site.pdbx_sifts_xref
2022-02-08 10:19:02 +01:00
dsehnal
7be654d47f
tweak labels
2022-02-08 10:18:01 +01:00
dsehnal
bfe46e3604
pdbx_sifts_xref PR feedback
2022-02-08 10:12:21 +01:00
dsehnal
008b597fc5
changelog
2022-02-07 17:51:13 +01:00
dsehnal
c4b4f2e3b1
rename BestDatabaseSequenceMapping -> SIFTSMapping
2022-02-07 17:49:10 +01:00
dsehnal
76ee97301b
atom_site.pdbx_label_index support
2022-02-07 17:44:03 +01:00
dsehnal
289dc09eae
add support for atom_site.pdbx_sifts_xref export
2022-02-07 17:33:11 +01:00
Alexander Rose
f23f84f0f3
3.1.0
2022-02-06 15:56:41 -08:00
Alexander Rose
62259f3295
changelog
2022-02-06 15:51:40 -08:00
Alexander Rose
854a430a12
tweak quick-styles order
2022-02-06 15:46:40 -08:00
Alexander Rose
d27cdb5637
schema updates
2022-02-06 15:41:09 -08:00
Alexander Rose
7d12d9ee90
package udpdates
2022-02-06 15:38:09 -08:00
Alexander Rose
d70a4ff347
Merge pull request #366 from molstar/repr-defaults-tweaks
...
cleaner default representation style
2022-02-06 15:24:27 -08:00
Alexander Rose
49541558d1
Merge branch 'master' into repr-defaults-tweaks
2022-02-06 15:24:16 -08:00
Alexander Rose
7b00a1227c
changelog
2022-02-06 15:22:50 -08:00
Alexander Rose
7800603c81
Merge pull request #367 from molstar/quick-styles
...
Quick styles
2022-02-06 15:16:43 -08:00
Alexander Rose
fca00c8116
variable naming
2022-02-06 15:15:55 -08:00
Alexander Rose
00fa549e44
Merge pull request #368 from JonStargaryen/master
...
iterate over `structure.unitSymmetryGroups`, fixes #364
2022-02-06 15:13:57 -08:00
Alexander Rose
36181b6b87
tweak quick style names
2022-02-06 15:13:15 -08:00
JonStargaryen
88a95162e9
iterate over structure.unitSymmetryGroups, fixes #364
2022-02-06 10:47:40 -08:00
Alexander Rose
9c1d59a2c8
add Quick Styles panel
2022-02-05 12:58:32 -08:00
Alexander Rose
fdd894956a
fix representation preset side effects
2022-02-05 12:56:55 -08:00
Alexander Rose
eb6dc0859d
cleaner default representation style
2022-02-05 12:23:28 -08:00
Alexander Rose
b99026bba2
add ignoreLight to component params
2022-02-05 12:10:56 -08:00
Alexander Rose
6fa50eb8d5
fix xrayShader & ignoreLight not working together
2022-02-05 11:57:39 -08:00
David Sehnal
e5046f15a9
Merge pull request #365 from JonStargaryen/master
...
Volume Streaming Error Message
2022-02-04 17:11:31 +01:00
JonStargaryen
09f1c066a0
logic
2022-02-03 17:11:50 -08:00
Sebastian Bittrich
ed2f0b34c9
volume streaming err msg
2022-02-03 16:11:10 -08:00
Alexander Rose
c7f75861de
3.0.2
2022-01-30 12:24:48 -08:00
Alexander Rose
ccd04dbc9d
changelog
2022-01-30 12:19:49 -08:00
Alexander Rose
e71f8d2c10
Merge pull request #360 from molstar/fix/visual-visibility
...
Fix visual visibility edge case
2022-01-30 12:17:12 -08:00
dsehnal
d9b4c60239
Fix visual visibility edge case
2022-01-30 15:02:46 +01:00
Alexander Rose
103c1fca21
measurement options tweaks
...
- allow larger text size
- make customText essential
2022-01-29 19:30:03 -08:00
Alexander Rose
49559bf5fb
citation tweak
2022-01-29 16:05:17 -08:00
Alexander Rose
26dceabf83
add citation file
2022-01-29 15:56:39 -08:00
Alexander Rose
abe506182e
fix multi-instance entity label display
...
- fix empty elements created in extendToAllInstances
2022-01-29 11:21:48 -08:00
Alexander Rose
582a0e2a38
fix Sphere.expand for highly directional extrema
2022-01-29 11:13:19 -08:00
dsehnal
2784ccf379
3.0.1
2022-01-27 12:15:53 +01:00
dsehnal
0ad1d578fe
changelog
2022-01-27 12:13:22 +01:00
David Sehnal
31fd1c9c68
Merge pull request #353 from molstar/drag-tweak
...
emit drag event whenever started within viewport
2022-01-27 12:12:07 +01:00
David Sehnal
9c961297a2
Merge branch 'master' into drag-tweak
2022-01-27 12:11:59 +01:00
David Sehnal
b920053349
Merge pull request #352 from molstar/var-fixes
...
Various fixes
2022-01-27 12:09:39 +01:00
David Sehnal
0a5c764e4a
Merge pull request #351 from molstar/volume-server-data-fix
...
Volume server data fix
2022-01-27 11:37:31 +01:00
Alexander Rose
b9a71c83ff
emit drag event whenever started within viewport
2022-01-26 21:32:14 -08:00
Alexander Rose
3255f207d0
Merge branch 'master' of https://github.com/molstar/molstar into var-fixes
2022-01-26 20:46:11 -08:00
Alexander Rose
e3b4ca8862
add entity-id and entity-source as carbonColor
2022-01-26 20:42:38 -08:00
Alexander Rose
6810793015
fix marking of InteractionsInterUnitVisual
2022-01-26 20:40:12 -08:00
Alexander Rose
1feb3c2095
fix entity-id coloring broken for non-ihm models
2022-01-26 20:38:46 -08:00
Alexander Rose
f2da6033d0
fix pdbe xray maps url
2022-01-26 20:36:52 -08:00
Alexander Rose
28bc212132
fix marking pass for transparentBackground
2022-01-26 20:35:38 -08:00
dsehnal
1a7c62eec6
remove gl from dependencies & install it on demand instead
...
- installing gl on M1 Mac was taking several minutes to compile on each update
2022-01-26 23:12:12 +01:00
dsehnal
de67dbacba
iso-value adjustment for VolumeServer data in default Viewer
2022-01-26 17:47:23 +01:00
dsehnal
57223a0f9a
Fix VolumeServer/query CLI
2022-01-26 16:49:18 +01:00
Alexander Rose
2ad0754b90
3.0.0
2022-01-23 18:12:48 -08:00
Alexander Rose
3ecb3af57b
changelog
2022-01-23 18:08:01 -08:00
Alexander Rose
ec4f15f549
improve/fix InteractionsIntraUnitVisual marking
2022-01-23 17:55:51 -08:00
Alexander Rose
2458ea7b92
Merge pull request #349 from molstar/custom-theme-colors
...
add custom theme colors
2022-01-23 15:13:24 -08:00
Alexander Rose
c5e6bedf11
Merge branch 'master' into custom-theme-colors
2022-01-23 13:54:57 -08:00
dsehnal
8528e5a666
Support/bugfixes for atom_site.pdbx_sifts_xref categories
2022-01-23 20:46:49 +01:00
dsehnal
6ed232b3d9
fix using default values for webgl1/wboit features in the default viewer app
2022-01-23 19:25:09 +01:00
dsehnal
f8aae8cbd1
skip Coarse models in export extension
2022-01-23 16:13:02 +01:00
Alexander Rose
00c2517045
package updates
2022-01-22 14:06:26 -08:00
Alexander Rose
99b043a929
avoid circular dependency
2022-01-22 11:10:41 -08:00
Alexander Rose
5900e27e39
add custom theme colors
...
- element-symbol
- molecule-type
- residue-name
- secondary-structure
2022-01-22 10:51:41 -08:00
Alexander Rose
1b79d34907
fix marking of carbohydrate visuals
2022-01-22 08:53:47 -08:00
Alexander Rose
fc52e29c92
re-add using _struct_asym cat in getStructAsymMap
...
- needed for ihm model support
2022-01-22 08:50:29 -08:00
Alexander Rose
df23b3c0fe
fix coarse model support in entity-id color theme
...
- add StructureProperties.coarse.entity_id
2022-01-22 08:48:07 -08:00
David Sehnal
5e25716c98
Merge pull request #334 from molstar/export-extension
...
Model export extension & related improvements
2022-01-18 13:23:11 +01:00
dsehnal
f70a10bc56
add info about CIF export failure
2022-01-18 13:20:53 +01:00
dsehnal
0ccb045f4e
Merge branch 'master' of https://github.com/molstar/molstar into export-extension
2022-01-18 12:30:45 +01:00
Alexander Rose
fa18d0d852
3.0.0-dev.10
2022-01-17 14:08:28 -08:00
Alexander Rose
687c4342fb
changelog
2022-01-17 14:03:55 -08:00
Alexander Rose
9459af46b8
Merge pull request #337 from molstar/anim-rock
...
Add rock animation
2022-01-17 13:38:08 -08:00
Alexander Rose
fc5832747a
Merge pull request #345 from molstar/bump-immutable
...
bump immutable to 4.0
2022-01-17 13:37:19 -08:00
Alexander Rose
01205d244b
tweak trackball speed calc
2022-01-17 13:16:19 -08:00
dsehnal
31a555255a
bump immutable to 4.0
2022-01-17 17:56:39 +01:00
dsehnal
fbb60c9493
Treat empty string as non-present value in BinaryCIF
2022-01-17 16:21:14 +01:00
dsehnal
9f953ef51c
add Model Export overlay
2022-01-17 15:47:56 +01:00
dsehnal
4871f1547c
Generate structAsymMap from normalized atomic hierarchy
...
- Fixes issue with remapped chains
- Requires to parse PRD separately
2022-01-17 14:52:53 +01:00
dsehnal
d6413529f4
PR feedback
2022-01-17 13:58:20 +01:00
dsehnal
724cf5a0da
Add integrations section to readme
2022-01-17 12:58:35 +01:00
dsehnal
b6847907ca
Add ModelExport to viewer/app.ts
2022-01-17 11:37:49 +01:00
dsehnal
fb54a1aed7
Merge branch 'master' of https://github.com/molstar/molstar into export-extension
2022-01-17 11:37:16 +01:00
Alexander Rose
9815318daf
add entity-source option to illustrative coloring
2022-01-16 23:08:43 -08:00
Alexander Rose
bc13b98111
Merge branch 'master' of https://github.com/molstar/molstar into anim-rock
2022-01-16 15:48:33 -08:00
Alexander Rose
238b70c121
simplify rock state/trackball animation
...
- use sin() instead of smoothstep()
2022-01-16 15:47:25 -08:00
Alexander Rose
dcd23bc0cb
improve illustrative style support
...
- add illustrative representation preset
- add style option to illustrative color theme
2022-01-16 13:13:00 -08:00
Alexander Rose
4694ea85fa
support custom colors in molecule-type theme
2022-01-16 13:05:43 -08:00
Alexander Rose
bdb17743d7
update schemas
2022-01-15 19:54:22 -08:00
Alexander Rose
8b76ff2461
update packages
2022-01-15 19:53:04 -08:00
Alexander Rose
ea5421002b
add camera rock state animation
2022-01-15 18:59:12 -08:00
Alexander Rose
76ac55917d
type, tweaks
2022-01-15 18:45:56 -08:00
Alexander Rose
5cfb2376c4
Merge branch 'master' of https://github.com/molstar/molstar into anim-rock
2022-01-15 15:56:55 -08:00
Alexander Rose
6b9d3fd80e
cleaner MembraneOrientationVisuals defaults
2022-01-15 13:52:14 -08:00
dsehnal
a09752b62e
changelog and contibutors in package.json
2022-01-14 12:53:51 +01:00
David Sehnal
3134e1d9f9
Merge pull request #341 from molstar/fix-camera-spin-stutter
...
Pass animation info to state animations
2022-01-14 12:51:51 +01:00
David Sehnal
e94ecf2a0b
Merge pull request #314 from ptourlas/feature/formal-charge-labels
...
Feature/formal charge labels
2022-01-14 12:51:09 +01:00
ptourlas
1bd4d841a1
ADD: Test multiple charge lines in molfiles
2022-01-12 17:01:36 +02:00
ptourlas
8e349f47a5
(author tags)
2022-01-12 16:50:06 +02:00
ptourlas
119c0a4231
ADD: Test formal charge parsing in sdf reader
2022-01-12 16:25:23 +02:00
ptourlas
f009f533e0
TWEAK: Default charges in V3000 sdf files
2022-01-12 15:05:07 +02:00
ptourlas
3ab0c1e509
ADD: Test formal charge parsing in mol reader
2022-01-12 12:42:29 +02:00
dsehnal
e3d264e239
Pass animation info to state animations
...
+ Fix camera stutter for "camera spin"
2022-01-11 19:38:32 +01:00
dsehnal
9bd60f8e8e
Fix getOperatorsForIndex
2022-01-11 17:34:43 +01:00
ptourlas
bcec1d9637
(forgot to cleanup)
2022-01-11 16:41:23 +02:00
ptourlas
1b431b1d20
RFR: Formal charge assignment at model creation
2022-01-11 16:04:46 +02:00
ptourlas
23c2dcdfd4
FIX: Use tokenizer to ensure the loop terminates
2022-01-11 15:01:15 +02:00
ptourlas
dd415bf802
FTR: Support multiple formal charge lines
...
* Start with two empty arrays for indexes and charges.
* Each `M CHG` line is passed to `handleFormalCharges()` and the
parsed elements are pushed to the arrays.
* The `Column`s are made at the end of this process.
2022-01-11 14:40:57 +02:00
ptourlas
7bc0e9db7c
RFR: formalChargeMapper tweaks
...
* The key is of type number, no need to stringify it.
* Simplified `switch()`.
2022-01-11 00:18:25 +02:00
ptourlas
ca10bb01db
Merge branch 'molstar:master' into feature/formal-charge-labels
2022-01-10 23:46:37 +02:00
Alexander Rose
c0f14b7c33
3.0.0-dev.9
2022-01-09 18:24:30 -08:00
Alexander Rose
b096f328fc
changelog
2022-01-09 18:19:52 -08:00
Alexander Rose
88dbd43884
re-allow interaction during trackball animation
...
- was disallowed as a stop-gap measure
- ok after improving temporal multi sampling
2022-01-09 14:39:09 -08:00
Alexander Rose
ade5e4d4b8
re-allow interaction during trackball animation
...
- was disallowed as a stop-gap measure
- ok after improving temporal multi sampling
2022-01-09 14:30:43 -08:00
ptourlas
cb76b53a1b
FTR: Add formal charges during model creation
...
This implementation takes into account both the property and atom block
cases and makes sure the latter is ignored if the first one is present.
2022-01-10 00:30:25 +02:00
Alexander Rose
b9423f70d4
Merge branch 'master' of https://github.com/molstar/molstar into anim-rock
2022-01-09 14:25:36 -08:00
Alexander Rose
d61e18e6f3
fix mol2 element symbol assignment
2022-01-09 14:04:31 -08:00
Alexander Rose
ca4a725a79
Merge pull request #336 from molstar/bond-dist-id
...
IndexPairBonds improvements
2022-01-09 13:37:38 -08:00
Alexander Rose
17a18d5fea
tweak bond assignment from IndexPairBonds
...
- fix & clarify logic
2022-01-09 13:25:14 -08:00
Alexander Rose
73be238ac4
rename IndexPairBonds mapping field from id to key
2022-01-09 12:51:26 -08:00
Alexander Rose
796a034fec
add rock animation to trackball controls
2022-01-08 17:02:33 -08:00
Alexander Rose
952b320975
Merge branch 'master' of https://github.com/molstar/molstar into bond-dist-id
2022-01-08 13:23:15 -08:00
Alexander Rose
be0f06ff0f
fix mol2 crysin support
2022-01-08 13:22:26 -08:00
Alexander Rose
6294ef2db2
fix stats for single element in multi-chain unit
...
- observe in, e.g., label for water molecule in 3pqr
2022-01-08 12:42:37 -08:00
Alexander Rose
78b5d505bd
improve IndexPairBonds
...
- add id field
- better distance-based assignment
2022-01-08 12:35:40 -08:00
Alexander Rose
22afdffa15
add mol2 symmetry support
...
- only for spacegroup setting 1
2022-01-08 12:14:14 -08:00
Alexander Rose
d1056eddeb
Merge pull request #335 from molstar/standalone-viewer
...
move Viewer class to separate file
2022-01-08 11:55:53 -08:00
dsehnal
8655f4d85a
move viewer app to separate file
2022-01-08 10:31:53 +01:00
ptourlas
f9deb54352
FIX: Found the right tokenizer operations
...
(at last)
2022-01-08 01:16:59 +02:00
ptourlas
eae3c1b33a
FIX: Formal charges are all on the same line
...
Therefore we have to get the count of charges and iterate based on that.
A handle properties function is added so that new handler can be used based
the property type. Note that this function only returns the charges at
the moment for simplicity. A more general version should return multiple
properties.
2022-01-07 16:14:47 +02:00
ptourlas
5c5f8aa741
FTR:(WIP) Add formal charges during model creation
2022-01-06 16:12:44 +02:00
ptourlas
ba68ac2e32
FTR: Parse formal charges in the atom block
2022-01-06 15:58:49 +02:00
ptourlas
239fef281e
Merge branch 'master' into feature/formal-charge-labels
2022-01-06 13:32:05 +02:00
dsehnal
c0880b647f
changelog
2022-01-03 13:51:09 +01:00
dsehnal
039dc6a76b
changelog
2022-01-03 13:49:59 +01:00
dsehnal
042a7625ad
isWithoutOperator tweak
2022-01-03 13:46:13 +01:00
dsehnal
41827c478d
open zip files with multiple entries
2022-01-03 13:42:37 +01:00
dsehnal
9a73180c3c
support transformed export & structAsymMap parsing fix
2022-01-03 13:15:51 +01:00
dsehnal
333ee85fdb
omit suffix for identity assembly operators
2022-01-03 12:52:05 +01:00
dsehnal
fa8ca45b6a
do not include assembly categories in export if an operator has been applied
2022-01-03 12:34:37 +01:00
dsehnal
c2bae1aeb7
model export extension
2022-01-03 12:26:36 +01:00
Alexander Rose
ada7a45fe6
add PDBj pdb-provider option
2022-01-01 16:56:23 -08:00
Alexander Rose
2d09df55a9
3.0.0-dev.8
2021-12-31 11:42:09 -08:00
Alexander Rose
ec2554537e
changelog
2021-12-31 11:37:40 -08:00
Alexander Rose
f266dfadc6
emulate round function for webgl1 compatibility
2021-12-31 11:37:02 -08:00
Alexander Rose
99048eed61
Merge pull request #323 from molstar/dv-refactor
...
Direct-volume refactor
2021-12-31 10:43:26 -08:00
Alexander Rose
fe63718b0c
Merge branch 'master' into dv-refactor
2021-12-31 10:34:50 -08:00
Alexander Rose
2c1200433c
Merge pull request #333 from molstar/surface-size-theme
...
Use size theme in molecular/gaussian surface & label representations
2021-12-31 10:33:46 -08:00
Alexander Rose
4a3252c929
use size theme in label repr
2021-12-30 18:17:40 -08:00
Alexander Rose
5e052174ee
use size theme in molecular/gaussian surface repr
2021-12-30 18:12:53 -08:00
Alexander Rose
cda0966105
filter repr size themes to applicable types
2021-12-30 18:01:02 -08:00
Alexander Rose
c0a9716846
Merge branch 'master' of https://github.com/molstar/molstar into dv-refactor
2021-12-30 17:30:44 -08:00
Alexander Rose
18c7395f9d
Merge pull request #326 from molstar/marker-fixes
...
Marker improvements
2021-12-30 17:29:07 -08:00
Alexander Rose
d3da79f3dd
better use of StateSelection API
2021-12-30 17:18:21 -08:00
Alexander Rose
5a215daca4
remove superfluous arg from canvas3d.requestDraw
2021-12-30 17:14:07 -08:00
Alexander Rose
8527a3b3ef
change canvas3d draw to use options argument
2021-12-30 17:08:28 -08:00
Alexander Rose
492dc1ba32
Merge branch 'master' of https://github.com/molstar/molstar into marker-fixes
2021-12-30 17:04:17 -08:00
Alexander Rose
305a8ca802
Merge pull request #332 from molstar/fix-331
...
fix gpu isosurface group id
2021-12-30 17:02:54 -08:00
Alexander Rose
6d2a35494f
rename float-packing to number-packing
...
- more telling name
2021-12-30 17:01:23 -08:00
Alexander Rose
e76a08c73a
remove unused en/decodeFloatLog
2021-12-30 16:59:39 -08:00
Alexander Rose
a0fef0c20f
rename en/decodeFloatRGB
...
- since they only work for positive integers
- encodeFloatRGB -> packIntToRGB
- decodeFloatRGB -> unpackRGBToInt
2021-12-30 16:57:50 -08:00
Alexander Rose
605432ddd1
fix glsl decodeFloatRGB
2021-12-30 16:39:06 -08:00
Alexander Rose
0c895071d8
support axis order in direct-volume shader
2021-12-30 15:36:12 -08:00
Alexander Rose
79cd833ae6
cleanup
2021-12-30 14:37:34 -08:00
Alexander Rose
0fee928e37
fix gpu isosurface group id
...
- was wrong for axis order other than 012
- fixes #331
2021-12-30 13:49:08 -08:00
Alexander Rose
7f698336d7
fix webgl error in volume-streaming behavior
...
- don't use gpu mc for small volumes
- return empty texture-mesh for volumes of size 1 or 0
2021-12-29 18:51:55 -08:00
Alexander Rose
cef04f192a
no picking during camera spinning
2021-12-29 16:54:26 -08:00
Alexander Rose
4087c4c226
changelog
2021-12-29 16:27:43 -08:00
Alexander Rose
87bdcd2372
add prefer-webgl1 & disable-wboit Viewer GET params
2021-12-29 16:03:45 -08:00
Alexander Rose
1dbcc0d7c8
Merge branch 'master' of https://github.com/molstar/molstar into dv-refactor
2021-12-29 15:42:41 -08:00
Alexander Rose
4c93f01c64
improve temporal multi-smaple handling
...
- add forceOn arg
- instead of letting temporal converge do full sampling
- saves one geometry pass
2021-12-28 20:39:03 -08:00
Alexander Rose
0a18412da0
refactor draw/multiSample .render args
2021-12-28 20:24:16 -08:00
Alexander Rose
b67d16bdc4
enable marking pass by default
2021-12-28 19:47:54 -08:00
Alexander Rose
976542d355
ensure mark changes are rendered (even w/ noDraw)
...
- schedule using forceNextRender to avoid rendering twice
2021-12-28 19:30:45 -08:00
Alexander Rose
a2e5fda646
improve temporal multi-sample rendering
...
- don't render all when spinning
- only render all when explicitely requested (new allowMulti arg)
2021-12-28 19:28:36 -08:00
Alexander Rose
41b1b65d5f
improve SelectLoci behavior
...
- only handle direct children of updated objects (no update of same repr multiple times)
2021-12-28 19:25:40 -08:00
Alexander Rose
2ec2d1997f
improve StructureSelectionManager.onUpdate
...
- only process for root structure (processing childs is superfluous)
2021-12-28 19:20:54 -08:00
Alexander Rose
0bc65f3b72
improve visual marking performance
...
- treat structure-loci as every-loci
2021-12-28 19:17:46 -08:00
Alexander Rose
9ed96b3599
fix getMarkersAverage edge case with small arrays
2021-12-28 19:16:08 -08:00
David Sehnal
b1cf9566f6
Merge pull request #324 from molstar/safari15-wboit
...
PluginFeatureDetection and disable WBOIT in Safari
2021-12-28 20:46:46 +01:00
ptourlas
13ea97bd98
Merge branch 'master' into feature/formal-charge-labels
2021-12-27 18:18:27 +02:00
ptourlas
009a17a9ca
(forgot the author tag)
2021-12-27 17:56:25 +02:00
ptourlas
ca38d9adb1
(WIP) Formal charges handler implementation
2021-12-27 17:44:59 +02:00
ptourlas
4e5a86e3db
(WIP) Add the formal charges handler to sdf parser
2021-12-27 17:37:52 +02:00
dsehnal
983ae4f8c2
PluginFeatureDetection and disable WBOIT in Safari
2021-12-24 11:21:15 +01:00
Alexander Rose
7ce3531cc7
direct-volume define cleanup
2021-12-23 15:35:14 -08:00
Alexander Rose
11f1a7fd1c
add general dGeometryType
...
- remove dRenderMode & dGeoTexture
2021-12-23 15:16:14 -08:00
Alexander Rose
47d7dd4d22
move direct-volume coloring into theme
...
- add 'direct' color type
- remove color from transfer-function (now only alpha)
- add direct-volume color theme support
- add volume-value color theme
2021-12-23 14:47:17 -08:00
Alexander Rose
0d4f6bb5d9
3.0.0-dev.7
2021-12-20 22:42:23 -08:00
Alexander Rose
b3a4e1976d
changelog
2021-12-20 22:36:56 -08:00
Alexander Rose
8b3c0fd94e
Merge branch 'master' of https://github.com/molstar/molstar into dv-refactor
2021-12-20 17:51:38 -08:00
Alexander Rose
ab4a24d8ab
Merge pull request #310 from molstar/clipping
...
Per Object Clip Objects
2021-12-20 17:38:41 -08:00
Alexander Rose
7c93e9f834
changelog & fix clipping exclude group filtering
2021-12-20 17:22:15 -08:00
Alexander Rose
90ea8cfebd
Merge branch 'master' of https://github.com/molstar/molstar into clipping
2021-12-20 16:49:58 -08:00
Alexander Rose
7fc1866dac
Merge pull request #320 from molstar/shader-compilation
...
Shader compilation
2021-12-20 16:46:56 -08:00
Alexander Rose
bb520ff424
fix spec
2021-12-20 16:38:24 -08:00
Alexander Rose
f9d2e20cb9
webgl1 compat
2021-12-20 16:16:22 -08:00
Alexander Rose
6f13b67bf1
combine markingDepth/markingMask shader variants
2021-12-20 16:14:37 -08:00
Alexander Rose
f37026a980
Merge branch 'master' of https://github.com/molstar/molstar into shader-compilation
2021-12-20 14:15:06 -08:00
Alexander Rose
ddc4d8e867
3.0.0-dev.6
2021-12-19 13:15:50 -08:00
Alexander Rose
7cded03598
changelog
2021-12-19 13:11:41 -08:00
Alexander Rose
744b04edc6
add demos to deploy script
...
- include analytics in deployed demos
2021-12-19 13:06:41 -08:00
Alexander Rose
f2119b1d0b
tweak alpha-orbitals example
...
- remove direct-volume option
- enable tryUseGpu for isosurface repr
2021-12-19 13:05:34 -08:00
Alexander Rose
b4783909d7
fix lighting example
...
- adjust to new light & material handling
2021-12-19 13:04:05 -08:00
Alexander Rose
fe5f841ab8
improve docking-viewer example
...
- add example pdbqt & mol2
2021-12-19 13:03:10 -08:00
Alexander Rose
2c3f0dbc97
fix missing uniform in direct-volume shader
2021-12-19 13:02:23 -08:00
Alexander Rose
224fd1733f
improve aromatic bonds
...
- Don't detect aromatic bonds for rings < 5 atoms based on planarity
- Prefer atoms in aromatic rings as bond reference positions
2021-12-19 13:02:02 -08:00
Alexander Rose
1f262ee422
Merge pull request #321 from molstar/update-create-plugin
...
mol-plugin-ui/createPluginUI
2021-12-19 11:51:44 -08:00
Alexander Rose
df3bcdd05a
fix embedded
2021-12-19 11:41:53 -08:00
dsehnal
d5d08542ed
tweak
2021-12-19 17:36:32 +01:00
dsehnal
564a360c8f
Added createPluginUI, removed createPlugin and createPluginAsync
2021-12-19 17:32:58 +01:00
Alexander Rose
74f123265b
correctly set shader define flags
...
- overpaint, transparency, substance, clipping
2021-12-18 19:53:35 -08:00
Alexander Rose
ccfae65b01
fix tests
2021-12-18 19:29:02 -08:00
Alexander Rose
bcfaef77c9
combined pick shader variant
2021-12-18 18:11:31 -08:00
Alexander Rose
0b6243c0d1
remove log statement
2021-12-18 16:53:48 -08:00
Alexander Rose
472866d8ec
support ignoring defines for shader variants
2021-12-18 16:48:56 -08:00
Alexander Rose
471163f3d8
better defaults for postprocessing pass
2021-12-18 16:44:08 -08:00
Alexander Rose
ab6106896d
only include vPaletteV for color shaders
2021-12-18 16:43:48 -08:00
Alexander Rose
7ca624d04b
remove dMarkerType shader define
2021-12-18 16:42:43 -08:00
Alexander Rose
bd3d18f43f
use uniform for double-sided shader param
2021-12-18 16:39:15 -08:00
Alexander Rose
21eb21b6dd
support variants for graphics render-itms
2021-12-18 16:32:20 -08:00
Alexander Rose
fe0d4dc11e
warn (not throw) about erroneous symmetry matrix
...
- #303
2021-12-18 15:24:52 -08:00
Alexander Rose
812eb0efa9
Merge pull request #309 from molstar/ma-support
...
ModelArchive / AlphaFold support
2021-12-18 14:52:55 -08:00
Alexander Rose
10d0bf293a
fix wrong method name loadAfdb
2021-12-18 14:41:38 -08:00
Alexander Rose
ce2544b9f3
add model-archive viewer helpers
2021-12-18 14:40:45 -08:00
Alexander Rose
1964de1e44
Merge branch 'master' of https://github.com/molstar/molstar into ma-support
2021-12-18 14:26:00 -08:00
Alexander Rose
20c9d2cc41
enable aromaticBonds by default
2021-12-18 14:22:21 -08:00
Alexander Rose
3b1513adc0
fix eslint warnings
2021-12-18 14:12:58 -08:00
Alexander Rose
eaa60fc5cd
fix linting errors and vscode settings
2021-12-18 12:47:41 -08:00
Alexander Rose
ce1e3960a2
avoid standard polymers misqualified as ligands
...
- overrule erroneous chem comp type in some files
2021-12-18 12:13:36 -08:00
Alexander Rose
176f80ea9b
ensure trace element for polymer residues
2021-12-18 12:09:17 -08:00
Alexander Rose
28c9dc8286
refactor Model.isFromPdbArchive
...
- split into isFromPdbArchive and hasPdbId
- improve when secondary structure is calculated
2021-12-18 10:45:59 -08:00
Alexander Rose
2135f76441
fix temporal multi-sample flicker, enable by default
2021-12-18 10:29:42 -08:00
Alexander Rose
5637a23153
fix unnecessary cartoon geometry recreation
2021-12-18 10:14:55 -08:00
dsehnal
2818389741
update label
2021-12-17 23:33:50 +01:00
dsehnal
805f772696
3.0.0-dev.5
2021-12-16 12:21:45 +01:00
dsehnal
308bbc1ea0
lint
2021-12-16 12:19:32 +01:00
dsehnal
4a248b5591
shouldResetCamera reset fix
2021-12-16 12:17:46 +01:00
David Sehnal
704a9a111d
Merge pull request #316 from JonStargaryen/master
...
update State Snapshots canApply when snapshots are added
2021-12-16 11:48:15 +01:00
JonStargaryen
a6befc5509
update State Snapshots canApply when snapshots are added
2021-12-16 11:31:53 +01:00
ptourlas
a736fe7989
Add formal charge option to atom site
2021-12-15 00:35:34 +02:00
ptourlas
1970b7f249
Spot the formal charge prefix
2021-12-15 00:34:06 +02:00
dsehnal
9e7aa4226d
CI task
2021-12-14 21:55:23 +01:00
David Sehnal
7a25699c23
Merge pull request #312 from molstar/dependabot/npm_and_yarn/swagger-ui-dist-4.1.3
...
Bump swagger-ui-dist from 4.1.1 to 4.1.3
2021-12-14 14:29:01 +01:00
dependabot[bot]
901ae7f6d6
Bump swagger-ui-dist from 4.1.1 to 4.1.3
...
Bumps [swagger-ui-dist](https://github.com/swagger-api/swagger-ui ) from 4.1.1 to 4.1.3.
- [Release notes](https://github.com/swagger-api/swagger-ui/releases )
- [Commits](https://github.com/swagger-api/swagger-ui/compare/v4.1.1...v4.1.3 )
---
updated-dependencies:
- dependency-name: swagger-ui-dist
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-12-14 13:26:49 +00:00
dsehnal
c57a4cdf6e
3.0.0-dev.4
2021-12-14 14:25:51 +01:00
dsehnal
18573e17f0
package.lock
2021-12-14 14:23:37 +01:00
dsehnal
5bc7ffa8a7
react and react-dom as peerDependencies
2021-12-14 14:17:25 +01:00
David Sehnal
430cc83259
Merge pull request #311 from molstar/upload-overlay
...
Drag and Drop Overlay
2021-12-14 14:11:15 +01:00
dsehnal
3cd3afb775
drag and drop overlay
2021-12-14 14:10:05 +01:00
dsehnal
93215b6beb
prefer webgl 1 in Safari 15.1-15.3
2021-12-14 13:19:27 +01:00
Alexander Rose
694261c19c
add ModelArchive to DownloadStructure action
2021-12-13 19:57:19 -08:00
Alexander Rose
24ad38e260
add clip support to components & focus repr
2021-12-12 18:09:26 -08:00
Alexander Rose
53bac83dff
remove renderable.noClip
2021-12-12 17:59:09 -08:00
Alexander Rose
ab1578f667
move clip props to base geometry
2021-12-12 17:56:14 -08:00
Alexander Rose
4e70301b62
cleanup after merge
2021-12-12 17:27:47 -08:00
Alexander Rose
76ed2e9e11
Merge branch 'master' of https://github.com/molstar/molstar into clipping
2021-12-12 17:11:59 -08:00
Alexander Rose
58ce1f6498
Viewer.loadAfdb -> Viewer.loadAlphaFoldDb
2021-12-12 14:56:04 -08:00
Alexander Rose
47c4353eb9
use web api to get alphafold model for uniprot ac
2021-12-12 14:55:09 -08:00
Alexander Rose
d82cd3a8fe
fix: do plugin ui render after context init
2021-12-12 14:45:57 -08:00
Alexander Rose
8f06b603e6
add bond location support to qmean & pLDDT color themes
2021-12-11 21:35:56 -08:00
Alexander Rose
0865c1b7fb
changelog
2021-12-11 18:04:40 -08:00
Alexander Rose
c8c32b89c1
improve loading of ModelArchive schema structures
...
- includes AlphaFold mmcif structures
- add Viewer.loadAfdb
- add afdb GET param to Viewer html
- add Viewer default presets showing quality assessment (qmean & pLDDT)
- add alphafolddb option to download structure action
2021-12-11 17:56:26 -08:00
Alexander Rose
658c789906
tweak: use PD.arrayToOptions
2021-12-11 17:47:29 -08:00
Alexander Rose
c9ad7fce5b
add PluginConfig.Structure.DefaultRepresentationPreset
2021-12-11 17:46:21 -08:00
Alexander Rose
720a8a440f
tweak param comparision
...
- avoid unneccesary update
2021-12-11 17:42:41 -08:00
Alexander Rose
84fe2d2502
add ModelArchive extension
...
- QualityAssessment prop (from ma_qa_metric_local mmcif category)
- pLDDT & qmean coloring
- pLDDT & qmean repr presets
- pLDDT & qmean molql symbol
- pLDDT & qmean loci labels (including avg for mutli residue selections)
- pLDDT selection query
2021-12-11 17:40:04 -08:00
Alexander Rose
6f159c592f
cleanup mmcif schema generation
...
- remove BRANCH and CARB extension (nwo included in mmCIF)
2021-12-11 16:57:09 -08:00
Alexander Rose
beff1ecb3e
add model-archive cif schema
2021-12-11 16:40:29 -08:00
Alexander Rose
e4f630dbef
improve drag and drop support
...
- any file type
- multiple files
- if session, only first is loaded
2021-12-11 16:37:20 -08:00
Alexander Rose
ccaf18af04
add analytics to viewer on deployment
...
- only for molstar.org (done in ./scripts/deploy.js)
2021-12-11 12:25:05 -08:00
Alexander Rose
2b72098f95
fix: false positives in Model.isFromPdbArchive
...
- wrong for, e.g., AlphaFold DB entries
2021-12-11 11:42:15 -08:00
Alexander Rose
b32546bea7
add outline color option to renderer
2021-12-11 11:30:00 -08:00
Alexander Rose
b9b0413e9f
improve label repr defaults
2021-12-11 11:25:35 -08:00
David Sehnal
1d29b4627f
Merge pull request #305 from MadCatX/cleanup-old-nodejs
...
Make cleanup script work with older vesions of Node.js
2021-12-10 12:43:08 +01:00
Michal Malý
bd44c76709
Make cleanup script work with older versions of Node.js
2021-12-10 09:36:58 +01:00
Alexander Rose
06b4761f2b
add `carbonLightness` to illustrative color theme
2021-12-06 20:02:25 -08:00
Alexander Rose
daa3d1dbaa
handle zero light count
2021-12-06 20:01:46 -08:00
Alexander Rose
5490d5ceb5
fixes for material bumpiness
2021-12-06 20:01:18 -08:00
dsehnal
cf3c1cfcce
update Group Presets UI
2021-12-06 10:44:20 +01:00
Alexander Rose
be2607ae84
add bumpAmplitude render parameter
2021-12-05 21:29:07 -08:00
Alexander Rose
aa1f081664
remove direct-volume isosurface render-mode
2021-12-05 14:24:18 -08:00
Alexander Rose
e2966241e8
Merge pull request #299 from molstar/bump
...
procedural bump mapping
2021-12-05 12:42:27 -08:00
Alexander Rose
447792b1ef
changelog
2021-12-05 12:30:28 -08:00
Alexander Rose
1cbcb5c530
remove duplicated line
2021-12-05 12:10:26 -08:00
Alexander Rose
f8d32d1d8d
fix temp texture usage for color smoothing
2021-12-05 12:07:32 -08:00
Alexander Rose
8c556c2849
Merge branch 'master' of https://github.com/molstar/molstar into bump
2021-12-05 12:02:21 -08:00
Alexander Rose
4d0f0ceebf
3.0.0-dev.3
2021-12-04 22:23:51 -08:00
Alexander Rose
14abcddfcf
changelog
2021-12-04 22:17:24 -08:00
Alexander Rose
704cc96a9f
Merge pull request #300 from sukolsak/fix-export
...
Fix USDZ and OBJ export
2021-12-04 22:13:41 -08:00
Sukolsak Sakshuwong
b51f610173
fix USDZ and OBJ export
2021-12-04 20:08:15 -08:00
Alexander Rose
98050875c7
add bumpiness to material
2021-12-04 16:54:23 -08:00
dsehnal
470280ea1a
changelog and update eslint
2021-12-01 13:29:02 +01:00
dsehnal
dafb5a8299
3.0.0-dev.2
2021-12-01 13:26:08 +01:00
dsehnal
4a1af03744
package.json fix
2021-12-01 13:23:50 +01:00
dsehnal
bb176f1efb
3.0.0-dev.1
2021-12-01 13:17:15 +01:00
dsehnal
a53bcde973
npmignore tweaks
2021-12-01 13:14:28 +01:00
David Sehnal
1a8dc2c637
Merge pull request #295 from molstar/material-object
...
Refactor Material Representation
2021-11-29 18:04:52 +01:00
dsehnal
f96211ff91
comment
2021-11-29 18:04:23 +01:00
dsehnal
77f9c02785
udpate presets
2021-11-29 18:01:41 +01:00
dsehnal
7910b65fdc
Merge branch 'master' of https://github.com/molstar/molstar
2021-11-29 14:49:53 +01:00
dsehnal
eb4fc4588d
remove console.log
2021-11-29 14:49:51 +01:00
David Sehnal
5430674071
Merge pull request #294 from MadCatX/fixtypo
...
Fix typo in README
2021-11-29 14:10:20 +01:00
dsehnal
17e67e3b79
Refactor Material representation
2021-11-29 14:09:56 +01:00
dsehnal
e87a0d72e4
Fix docking viewer material usage
2021-11-29 12:48:26 +01:00
dsehnal
67d3c65907
ParamDefinition.Group.presets support
2021-11-29 12:35:57 +01:00
dsehnal
564a5486c9
StructureComponentManager.Options state saving support
2021-11-29 11:57:37 +01:00
Michal Malý
9ce11c4c32
Fix typo in README
2021-11-29 11:41:57 +01:00
dsehnal
5e97b551a5
changelog
2021-11-29 11:10:30 +01:00
David Sehnal
77536e75af
Merge pull request #292 from MadCatX/provide-rebuild-cmd
...
Add packaging command to force a full rebuild
2021-11-29 11:05:44 +01:00
Alexander Rose
6f12f714d2
3.0.0-dev.0
2021-11-28 14:02:46 -08:00
Alexander Rose
1f67077400
changelog
2021-11-28 13:56:07 -08:00
Alexander Rose
d1c4cf69cb
Merge pull request #291 from molstar/lighting
...
Lighting
2021-11-28 13:53:42 -08:00
Alexander Rose
803c5eaa15
changelog
2021-11-28 13:39:53 -08:00
Alexander Rose
970fd5d9c3
Merge branch 'master' of https://github.com/molstar/molstar into lighting
2021-11-28 13:32:56 -08:00
Alexander Rose
7ccd4a1e0d
2.4.1
2021-11-28 13:31:12 -08:00
Michal Malý
3a6ab55266
Add a cleanup packaging script
2021-11-28 22:29:50 +01:00
Alexander Rose
eb41882c56
Merge branch 'master' of https://github.com/molstar/molstar
2021-11-28 13:25:42 -08:00
Alexander Rose
734851a810
changelog
2021-11-28 12:46:12 -08:00
Alexander Rose
6318717a15
tweak material param
2021-11-28 12:42:33 -08:00
dsehnal
d8498feaef
updade npmignore
2021-11-28 14:36:54 +01:00
Michal Malý
aaec452bc2
Add packaging command to force a full rebuild
2021-11-28 13:28:06 +01:00
Alexander Rose
bce959195a
fix renderer spec baseline
2021-11-27 17:31:42 -08:00
Alexander Rose
4287e09a9a
fix material param number formating
2021-11-27 17:25:51 -08:00
Alexander Rose
fdc006f833
Merge branch 'master' of https://github.com/molstar/molstar into lighting
2021-11-27 17:08:56 -08:00
Alexander Rose
c704b7505c
add Substance theming (per-group material)
2021-11-27 17:06:55 -08:00
Alexander Rose
ceaf238322
material improvements
...
- material helpers
- material in structure component manager
2021-11-27 17:02:48 -08:00
Alexander Rose
b7224ce5c7
lighting tweaks
2021-11-26 18:04:33 -08:00
Alexander Rose
95654175fe
improve 'rounded' tube geometry
...
- correct normals
- circle offset
2021-11-26 15:34:16 -08:00
Alexander Rose
de96244706
allow atoms in aromatic rings to do hydrogen bonds
2021-11-26 14:37:50 -08:00
Alexander Rose
3104ee5742
Merge branch 'master' of https://github.com/molstar/molstar into lighting
2021-11-25 15:00:19 -08:00
Alexander Rose
73ac445a44
2.4.0
2021-11-25 14:46:10 -08:00
Alexander Rose
1a1d1d9d30
changelog
2021-11-25 14:41:19 -08:00
Alexander Rose
062aff76da
update schemas
2021-11-25 14:40:35 -08:00
Alexander Rose
7d0d24b66d
update packages
2021-11-25 14:40:26 -08:00
Alexander Rose
6655672d11
Merge pull request #290 from molstar/smoothing2
...
Smooth Overpaint and Transparency
2021-11-25 14:13:10 -08:00
Alexander Rose
6e573ae410
reduce args counts in geo exporters
2021-11-25 14:04:58 -08:00
Alexander Rose
1c48c02473
basic overpaint for direct-volume isosurface
2021-11-24 19:49:42 -08:00
Alexander Rose
78be3320ce
geo export support smoothed overpaint/transparency
2021-11-24 19:49:05 -08:00
Alexander Rose
c8018800cc
grid-based smoothing of Overpaint and Transparency
2021-11-24 19:47:07 -08:00
Alexander Rose
bb795aca98
refactor grid-based color smoothing
...
- support rgba and alpha values
- CPU and GPU versions
- for Mesh and TextureMesh
2021-11-24 19:43:15 -08:00
Alexander Rose
2cb1279f4c
gl compute utils improvements
...
- CopyRenderable
- readTexture and readAlphaTexture helpers
2021-11-24 19:10:15 -08:00
Alexander Rose
b876c6f618
avoid unnecessary representation state updates
2021-11-24 18:51:16 -08:00
Alexander Rose
3a7dfc055e
add Representation.geometryVersion
...
- increments whenever the geometry of any visual changes
2021-11-24 18:49:10 -08:00
Alexander Rose
928e521ac7
improve handling of .meta in Mesh & TextureMesh
2021-11-24 18:36:04 -08:00
Alexander Rose
e5e9598e4b
changelog
2021-11-24 18:31:08 -08:00
Alexander Rose
e6e1809592
Fix secondary-structure property handling
...
- StructureElement.Property was incorrectly resolving type & key
- StructureSelectionQuery helpers 'helix' & 'beta' were not ensuring property availability
2021-11-24 18:30:53 -08:00
Alexander Rose
812f97ddb7
skip picking/depth pass for volume rendering
...
- not supported in shader anyway
- was printing 'no output' warning in Chrome console
2021-11-24 18:20:42 -08:00
Alexander Rose
c6b814b31b
re-enable VAO with better workaround
2021-11-24 18:17:48 -08:00
Alexander Rose
98566fa389
improve error handling
...
- console.error if not re-thrown
- better messages for users
2021-11-24 18:15:47 -08:00
David Sehnal
4318c89bdb
Merge pull request #288 from jpattle/allow-v3-sdf
...
Added the ability to handle v3000 sd files
2021-11-23 15:49:42 +01:00
Jason Pattle
b41a97ce6a
Added a separate function to handle v2 counts and refactored the existing code that distinguishes v2 and v3 atom and bond counts
2021-11-23 10:30:09 +00:00
Jason Pattle
862c384dc0
Added the ability to handle v3000 sd files. Added a set of utility functions for parsing atoms and bonds from v3000 sd files. Updated the existing sdf parser to determine the version and run the v3000 sd file parser functions instead of the default v2000 ones. Added tests to verify parsing functionality for example v3000 ctab
2021-11-22 16:00:35 +00:00
Alexander Rose
26cc7e94c2
2.3.9
2021-11-20 16:58:28 -08:00
Alexander Rose
c6fe6ddcba
switch off VAO support for now
2021-11-20 16:54:38 -08:00
Alexander Rose
154984e74d
2.3.8
2021-11-20 16:30:22 -08:00
Alexander Rose
72fcaf8321
changelog
2021-11-20 16:24:54 -08:00
Alexander Rose
0c14ca5888
workaround for VAO issue in Chrome 96
2021-11-20 16:14:30 -08:00
Alexander Rose
a85ede5058
fix unused vertex attribute handling
2021-11-20 16:13:18 -08:00
Alexander Rose
db49a16184
fix double canvas context creation
2021-11-20 12:52:47 -08:00
dsehnal
0704db2343
replace webpack-version-file-plugin
2021-11-20 13:45:28 +01:00
dsehnal
425dca4665
fix sass division
2021-11-20 12:55:46 +01:00
dsehnal
8d65ccabd2
update packages
...
- use sass instead of node sass
2021-11-20 12:49:26 +01:00
ludovic autin
9a1d746170
Merge branch 'master' of https://github.com/molstar/molstar into forkdev
2021-11-17 10:06:49 -08:00
Alexander Rose
cbd417ca13
2.3.7
2021-11-15 19:31:07 -08:00
Alexander Rose
1e4d1e45f9
Merge branch 'master' of https://github.com/molstar/molstar into lighting
2021-11-13 13:36:03 -08:00
Alexander Rose
1578211157
add helix profile option to cartoon repr
2021-11-13 13:16:11 -08:00
Alexander Rose
15932dc5df
handle parent in Structure.remapModel
2021-11-13 09:23:57 -08:00
ludovic autin
ef87ce3507
Merge branch 'master' of https://github.com/molstar/molstar into forkdev
2021-11-10 14:35:24 -08:00
dsehnal
7db2205956
changelog
2021-11-09 21:18:55 +01:00
dsehnal
d87f0d236a
ViewerOptions.collapseRightPanel
2021-11-09 21:17:01 +01:00
dsehnal
16daca6008
undo test code
2021-11-09 21:13:28 +01:00
dsehnal
a0d919c8db
Viewer.loadTrajectory
2021-11-09 21:12:24 +01:00
David Sehnal
ffee2bf1c4
Merge pull request #285 from MadCatX/tweak-measurement-order-labels
...
Tweak measurement order labels
2021-11-09 10:28:13 +01:00
Michal Malý
de77f6ac59
Fix a visual glitch where the label border was initially rendered with
...
half of the intended size.
2021-11-09 09:59:25 +01:00
Michal Malý
c8c2ebcd65
Reduce Z-offset of measurement order labels to avoid too early clipping
2021-11-09 09:59:25 +01:00
Michal Malý
42796b984f
Reduce border width of measurement order labels
2021-11-09 09:58:58 +01:00
David Sehnal
746557bf52
Merge pull request #284 from russellp17/master
...
Move jest types to devDependencies
2021-11-08 22:48:15 +01:00
Russell Parker
a5020a9e96
Move jest types to devDependencies
2021-11-08 15:58:14 -05:00
dsehnal
2ebb0a35fd
2.3.6
2021-11-08 18:57:06 +01:00
dsehnal
64aaa92d45
changelog
2021-11-08 18:54:52 +01:00
dsehnal
4baf391efe
prefer webgl1 in safari 15.1
...
- WebGL2 is broken there for Mol* shaders
- It works again in Safari 15.4 tech preview
2021-11-08 18:50:16 +01:00
David Sehnal
5afdcff6a5
Merge pull request #273 from molstar/shader-tests
...
add basic unit tests for graphics shaders
2021-11-08 18:40:51 +01:00
dsehnal
339c397860
package lock
2021-11-08 18:30:52 +01:00
dsehnal
a58cbd31ef
Merge branch 'master' of https://github.com/molstar/molstar into shader-tests
2021-11-08 18:30:30 +01:00
David Sehnal
d232b01cf9
Merge pull request #283 from MadCatX/improve-measurements-ux
...
Improve measurements user experience
2021-11-08 17:12:37 +01:00
Michal Malý
ec95270854
Use the entire element to trigger highlighting of loci from additionsHistory
2021-11-08 15:46:07 +01:00
Michal Malý
78cc0d960f
Show the order of locis to be used for measurements in 3D view
2021-11-08 15:46:02 +01:00
Alexander Rose
b5ccdfdd53
multiple lights, per object materials
...
- multiple directional lights
- per-object materials (roughness & metalness)
- fixed reflectivity to 0.5
- update PhysicalMaterial from three.js to r134
2021-11-06 21:14:14 -07:00
Alexander Rose
d0c0d8e703
require standardDerivatives glsl extension
2021-11-06 20:57:22 -07:00
Alexander Rose
ebf64404be
add loop unrolling glsl support
2021-11-06 15:02:14 -07:00
Alexander Rose
7f39cf0f37
add missing updateFocusRepr to atomicDetail preset
...
- fixes #280
2021-11-02 22:10:35 -07:00
ludovic autin
2b9053eac4
Merge branch 'master' of https://github.com/molstar/molstar into forkdev
2021-11-01 10:21:08 -07:00
Alexander Rose
e5dcc8e54f
wip, lighting improvements
...
- set light direction
- set light color
- set ambient color
2021-10-31 14:59:19 -07:00
Alexander Rose
4592510a95
linting fix
2021-10-30 21:50:15 -07:00
Alexander Rose
46d5442dc5
Merge pull request #252 from corredD/forkdev
...
binary model loading support and latest mycoplasma model.
2021-10-30 17:11:27 -07:00
Alexander Rose
271cff4aba
changelog
2021-10-30 17:09:35 -07:00
Alexander Rose
94fd5a97d6
Merge branch 'master' of https://github.com/molstar/molstar into pr/corredD/252
2021-10-30 16:53:35 -07:00
Alexander Rose
28678e2f80
Merge pull request #270 from molstar/measurements
...
Additional measurement controls
2021-10-30 16:52:32 -07:00
Alexander Rose
406307a432
add radiusScale param to orientation measurement
2021-10-30 16:48:47 -07:00
Alexander Rose
56345b5096
Merge branch 'master' of https://github.com/molstar/molstar into measurements
2021-10-30 16:31:12 -07:00
Alexander Rose
3fcc42ee0e
fix, proper EmptyRepresentationProvider
2021-10-30 16:26:37 -07:00
Alexander Rose
b903677f8a
gh action, add npm run build
2021-10-30 16:12:42 -07:00
Alexander Rose
ef4b632a07
update package-lock
2021-10-30 16:05:24 -07:00
Alexander Rose
e9d485ca85
gh action, use npm ci
2021-10-30 16:01:09 -07:00
Alexander Rose
a149fa5929
gh action
2021-10-30 15:53:58 -07:00
Alexander Rose
bb3dde585b
gh action
2021-10-30 15:46:23 -07:00
Alexander Rose
cd6bbeaa86
gh action
2021-10-30 15:44:06 -07:00
Alexander Rose
e3d24dae4b
gh action
2021-10-30 15:43:05 -07:00
Alexander Rose
687a814a62
gh action
...
- update eslint
- add jest
2021-10-30 15:02:25 -07:00
Alexander Rose
8f2e99dc51
improve shader tests
...
- made gl package optional
- skip test if gl package not available
2021-10-30 14:52:11 -07:00
Alexander Rose
568be030c3
Merge branch 'master' of https://github.com/molstar/molstar into shader-tests
2021-10-30 14:45:19 -07:00
Alexander Rose
97c3ab8b5a
changelog
2021-10-30 14:44:27 -07:00
Alexander Rose
5db646d139
fix marker highlight color overriding select color
2021-10-30 14:43:57 -07:00
Alexander Rose
340f8f1af3
add additional aromatic bond visual params
2021-10-30 14:42:17 -07:00
dsehnal
4484a4452c
2.3.5
2021-10-19 18:22:50 +02:00
dsehnal
65b654a0a2
fix index pair bonds order assignment
2021-10-19 18:20:54 +02:00
dsehnal
a8e0c13b0e
fix sequence viewer for PDB files with COMPND record and multichain entities
2021-10-17 13:21:57 +02:00
dsehnal
41d67eb642
2.3.4
2021-10-12 19:05:48 +02:00
dsehnal
c76c8335d1
changelog
2021-10-12 19:03:37 +02:00
dsehnal
42528b7be5
fix argparse config
2021-10-12 19:01:23 +02:00
Alexander Rose
b371f8c11c
Merge branch 'master' of https://github.com/molstar/molstar into shader-tests
2021-10-03 15:24:02 -07:00
Alexander Rose
3d651b40f0
use node 14 in lint action
2021-10-03 15:12:58 -07:00
Alexander Rose
895a13fc0d
Merge branch 'master' into shader-tests
2021-10-03 14:36:23 -07:00
Alexander Rose
c94acff82e
update packages
2021-10-03 11:12:24 -07:00
Alexander Rose
2f9ac711d1
add basic unit tests for graphics shaders
...
- compile using `gl` package
2021-10-03 10:52:58 -07:00
Alexander Rose
93b9953f6d
add missing createEmpty* geo utils
...
- direct-volume
- image
- texture-mesh
2021-10-03 10:43:56 -07:00
Alexander Rose
dcaf6f8927
add multipleBonds param to bond visuals
2021-10-02 15:44:17 -07:00
Alexander Rose
d96eb404e1
add elements crosses visual
2021-10-02 15:09:13 -07:00
Alexander Rose
07322819f0
Merge pull request #271 from molstar/pick-atom
...
Picking improvements
2021-10-02 13:41:25 -07:00
Alexander Rose
9be686686d
add pickPadding config option
2021-10-02 09:34:56 -07:00
Alexander Rose
3df539c9e1
Merge branch 'master' of https://github.com/molstar/molstar into pick-atom
2021-10-02 09:30:07 -07:00
dsehnal
903f06bab6
2.3.3
2021-10-01 17:56:26 +02:00
dsehnal
13f2810f90
fix direct volume shader
2021-10-01 17:54:33 +02:00
dsehnal
ee8cae16d2
2.3.2
2021-10-01 17:12:42 +02:00
dsehnal
feaf6f7fd4
(temporarily) prefer webgl1 on iOS
2021-10-01 17:10:49 +02:00
dsehnal
04775a2e44
2.3.1
2021-09-28 16:13:51 +02:00
dsehnal
bec9fec755
chem_comp_bond and struct_conn to mmcif exporter
...
+ fix argparse config for Model/Volume servers
2021-09-28 16:12:01 +02:00
Alexander Rose
e840059a38
pick improvements
...
- ensure lines & points are at least 1 pixel big
- look around center pixel in a spiral for hits
2021-09-26 17:20:16 -07:00
Alexander Rose
1bd0339dec
add points visual to line repr
2021-09-26 17:13:49 -07:00
Alexander Rose
d0eaf2f71e
Merge branch 'master' of https://github.com/molstar/molstar into pick-atom
2021-09-26 13:41:23 -07:00
Alexander Rose
c7edf40afe
add markerPriority param to renderer
2021-09-26 13:31:41 -07:00
Alexander Rose
b44962eb2f
lint: add semi-spacing rule
2021-09-26 13:14:32 -07:00
Alexander Rose
254c9efbf5
improve/fix implicit atom picking
2021-09-26 13:06:56 -07:00
Alexander Rose
73e9aed98c
add preferAtoms param to Select/Highlight behaviors
2021-09-26 12:58:29 -07:00
Alexander Rose
6e60d9713a
fix bond atoms not added in selection manager
2021-09-26 12:53:53 -07:00
Alexander Rose
ef0593b1e2
add pixel-scale & pick-scale GET params to Viewer
2021-09-26 12:43:57 -07:00
Alexander Rose
7831fa8b33
fix: pickScale not considered in line/point shader
2021-09-26 12:39:44 -07:00
dsehnal
c64851492c
applyMarkerAction take 2
2021-09-21 18:38:05 +02:00
dsehnal
4a2e93e265
fix applyMarkerAction edge case
2021-09-21 10:15:29 +02:00
ludovic autin
116ef719be
Merge branch 'master' of https://github.com/molstar/molstar into forkdev
2021-09-20 09:17:09 -07:00
Alexander Rose
d4bb1a6e93
wip: prefer to pick atoms close to ends over bonds
2021-09-19 16:24:45 -07:00
Alexander Rose
55de0aba69
fix point repr & shader
2021-09-19 16:00:40 -07:00
Alexander Rose
ecfa7b5a99
fix currentTheme not set in Representation.createMulti
2021-09-19 15:45:08 -07:00
dsehnal
bee3dc4595
fix double bonds from sctruct_conn records
2021-09-19 17:40:38 +02:00
Alexander Rose
787ca47825
fix line shader not accounting for aspect ratio
...
- also remove uViewportHeight in favor of uViewport
2021-09-18 23:13:00 -07:00
Alexander Rose
b06c134b61
add additional measurement controls
...
- orientation (box, axes, ellipsoid)
- plane (best fit)
2021-09-18 22:39:40 -07:00
Alexander Rose
3436d03468
add helpers to work with many locis
...
- StructureElement.Loci.getPrincipalAxesMany
- structureElementLociLabelMany
2021-09-18 22:13:22 -07:00
Alexander Rose
58df6f3b85
formating
2021-09-18 22:12:08 -07:00
Alexander Rose
6fab6ce1f2
add map-provider GET param to Viewer app
2021-09-18 16:52:35 -07:00
Alexander Rose
9fd95f1a11
handle missing occupancy column
...
- treat as occ 1
2021-09-18 16:47:52 -07:00
Alexander Rose
69fe0901e2
add CharmmSaccharideNames
2021-09-18 16:37:39 -07:00
Alexander Rose
ffaf008dce
limit max display counts in sequence panel
...
- MaxSelectOptionsCount
- MaxSequenceWrappersCount
- workaround for cellpack models
2021-09-18 16:30:14 -07:00
ludovic autin
eb196a41b5
change variables names to avoid confusion with other types. Added the xrayshading for the compartment geometry
2021-09-14 11:25:15 -07:00
ludovic autin
35baaaf594
support for compartment PLY file.
2021-09-13 11:46:27 -07:00
Alexander Rose
0fc305aaea
fix linting issues
2021-09-12 23:32:55 -07:00
Alexander Rose
bf67546a61
Merge branch 'master' of https://github.com/molstar/molstar into pr/corredD/252
2021-09-12 23:30:26 -07:00
Alexander Rose
8c417ef35c
lint: add space-before-blocks rule
2021-09-12 23:23:03 -07:00
Alexander Rose
01691f3050
lint: add keyword-spacing rule
2021-09-12 23:20:59 -07:00
Alexander Rose
128abf3090
lint: add no-multi-spaces rule
2021-09-12 23:13:44 -07:00
Alexander Rose
0c0e995256
lint: add no-multi-spaces rule
2021-09-12 23:11:29 -07:00
Alexander Rose
4090498f92
lint: add func-call-spacing rule
2021-09-12 23:03:35 -07:00
Alexander Rose
24677d6931
lint: add space-before-function-paren rule
2021-09-12 22:57:48 -07:00
Alexander Rose
80d54afdd0
Merge branch 'master' into forkdev
2021-09-12 20:16:00 -07:00
Alexander Rose
908fff8041
lint: add prefer-const rule
2021-09-12 20:02:53 -07:00
Alexander Rose
aa1eb90f66
lint: add computed-property-spacing rule
2021-09-12 19:41:13 -07:00
Alexander Rose
1d21787e7e
lint: add space-in-parens rule
2021-09-12 19:37:26 -07:00
Alexander Rose
42409a2bc7
lint: add array-bracket-spacing rule
2021-09-12 19:32:54 -07:00
Alexander Rose
b31302ba3a
lint: add object-curly-spacing rule
2021-09-12 18:45:32 -07:00
Alexander Rose
3840b0041b
lint: add key-spacing rule
2021-09-12 18:38:45 -07:00
Alexander Rose
cc68f8311d
lint: add no-throw-literal rule
2021-09-12 16:22:43 -07:00
Alexander Rose
3400c8e94a
update coreCif dictionary
2021-09-12 16:19:23 -07:00
Alexander Rose
61c47c517b
update mmcif schema types and derived data
2021-09-12 15:06:54 -07:00
Alexander Rose
76674917ca
update rscb graphql schema types
2021-09-12 15:04:49 -07:00
Alexander Rose
b835eb8de7
update packages
2021-09-12 13:39:00 -07:00
Alexander Rose
2a74dfcf46
factor out membrane sphere handling
2021-09-12 10:26:10 -07:00
Alexander Rose
b0f447adde
fix cellpack results file asset handling
2021-09-12 10:17:37 -07:00
Alexander Rose
3f0d476e94
Merge pull request #266 from JonStargaryen/master
...
ANVIL: add TMDET amino acid classification and reference
2021-09-10 22:41:01 -07:00
Sebastian Bittrich
9423d56d36
lint
2021-09-09 16:16:49 -07:00
Sebastian Bittrich
0f03fe99d6
ANVIL: fix for 6y1z
2021-09-09 16:02:39 -07:00
Sebastian Bittrich
556d5bb003
ANVIL: add TMDET ref and option
2021-09-09 09:06:51 -07:00
dsehnal
8e3ea6943f
updated packages & tsc
2021-09-07 14:10:10 +02:00
Alexander Rose
599cfc1b1c
2.3.0
2021-09-06 15:33:03 -07:00
Alexander Rose
84eccb5019
changelog
2021-09-06 15:29:44 -07:00
Alexander Rose
2dd07bb0e3
improved getMarkersAverage performance
...
- use lut
- add performance tests
2021-09-04 15:12:35 -07:00
Alexander Rose
f404d23280
take include/exclude flags into account when displaying aromatic bonds
...
- this allows to show aromatic rings only when explicitely given
2021-09-04 14:56:40 -07:00
Alexander Rose
8b7333b470
avoid unnecessary draw calls/ui updates when marking
...
- fix wrong type narrowing of Loci.isEmpty
2021-09-04 14:48:09 -07:00
ludovic autin
b8628ccff1
Merge branch 'master' of https://github.com/molstar/molstar into forkdev
2021-09-01 09:55:13 -07:00
Alexander Rose
7d26567d40
Merge pull request #258 from molstar/marking
...
Add optional marking pass
2021-08-31 21:18:23 -07:00
Alexander Rose
8f6dbf2192
asorted performance tweaks
2021-08-31 21:14:02 -07:00
Alexander Rose
db350ddfd3
loci/marking performance improvements
...
- use Interval for ranges instead of SortedArray
- pre-check if loci overlaps with unit visual
2021-08-30 22:43:01 -07:00
Alexander Rose
c0144d826c
SortedArray: add .isRange, improve .areEqual
2021-08-30 22:33:09 -07:00
Alexander Rose
de3e819b80
fix uMarker not being updated
2021-08-30 22:29:35 -07:00
Alexander Rose
bbf96567b1
handle clipping/fog for marking edges
2021-08-29 22:14:11 -07:00
Alexander Rose
c9a3254bd6
fix partial marker average calculation
2021-08-29 21:25:41 -07:00
Alexander Rose
bad6d030f1
marker-data improvements
...
- add uniform marker type
- check if a loci is superset of a visual
- special case to improve reversing the previous mark
2021-08-29 10:44:09 -07:00
Alexander Rose
e1ad67a059
StructureElement.Loci improvements
...
- early return in .isEmpty
- ensure Interval is used when possible in .extendToAllInstances
2021-08-29 10:35:05 -07:00
ludovic autin
4c30057edf
I am trying to get the binary asset to get cached. But still can't save a working session.
2021-08-27 16:14:43 -07:00
ludovic autin
53a4826274
Merge branch 'master' of https://github.com/molstar/molstar into forkdev
2021-08-27 14:55:22 -07:00
dsehnal
8d3ac92989
2.2.3
2021-08-25 17:40:28 +02:00
dsehnal
d6eb334d12
changelog
2021-08-25 17:38:28 +02:00
Alexander Rose
c62f19623c
add optional marking pass
...
- outlines visible and hidden parts of highlighted/selected groups
- add highlightStrength/selectStrength renderer params
2021-08-22 12:08:15 -07:00
Alexander Rose
77139afe7f
tweak Interval.size
2021-08-21 14:00:51 -07:00
Alexander Rose
54476ad85e
improve print texture debug helpers
2021-08-21 13:59:38 -07:00
Alexander Rose
6dd876232d
avoid superfluous calls to Loci.isWholeStructure
2021-08-21 13:51:40 -07:00
Alexander Rose
ae2314d76c
fix camera/bounding helper not showing up
2021-08-21 13:48:56 -07:00
David Sehnal
6667509745
Merge pull request #257 from JonStargaryen/master
...
ANVIL: improve prediction for 3pqr
2021-08-21 20:22:38 +02:00
JonStargaryen
5c871a5aae
ANVIL: increase number of sphere points to 175
2021-08-20 12:43:24 -07:00
ludovic autin
393fc99ed2
moved the model loading in model.ts and get the info from the recipe dictionary ( result file and lipids file ) if available. Fix the dates and some const / let variable defintion
2021-08-16 12:35:51 -07:00
ludovic autin
7c5dff1c8b
Merge remote-tracking branch 'upstream/master' into forkdev
2021-08-16 11:55:09 -07:00
Alexander Rose
2482ef92af
Improved StructureElement.Loci.size performance
...
- inlined code
- important for marking large cellpack models
2021-08-15 14:42:49 -07:00
Alexander Rose
db59303a84
Merge pull request #244 from molstar/meshproc
...
Mesh processing: border smoothing
2021-08-14 19:36:23 -07:00
Alexander Rose
fe700953ff
Merge branch 'master' into meshproc
2021-08-14 19:32:06 -07:00
Alexander Rose
047946e41c
remove superfluous type casts
2021-08-14 19:30:16 -07:00
ludovic autin
ce3f13431d
endianess test with IsNativeEndianLittle
2021-08-13 10:58:25 -07:00
ludovic autin
df54766ab2
lower-case icosahedron
2021-08-12 10:48:27 -07:00
ludovic autin
94233fbcd9
eslint error fix
2021-08-11 11:07:34 -07:00
ludovic autin
d044496eaa
fix eslint errors
2021-08-11 11:04:08 -07:00
ludovic autin
ca825d720e
binary model loading support, latest mycoplasma model.
2021-08-11 10:44:44 -07:00
dsehnal
f833efae37
2.2.2
2021-08-11 14:54:03 +02:00
dsehnal
be4b787e66
Fix mol-script query compiler const expression recognition
2021-08-11 14:49:52 +02:00
David Sehnal
950b1c179a
Merge pull request #248 from MadCatX/fix-isosurface
...
Do not cache LevelTexturesFramebuffers as they may become invalid
2021-08-10 12:40:52 +02:00
Michal Malý
2bd1a01afb
Do not attach framebuffer unnecessarily
2021-08-10 09:15:05 +02:00
dsehnal
2fe43eda2b
Merge branch 'master' of https://github.com/molstar/molstar into meshproc
2021-08-09 20:33:57 +02:00
dsehnal
45fc0c61af
Mesh.smoothEdges options
2021-08-09 20:32:40 +02:00
dsehnal
7e7993f5ba
improve fillEdges in mesh edge smoothing
...
- sort boundary vertices
- limit the length added edges
2021-08-09 20:22:13 +02:00
Michal Malý
9d34dbff0f
Do not cache LevelTexturesFramebuffers as they may become invalid
2021-08-09 09:58:55 +02:00
Alexander Rose
ba1b03f01b
fix TransformData issues, see #133
...
- handle structure vs structure.root in ExplodeStructureRepresentation3D and SpinStructureRepresentation3D
2021-08-08 13:11:50 -07:00
Alexander Rose
791f7ca3c8
Merge pull request #245 from sukolsak/optimize-setCylinderMat
2021-08-08 10:45:23 -07:00
Sukolsak Sakshuwong
c14d50e4ff
optimize setCylinderMat()
2021-08-08 08:51:16 -07:00
Alexander Rose
3e9de449c8
cleanup
2021-08-07 19:45:47 -07:00
Alexander Rose
0132c7ef5e
Merge branch 'master' of https://github.com/molstar/molstar into meshproc
2021-08-07 19:42:41 -07:00
Alexander Rose
aa2222c086
remove clipSphere option & param cleanup
...
- clip objects are better
- includeParent option not useful for gaussian-surface visuals
2021-08-07 19:20:51 -07:00
dsehnal
fc2765d376
2.2.1
2021-08-02 18:11:24 +02:00
dsehnal
9d85194082
2.2.1 changelog
2021-08-02 18:09:50 +02:00
David Sehnal
abfcc60898
Merge pull request #243 from molstar/input-observer-improvements
...
Input observer improvements
2021-08-02 18:08:48 +02:00
dsehnal
c688a83fa2
fix typo
2021-08-02 18:07:34 +02:00
dsehnal
77376056b9
changelog
2021-08-02 18:03:07 +02:00
dsehnal
8efd943c2b
PinchInput.fractionDelta
2021-08-02 17:24:49 +02:00
dsehnal
b230655439
fix type
2021-08-02 16:55:06 +02:00
dsehnal
8ba792c4b0
add maxWheelDelta
2021-08-02 16:50:09 +02:00
dsehnal
fde8ca69e4
support for Safari gestures (pinch zoom on MacBook trackpad)
2021-08-02 16:30:48 +02:00
dsehnal
9ee1439299
normalize wheel speed in input observer
2021-08-02 14:45:25 +02:00
David Sehnal
195668760e
Merge pull request #242 from sukolsak/export-overpaint
...
Add overpaint support to geometry exporters
2021-08-02 13:04:09 +02:00
Sukolsak Sakshuwong
bd64f1db9a
update changelog and fix type
2021-08-02 01:19:31 -07:00
Sukolsak Sakshuwong
38a5a857aa
refactor color calculation
2021-08-01 23:09:30 -07:00
Sukolsak Sakshuwong
5e8cdfe3a7
add overpaint support to geometry exporters
2021-08-01 22:30:05 -07:00
Alexander Rose
504406eb22
move clip variant and objects to repr state
2021-08-01 21:16:44 -07:00
Alexander Rose
f892917e1c
Merge branch 'master' of https://github.com/molstar/molstar into meshproc
2021-08-01 14:04:50 -07:00
Alexander Rose
738b7f4ca5
Merge pull request #238 from molstar/dynbonds
...
Bond improvements (mostly IndexPairBonds)
2021-08-01 13:53:42 -07:00
Alexander Rose
bce53d03a5
bond tweaks
...
- add DefaultBondMaxRadius constant
- add IndexPairBonds.Props object
2021-08-01 13:49:44 -07:00
Alexander Rose
74f721ab9f
improve Structure.asParent
...
- handle parent coordinate system not identity
2021-08-01 13:48:26 -07:00
Alexander Rose
f011025f16
changelog
2021-07-31 23:22:11 -07:00
Alexander Rose
9e44cd83fa
add clipSphere param to molecular-surface mesh
2021-07-31 23:21:57 -07:00
Alexander Rose
e0e45b64ac
optimize invertCantorPairing
2021-07-31 23:15:33 -07:00
Alexander Rose
f10b152252
Merge branch 'master' of https://github.com/molstar/molstar into meshproc
2021-07-31 14:42:18 -07:00
Alexander Rose
23cf5c2fdd
changelog and docs
2021-07-31 14:22:45 -07:00
Alexander Rose
e211abd5ae
Merge branch 'master' of https://github.com/molstar/molstar into dynbonds
2021-07-31 14:11:45 -07:00
Alexander Rose
7199be4d62
tweak getColorSmoothingProps
...
- make independent of webgl context
2021-07-31 14:10:50 -07:00
Alexander Rose
e1a40ded1d
add surronding atoms structure selection query
2021-07-31 13:53:49 -07:00
Alexander Rose
8999c3097d
handle dynamicBonds in root structure helper
2021-07-31 13:50:07 -07:00
Alexander Rose
44308fa1fd
add maxDistance prop to IndexPairBonds
2021-07-31 13:48:10 -07:00
Alexander Rose
f5dd2f4579
support coordinateSystem in structure.asParent
2021-07-31 13:45:39 -07:00
dsehnal
104999b7dc
2.2.0
2021-07-31 15:15:09 +02:00
dsehnal
e5341623d3
changelog v2.2.0
2021-07-31 15:12:40 +02:00
dsehnal
0e9238e5ec
Canvas3D tweaks:
...
- update "forceDraw" logic
- Ensure the scene is re-rendered when viewport size changes
- Support noDraw mode in PluginAnimationLoop
2021-07-31 15:06:58 +02:00
dsehnal
43c292e2df
Support new EMDB API for EM volume contour levels
2021-07-31 14:12:33 +02:00
dsehnal
fbfd1b20d8
Prefer _label_seq_id fields in secondary structure assignment
2021-07-31 13:54:11 +02:00
dsehnal
5330df87e1
Merge branch 'master' of https://github.com/molstar/molstar
2021-07-27 12:29:17 +02:00
dsehnal
ad6b3c6fe0
add DS_store to .gitignore
2021-07-27 12:28:56 +02:00
Alexander Rose
b983df7eb5
mesh edge smoothing
2021-07-25 20:26:17 -07:00
Alexander Rose
add76a87d9
remove unnecessary check
...
- see 7686b61728
2021-07-25 20:22:00 -07:00
Alexander Rose
f9f8350d28
dynamic pair bonds on coordinate changes
...
- add dynamicBonds structure parameter
- add maxRadius, ignoreWater bond compute parameters
- ensure inter unit bond visuals are recreated
2021-07-24 17:16:59 -07:00
Alexander Rose
b71c2f365c
add operator Loci granularity
2021-07-24 16:55:07 -07:00
Alexander Rose
a5443189d3
missing param
2021-07-24 16:46:30 -07:00
Alexander Rose
7686b61728
fix includeParent for multi instance bond visuals
2021-07-24 16:31:26 -07:00
Alexander Rose
844c13cd35
2.2.0-dev.1
2021-07-20 21:08:51 -07:00
Alexander Rose
d1c8b92fdf
Merge pull request #224 from sukolsak/usdz-export
...
USDZ export
2021-07-18 09:28:27 -07:00
Sukolsak Sakshuwong
93d33bca80
view USDZ in AR on iOS
2021-07-17 21:41:26 -07:00
Sukolsak Sakshuwong
6550e53414
Merge branch 'master' into usdz-export
2021-07-17 18:50:43 -07:00
Alexander Rose
96dddb0998
updated changelog
2021-07-17 10:54:34 -07:00
Alexander Rose
baa64d8109
handle mononucleotides when guessing component type
2021-07-17 10:42:56 -07:00
David Sehnal
2df145aa8f
Merge pull request #231 from molstar/sdf-parser-improvements
...
Sdf parser improvements
2021-07-16 18:27:16 +02:00
dsehnal
06b9c5f2de
change SDF data header parsing
...
- do not trim <> around field
- store whole line staring with '> ' as data header (without the staring '> ')
2021-07-16 18:25:22 +02:00
dsehnal
e03b689f27
add SdfFormat
2021-07-16 18:04:25 +02:00
Sukolsak Sakshuwong
e4cdcff3ee
Merge branch 'master' into usdz-export
2021-07-12 00:11:24 -07:00
Alexander Rose
f73150d074
Merge pull request #225 from molstar/tubular-helices
...
Add tubularHelices parameter to Cartoon representation
2021-07-11 11:45:38 -07:00
Alexander Rose
451dc12689
cleanup
2021-07-11 11:31:02 -07:00
Alexander Rose
a3fb7762d8
add tubular helices to Cartoon representation
2021-07-10 15:41:54 -07:00
Alexander Rose
3dfafc3202
handle cell angles close to zero in dcd reader
2021-07-10 15:35:53 -07:00
Alexander Rose
4fcea991d3
set default outline scale back to 1
2021-07-10 15:28:49 -07:00
Alexander Rose
0607ed46d1
handle more common ff residue/atom names
2021-07-10 15:28:23 -07:00
Sukolsak Sakshuwong
30d6244e82
add support for USDZ
2021-07-10 05:19:42 -07:00
Sukolsak Sakshuwong
fab8c74365
move quantizeColors to MeshExporter
2021-07-09 13:10:09 -07:00
Sukolsak Sakshuwong
1952922e4e
make RenderObjectExporter.getData async
2021-07-09 13:10:09 -07:00
Alexander Rose
1eb351369e
2.1.0
2021-07-05 16:11:46 -07:00
Alexander Rose
701d782485
changelog
2021-07-05 16:07:30 -07:00
Alexander Rose
dc8457c4dc
smoother trace normals
2021-07-05 15:59:28 -07:00
Alexander Rose
f104cd4d11
add missing import
2021-07-05 13:47:39 -07:00
Alexander Rose
9b56a6ae65
Merge pull request #221 from molstar/aromatic
...
Aromatic bond display option
2021-07-05 13:42:11 -07:00
Alexander Rose
2485ad5a2f
Merge branch 'master' into aromatic
2021-07-05 13:38:05 -07:00
Alexander Rose
a56716ab6a
Merge pull request #222 from molstar/backbone
...
Backbone representation
2021-07-05 13:37:24 -07:00
Alexander Rose
e0aaaa989e
Merge branch 'master' into backbone
2021-07-05 13:34:40 -07:00
Alexander Rose
9ec0f9e736
outline fixes and improvements
...
- better handle outlines in orthographic mode
- remove unused code
- increase default outline scale to 2
2021-07-05 13:31:00 -07:00
Alexander Rose
47968eeeec
fix traceOnly handling in makeElementIgnoreTest
2021-07-04 14:54:52 -07:00
Alexander Rose
9c157b70e1
warning for arrayAreIntersecting/arrayIntersectionSize
2021-07-04 14:50:58 -07:00
Alexander Rose
6d7e4ca227
remove unused import
2021-07-04 14:48:06 -07:00
Alexander Rose
fccd08d2ec
add backbone repr
...
- atomistic and coarse units
2021-07-04 14:39:56 -07:00
Alexander Rose
19bae202d0
handle Vec3.angle edge case
2021-07-04 14:35:46 -07:00
Alexander Rose
4ba0ae24e4
support aromatic bond display as dashes
...
- add arrayAreIntersecting/arrayIntersectionSize helpers
- prefer reference atoms within rings (also for double/triple bonds)
2021-07-03 23:12:06 -07:00
Alexander Rose
fcf3718d75
better parsing of mol2 bond types
2021-07-03 22:38:29 -07:00
Alexander Rose
df1dd94f1c
fix BondType.Names
2021-07-03 22:35:35 -07:00
Alexander Rose
65ba401850
fix repr update for Structure.asParent objects
2021-07-03 22:26:20 -07:00
Alexander Rose
a98f5e1047
fix fxaa antialiasing
...
- was broken when used with other postprocessing effects
- expose texture.filter
2021-07-03 22:19:51 -07:00
David Sehnal
e5cf97d1ea
Merge pull request #217 from sukolsak/fix-cylinder
...
Fix cylinder orientation
2021-06-28 14:45:38 +02:00
Sukolsak Sakshuwong
1844fc14b2
fix cylinder orientation
2021-06-27 13:14:30 -07:00
dsehnal
d185c0ef34
2.0.7
2021-06-23 12:44:20 +02:00
dsehnal
40a4211e75
fix CIF text encoder edge cases & added test
2021-06-23 12:41:23 +02:00
dsehnal
daa2bbd042
Merge branch 'master' of https://github.com/molstar/molstar
2021-06-21 16:39:25 +02:00
Alexander Rose
ed5b4b27a8
guard against atom_site not being available
2021-06-20 22:55:25 -07:00
Alexander Rose
408ccb4353
fix bond cylinder imposter update issue
2021-06-20 13:54:15 -07:00
Alexander Rose
99e3cd6654
fix image export issues
...
- handle pre-multiplied alpha
- don't clear draw target unless written to
2021-06-20 13:51:58 -07:00
Alexander Rose
0819ace1dc
use CustomProperty.Provider.ref
2021-06-20 13:49:42 -07:00
dsehnal
987c9210bd
In-place reordering support for Frame.x/y/z
2021-06-19 12:26:42 +02:00
dsehnal
84fb42a161
Support volumeIndex in Viewer.loadVolumeFromUrl
2021-06-19 11:24:32 +02:00
dsehnal
53d3480701
fix isConnectedTo query
2021-06-15 17:53:40 +02:00
David Sehnal
eb629ef337
Merge pull request #212 from sukolsak/center-export
...
Geometry export: center exported models
2021-06-14 15:55:16 +02:00
Sukolsak Sakshuwong
c26111e8fb
center exported models
2021-06-13 23:32:00 -07:00
dsehnal
4853ff7a1a
fix volume streaming channel visibility
2021-06-11 15:19:04 +02:00
dsehnal
1bdebda136
2.0.6
2021-06-01 18:49:51 +02:00
dsehnal
fe5b847797
2.0.6 changelog
2021-06-01 18:47:51 +02:00
dsehnal
19ec5b226c
changelog
2021-06-01 12:43:11 +02:00
dsehnal
4bb32d31dc
support atom id list in selection helper
2021-06-01 12:41:04 +02:00
Alexander Rose
976a469cc7
Merge pull request #199 from molstar/original-mesh-data
...
Better handling of processed meshes
2021-05-31 10:46:35 -07:00
Alexander Rose
86087aa3ca
Merge pull request #203 from sukolsak/export-original-mesh-data
...
Geometry export: use original mesh data
2021-05-31 10:34:22 -07:00
Sukolsak Sakshuwong
c0e955d472
export original mesh data
2021-05-30 06:25:43 -07:00
Alexander Rose
eca052e52e
fix entity-source color showing black
...
- fixes #172
- now always using light-grey/white for regions with unkown source
2021-05-29 15:20:27 -07:00
Alexander Rose
a1e05387e4
add Mesh.getOriginalData accessor
2021-05-29 15:01:02 -07:00
Alexander Rose
301940c8bd
fix canvas not cleared
...
- #201
- happens e.g. with antialiasing disabled plus transparent background on
2021-05-29 14:26:11 -07:00
Alexander Rose
d96303627c
keep some original data after mesh processing
...
- processing in uniformTriangleGroup
- to be used in, e.g., geometry export
2021-05-28 23:43:37 -07:00
Alexander Rose
051b48776e
consider BB atoms as trace
2021-05-28 23:37:25 -07:00
Alexander Rose
26054681d8
color smoothing param tweaks
2021-05-28 23:36:59 -07:00
Alexander Rose
70fa85d7d4
fix assembly-symmetry off option
...
- would not remove cage/axes visuals
2021-05-28 23:04:08 -07:00
Alexander Rose
5a23cd483e
Merge pull request #198 from sukolsak/export-auto-quality
...
Geometry export: auto adjust quality of sphere/cylinder meshes
2021-05-28 22:57:19 -07:00
Alexander Rose
d759b07f1b
Merge pull request #193 from JonStargaryen/anvil-fixes
...
ANVIL fixes
2021-05-28 22:52:49 -07:00
Sukolsak Sakshuwong
4694da0057
auto adjust quality of sphere/cylinder meshes
2021-05-28 11:05:06 -07:00
JonStargaryen
f930e3dbe0
avoiid cast
2021-05-28 08:43:05 -07:00
Alexander Rose
fcf45d20be
Merge pull request #197 from sukolsak/gltf-material
...
Geometry export: add material to GLB
2021-05-27 22:53:45 -07:00
JonStargaryen
ad4ba7bcf9
drop redundant ops
2021-05-27 16:15:06 -07:00
JonStargaryen
26644ede49
no need to reassign neighbors
2021-05-27 15:41:48 -07:00
JonStargaryen
810973ff54
cleanup
2021-05-27 14:07:40 -07:00
JonStargaryen
6ad09c60c0
cleanup
2021-05-27 14:01:40 -07:00
JonStargaryen
dc146f5f04
Eisenhaber 1995 improvements
2021-05-27 12:38:35 -07:00
JonStargaryen
e1b771bba4
use existing impl
2021-05-27 09:48:31 -07:00
Sukolsak Sakshuwong
e2ab3a6fd6
add material to glb
2021-05-27 07:33:28 -07:00
JonStargaryen
d1296de676
bs on ordered array
2021-05-26 14:11:31 -07:00
JonStargaryen
fcac1a62c6
sample only 1 hemisphere
2021-05-26 12:54:03 -07:00
JonStargaryen
5eafddf97a
fine-grained updates for large structures
2021-05-26 12:02:04 -07:00
JonStargaryen
e2dcbc3d65
const
2021-05-26 11:26:28 -07:00
JonStargaryen
54a388da9c
store hphobhphil stats
2021-05-26 09:58:58 -07:00
JonStargaryen
3849c341b8
no optional chaining
2021-05-26 09:30:06 -07:00
JonStargaryen
31f4803c0a
no array copies
2021-05-26 09:21:42 -07:00
JonStargaryen
d6e36d4ca7
cleanup
2021-05-25 14:55:49 -07:00
JonStargaryen
0d526fdc98
drop location in some more places
2021-05-25 14:35:19 -07:00
JonStargaryen
04b36170d8
cleanup
2021-05-25 13:15:36 -07:00
JonStargaryen
db787c9ea4
avoid location in filter loop
2021-05-25 12:38:43 -07:00
JonStargaryen
e1e6f9ca48
wip membership
2021-05-25 11:55:22 -07:00
JonStargaryen
40b5605e10
local Vec3 methods
2021-05-25 08:57:08 -07:00
JonStargaryen
609654b689
dont attach ASA values
2021-05-25 08:39:50 -07:00
dsehnal
45ef00f1d1
Move FileHandle.fromDescriptor to /servers to avoid importing 'fs' in browser builds
2021-05-25 17:18:47 +02:00
dsehnal
88380ff917
fix production and debug flags
2021-05-25 16:22:58 +02:00
dsehnal
bc7bfe9788
fix webpack watch build
2021-05-25 16:09:40 +02:00
dsehnal
469ca6cb41
fix webpack build
2021-05-25 15:51:40 +02:00
David Sehnal
c0be790ff1
Merge pull request #195 from MadCatX/update_deps
...
Update node-sass and webpack dependencies
2021-05-25 15:24:21 +02:00
David Sehnal
8c1d16353e
Merge pull request #196 from molstar/sequence-mapping
...
Basic sequence mapping support
2021-05-25 15:20:49 +02:00
dsehnal
d76d475015
BestDatabaseSequenceMapping superposition
2021-05-25 15:15:33 +02:00
dsehnal
69024152cb
Best Database Sequence Mapping property
...
- assigned based on atom_site.db_name/_acc/_num/_res CIF fields
- added basic color theme
2021-05-25 13:20:35 +02:00
Michal Malý
4a19aedec8
Update node-sass and webpack dependencies
2021-05-24 21:50:25 +02:00
JonStargaryen
df89351301
remove normal vector
2021-05-24 12:24:23 -07:00
JonStargaryen
9a0c87695f
cleanup
2021-05-24 11:45:38 -07:00
JonStargaryen
a393231522
inline x/y/z
2021-05-24 10:00:54 -07:00
Alexander Rose
33de60d365
fix typeof check
2021-05-22 22:49:13 -07:00
JonStargaryen
3cf67f7605
fix coloring for trace-only ASA calc
2021-05-22 19:48:02 -07:00
Alexander Rose
ffdcf798e0
Merge pull request #194 from sukolsak/fix-smaa
...
Fix HTMLImageElement check for SMAA
2021-05-22 14:19:59 -07:00
Sukolsak Sakshuwong
397e1235e7
fix HTMLImageElement check for SMAA
2021-05-22 02:58:59 -07:00
JonStargaryen
4e77699076
more fine-grained status messages
2021-05-21 21:35:57 -07:00
JonStargaryen
b47d046505
mapping still needed for #132
2021-05-21 15:31:49 -07:00
JonStargaryen
74aa24bfa0
traceOnly: check for BB as well
2021-05-21 09:27:02 -07:00
JonStargaryen
30d5b0ddb1
rename to traceOnly
2021-05-21 09:24:09 -07:00
Alexander Rose
1e35ea15eb
Merge pull request #192 from sukolsak/gltf-instancing
...
Geometry export: use instancing in GLB
2021-05-20 23:47:52 -07:00
Sukolsak Sakshuwong
bc998ab328
don't split triangles in Mesh.uniformTriangleGroup
...
Calling Mesh.uniformTriangleGroup for WebGL1 is required for picking to work properly. With color smoothing implemented, we don't have to split triangles in Mesh.uniformTriangleGroup anymore. This should help reduce the exported file size in WebGL1. This change is suggested by @arose
2021-05-20 17:03:48 -07:00
JonStargaryen
e5e245f4ee
scale radius used for evaluation
2021-05-20 14:26:42 -07:00
JonStargaryen
c6073b894a
ASA coloring wrong after removing part of a chain #132
2021-05-20 11:38:04 -07:00
Sukolsak Sakshuwong
9b11794f22
store colors in glb using 8 bits per channel
2021-05-20 09:57:59 -07:00
JonStargaryen
f2b9dceaab
ANVIL runtime updates
2021-05-20 09:16:19 -07:00
Sukolsak Sakshuwong
9ccaaf6c80
cleanup
2021-05-20 07:20:56 -07:00
Sukolsak Sakshuwong
ecb97e525e
omit indices from texture-mesh in glb
2021-05-20 04:44:13 -07:00
dsehnal
c36c6a6d97
support nested Lookup3D queries
...
- fixes non-covalent interactions bug
2021-05-20 09:34:59 +02:00
JonStargaryen
60b92471f1
cleanup
2021-05-19 19:34:06 -07:00
JonStargaryen
79e283cfbd
wip ANVIL debugging
2021-05-19 15:22:16 -07:00
Sukolsak Sakshuwong
3778dacb08
min and max only required for vertex arrays
2021-05-18 22:27:58 -07:00
Sukolsak Sakshuwong
e407f7279b
add generator info to glb
2021-05-18 22:25:37 -07:00
Sukolsak Sakshuwong
ea54209414
gltf instancing
2021-05-18 19:48:59 -07:00
JonStargaryen
d10a36509b
ignore non-canonical aa
2021-05-18 15:03:48 -07:00
JonStargaryen
4af560e63a
visuals cleanup
2021-05-18 12:23:55 -07:00
JonStargaryen
ecb8900258
wip adjust thickness
2021-05-18 09:49:50 -07:00
Alexander Rose
7bfc1b0ebc
sreenshot tweaks
...
- don't turn of screenspace antialiasing
- use higher numbr of AO samples than default
2021-05-16 12:04:00 -07:00
Alexander Rose
5edae9d6f7
Merge pull request #173 from molstar/smcol
...
Color smoothing
2021-05-16 11:39:44 -07:00
Alexander Rose
fe702a8c63
fix high resolution molecular surface artefacts
...
- adjust probePositions prop with quality
2021-05-16 11:33:03 -07:00
Alexander Rose
c8868464a5
color smoothing param tweaks
...
- reduce sample stride to avoid artefacts
- min color grid resolution for better smoothing at high mesh resolution
2021-05-16 11:31:57 -07:00
Alexander Rose
720e65d2e6
Merge pull request #189 from sukolsak/volume-color
...
Geometry export: support volume & volumeInstance color types
2021-05-16 10:39:34 -07:00
Sukolsak Sakshuwong
b5123ff36a
fix drawCount
2021-05-16 05:33:58 -07:00
Sukolsak Sakshuwong
d237034e8e
quantize colors when exporting OBJ
2021-05-16 00:28:31 -07:00
Sukolsak Sakshuwong
aab95d27e0
convert sRGB to linear when exporting GLB
2021-05-15 23:56:50 -07:00
Sukolsak Sakshuwong
c68306125e
support volume & volumeInstance color type in geo exporters
2021-05-15 23:55:21 -07:00
Alexander Rose
3173396737
use constant from gl context if available
2021-05-15 11:19:30 -07:00
Alexander Rose
212a3eeb6c
tweaked auto color smoothing props
2021-05-15 11:18:39 -07:00
Alexander Rose
17b25354f5
added isPromiseLike helper
...
- use instead of instanceof Promise
2021-05-15 11:16:32 -07:00
JonStargaryen
9f176bd2bc
add alpha-oonly option to asa calc
2021-05-12 12:20:28 -07:00
Alexander Rose
4a78283ce1
changelog
2021-05-09 21:10:43 -07:00
Alexander Rose
81e29533dc
Merge branch 'master' of https://github.com/molstar/molstar into smcol
2021-05-09 21:09:19 -07:00
Alexander Rose
c1a2c602a1
remove unfinished dColorGridType support
2021-05-09 21:08:19 -07:00
Alexander Rose
c436653ce9
made transparency helpers a bit more generic
2021-05-09 14:35:00 -07:00
Alexander Rose
a2b4ed7c1c
queries: add nos-bridge, improve disulfide-bridge
2021-05-09 13:56:40 -07:00
Alexander Rose
83968aa408
cylinder mesh builder improvements
2021-05-09 13:09:00 -07:00
dsehnal
71539cc75a
citation in readme
2021-05-09 11:53:16 +02:00
dsehnal
881d4d2a99
Fix IndexPairBonds for structures with re-ordered atoms
2021-05-09 11:46:20 +02:00
David Sehnal
ae2f2e7d0e
Merge pull request #181 from molstar/spin-struct-anim
...
Spin structure animation
2021-05-09 10:47:14 +02:00
Alexander Rose
e31f0f7660
basic spin-structure animation
2021-05-08 23:54:27 -07:00
Alexander Rose
3586207968
better SO autobonding
2021-05-08 19:55:36 -07:00
Alexander Rose
b575793b83
Merge pull request #180 from sukolsak/fix-sheet-caps
...
Fix normals in sheet caps
2021-05-08 18:06:30 -07:00
Alexander Rose
81bf653790
Merge pull request #179 from sukolsak/fix-arrow
...
Fix normals in sheet arrows
2021-05-08 18:03:30 -07:00
Sukolsak Sakshuwong
6186c60cd9
fix normals in sheet caps
2021-05-08 00:03:42 -07:00
Sukolsak Sakshuwong
6ab480589a
fix lint
2021-05-07 23:55:53 -07:00
Sukolsak Sakshuwong
571f8187c3
fix normals in sheet arrows
2021-05-07 23:29:35 -07:00
Alexander Rose
d510ff00dc
Merge pull request #177 from sukolsak/per-group-transparency
...
Add per-group transparency support to geometry exporters
2021-05-06 23:10:08 -07:00
Sukolsak Sakshuwong
7a0f286fb4
add per-group transparency support to geo-export
2021-05-05 17:54:27 -07:00
Alexander Rose
fccf8d6b87
Merge pull request #174 from sukolsak/glb-export
...
GLB and STL export
2021-05-04 22:22:41 -07:00
Sukolsak Sakshuwong
e0c08e89d0
use more descriptive labels for geometry exporters
2021-05-04 20:40:28 -07:00
Sukolsak Sakshuwong
ef9885411c
small cleanup
2021-05-04 07:45:16 -07:00
Sukolsak Sakshuwong
7542ead360
address @arose's comments
2021-05-03 23:57:32 -07:00
Sukolsak Sakshuwong
043ab08066
fix normal vectors being zero
2021-05-03 18:11:36 -07:00
Sukolsak Sakshuwong
ec0933d197
update changelog
2021-05-03 12:20:20 -07:00
Sukolsak Sakshuwong
aef34a687d
glb and stl export
2021-05-03 12:19:28 -07:00
Alexander Rose
9b7192f261
color smoothing for element-index theme
2021-05-03 01:02:34 -07:00
Alexander Rose
18212d9ee7
cpu trilinear interpolation for color smoothing
2021-05-03 00:48:14 -07:00
Alexander Rose
8d4e0730e8
improved color smoothing params handling
2021-05-02 23:34:19 -07:00
Alexander Rose
ba8e9e189f
auto-smooth colors if preferred
2021-05-01 18:59:06 -07:00
Alexander Rose
b7935de7af
limit color smoothing to group-based themes
2021-05-01 18:57:42 -07:00
Alexander Rose
10ca32f9d7
volumetric color smoothing
...
- for Mesh and TextureMesh geometries
2021-05-01 18:29:30 -07:00
Alexander Rose
bb86d83c96
better granularity in element-symbol color theme
2021-05-01 17:48:35 -07:00
Alexander Rose
907b08cc99
wip, color grid shader support
...
- only tested for mesh
2021-05-01 17:47:53 -07:00
Alexander Rose
a07d593909
tweak printImageData debug helper
2021-05-01 17:43:43 -07:00
Alexander Rose
a0a3ff1969
Merge branch 'master' of https://github.com/molstar/molstar into smcol
2021-05-01 17:42:52 -07:00
dsehnal
7fac8a8f77
2.0.5
2021-04-26 16:02:31 +02:00
dsehnal
7266c67e32
2.0.5 changelog
2021-04-26 16:00:31 +02:00
dsehnal
50c8d09742
default camera radius set to 0
2021-04-26 15:13:46 +02:00
dsehnal
7377947975
Changelog
2021-04-25 15:15:26 +02:00
David Sehnal
a3c4daf30a
Merge pull request #169 from sukolsak/texture-mesh-export
...
Add TextureMesh export support
2021-04-25 15:13:26 +02:00
Sukolsak Sakshuwong
9d7e6f1d99
add TextureMesh export support
2021-04-25 05:04:03 -07:00
dsehnal
9e105020e3
lazy volume loading
2021-04-25 12:10:09 +02:00
Alexander Rose
698f7e16bd
Merge branch 'master' of https://github.com/molstar/molstar into smcol
2021-04-24 09:42:34 -07:00
Alexander Rose
93df548cfe
add torus primitive and fix render tests
2021-04-23 22:55:20 -07:00
Alexander Rose
a0b1593c82
add MeshBuilder.addMesh
2021-04-23 22:12:19 -07:00
Alexander Rose
fc81e08d73
Support full pausing (no draw) rendering
2021-04-23 22:10:01 -07:00
Alexander Rose
5369fa5adf
canvas viewport support fixes and improvements
...
- restrict ssao to viewport bounds
- only downscale ssao buffer (not upscale)
- avoid zero camera radius/radiusMax to allow camera movements in empty scenes and to avoid ssao artifacts
2021-04-23 22:07:34 -07:00
dsehnal
316a77c716
guard against non-invertible matrices in Camera.update
...
+ relative viewports and dynamic updating of them sometimes caused non-invertible matrix
2021-04-23 19:05:29 +02:00
dsehnal
42dfa69ad7
Residue list selection helper
2021-04-21 21:24:28 +02:00
dsehnal
cae4eb8b0e
await screenshot clipboard write & fallback to <img> on fail
2021-04-21 20:08:37 +02:00
David Sehnal
5514b24fdf
Merge pull request #167 from molstar/multi-canvas3d
...
Multi-canvas support for PluginContext
2021-04-21 20:05:05 +02:00
dsehnal
d570bc352e
"relative" canvas3d viewport and picking dimensions fix
2021-04-20 20:26:13 +02:00
dsehnal
8a76a3fa64
2.0.4
2021-04-20 11:23:23 +02:00
dsehnal
71bf4e21f5
changelog
2021-04-20 11:21:29 +02:00
dsehnal
e0d36c30d3
Fix measurement labels & interactions
2021-04-20 11:19:15 +02:00
Alexander Rose
d653a96b25
Merge branch 'master' of https://github.com/molstar/molstar into smcol
2021-04-18 13:12:12 -07:00
David Sehnal
b53debcfef
Merge pull request #163 from sukolsak/fix-zip-progress
...
Fix incorrect deflate progress
2021-04-14 15:02:15 +02:00
Sukolsak Sakshuwong
d0705ac226
fix deflate progress
2021-04-14 05:07:05 -07:00
Alexander Rose
e01eacb3fe
changelog
2021-04-13 23:12:39 -07:00
Alexander Rose
d4102b476b
Fix, read SDF multi-line values
2021-04-13 23:07:55 -07:00
dsehnal
83ce17174a
changelog
2021-04-13 21:17:28 +02:00
dsehnal
18023d7f26
Merge branch 'master' of https://github.com/molstar/molstar
2021-04-13 21:16:28 +02:00
dsehnal
a8541d5967
Structure.eachAtomicHierarchyElement
2021-04-13 21:15:44 +02:00
David Sehnal
8b21818f2e
Merge pull request #159 from sukolsak/obj-export
...
OBJ Export
2021-04-13 17:06:48 +02:00
Sukolsak Sakshuwong
0b290247dc
show partial progress when exporting large meshes
2021-04-11 13:15:50 -07:00
Sukolsak Sakshuwong
fb5010e962
reorder arguments to addMeshWithColors()
2021-04-10 18:12:32 -07:00
Sukolsak Sakshuwong
178789d327
make RenderObjectExporter.add() async
2021-04-10 18:10:42 -07:00
Sukolsak Sakshuwong
4fae526073
wip
2021-04-09 15:59:14 -07:00
dsehnal
05f1d8085a
2.0.3
2021-04-09 17:47:12 +02:00
dsehnal
38bbabd742
fix test
2021-04-09 17:45:51 +02:00
dsehnal
3ab958a93c
changelog
2021-04-09 17:43:23 +02:00
dsehnal
f59d589a30
CubeGridFormat
2021-04-09 17:41:13 +02:00
David Sehnal
11f7e54704
Merge pull request #158 from molstar/gradient-themes
...
Add ColorTheme.palette support
2021-04-09 10:01:59 +02:00
dsehnal
16ebd8266e
changelog
2021-04-09 10:01:21 +02:00
dsehnal
7a796a4d3d
Merge branch 'master' of https://github.com/molstar/molstar into gradient-themes
2021-04-09 09:59:46 +02:00
Alexander Rose
1cbb915962
started a changelog
2021-04-08 23:14:55 -07:00
Alexander Rose
80486d58c3
async deflate (and zip)
2021-04-08 23:13:30 -07:00
dsehnal
81bc116c4d
TextureImage.filter
2021-04-08 09:49:35 +02:00
dsehnal
4249064dd1
Add ColorTheme.palette support
...
- add example to basic-wrapper that uses it
2021-04-07 15:55:54 +02:00
Alexander Rose
e0a594121b
wip, color smoothing experiments
2021-04-06 23:36:29 -07:00
dsehnal
028c02f50d
2.0.2
2021-03-29 12:48:26 +02:00
dsehnal
76e97d7b59
fix VolumeFromDensityServerCif label
2021-03-29 12:46:10 +02:00
dsehnal
ad1181a75b
interpolate ModelFromTrajectory transform
2021-03-29 12:03:13 +02:00
Alexander Rose
5d683462fb
add common non-standard amino-acids
2021-03-28 15:38:15 -07:00
Alexander Rose
42422bb0ea
add canvas3d.getRenderObjects
2021-03-28 15:36:40 -07:00
dsehnal
861e5c3e97
SDF data item test
2021-03-24 16:02:53 +01:00
dsehnal
614cffda96
2.0.1
2021-03-23 15:44:24 +01:00
dsehnal
2e0379d202
npm ignore
2021-03-23 15:42:52 +01:00
dsehnal
b5cfdcd2a3
2.0.0
2021-03-23 15:31:18 +01:00
dsehnal
c00de6fde0
Merge branch 'master' of https://github.com/molstar/molstar
2021-03-23 11:16:26 +01:00
Alexander Rose
da3a8e56f3
handle negative isovalues in gpu mc
2021-03-22 22:06:49 -07:00
dsehnal
103d6fe775
alpha orbitals tryUseGpu param
2021-03-22 20:18:48 +01:00
dsehnal
5df55e6bf7
SDF delimiter bugfix + multi-molecule SDF support in mol-plugin
2021-03-22 17:21:47 +01:00
dsehnal
3b285086d4
rename files called "macro" due to Jest not being able to process them
2021-03-22 16:53:48 +01:00
dsehnal
91793bc3cc
2.0.0-dev.13
2021-03-22 13:29:42 +01:00
dsehnal
fa3828e820
add model-server-query transform support
2021-03-22 12:51:03 +01:00
Alexander Rose
31ba8212da
2.0.0-dev.12
2021-03-21 16:47:53 -07:00
Alexander Rose
fe27d8e134
Merge pull request #150 from molstar/stubs2
...
basic support for bond stubs
2021-03-21 16:40:03 -07:00
Alexander Rose
83dcdfdc4b
Merge commit '2faa821c50a6dfce700eb8072a61d01d937c18e5' into stubs2
2021-03-21 16:36:33 -07:00
Alexander Rose
f9aaabc1f7
fix interactions bounding sphere
2021-03-21 16:29:56 -07:00
Alexander Rose
034370b44c
add includeParent support to interactions
2021-03-21 16:25:03 -07:00
Alexander Rose
b87666df3e
don't pad empty bounding spheres
2021-03-21 16:24:25 -07:00
Alexander Rose
c98c3228fe
fix structure.asParent
2021-03-21 16:23:57 -07:00
Alexander Rose
9419980dfc
make structure state private (like before)
2021-03-21 12:39:21 -07:00
Alexander Rose
42d60420e5
added Structure.asParent
...
- refactored structure state handling
- removed Structure.WithChild
2021-03-21 12:10:24 -07:00
dsehnal
5b1df333a7
tsconfig jsx param
2021-03-21 16:18:01 +01:00
Alexander Rose
0bb376706d
fix ellipsoid repr and support includeParent
...
- switch off adjustCylinderLength
- handle structure with child
2021-03-20 23:58:48 -07:00
Alexander Rose
eca7da2c72
add adjustCylinderLength param
...
- so it can be switched off
2021-03-20 23:54:50 -07:00
Alexander Rose
b0bdb3ddb6
tweak param help
2021-03-20 23:52:23 -07:00
Alexander Rose
3180d7c305
basic support for bond stubs
...
- line and ball & stick repr
- stubs support in link visual helper
- getData and mustRecreate methods for structure repr provider
- Structure.WithChild helper (needs Proxy support)
2021-03-20 18:05:58 -07:00
dsehnal
2faa821c50
2.0.0-dev.11
2021-03-19 17:29:29 +01:00
David Sehnal
7f355ae501
Merge pull request #141 from molstar/surrounding-ligands
...
Surrounding Ligands query
2021-03-19 17:16:25 +01:00
dsehnal
7f79ff9ff2
StructureSourceControls: show hierarchy preset is >1 trajectory is selected
2021-03-18 15:29:48 +01:00
dsehnal
02de871c59
StructureBoundingBox3D transform
2021-03-18 15:18:15 +01:00
dsehnal
00cb783d4c
BoxShape3D transform
2021-03-18 14:15:04 +01:00
David Sehnal
c925919ee5
Merge pull request #148 from TomasKulhanek/master
...
FIX issue #147 CSS transform:scale cause molstar canvas to have incorrect size
2021-03-17 10:50:44 +01:00
dsehnal
324820890a
Fix createModelProperty.isApplicable
2021-03-17 10:35:29 +01:00
Tomas Kulhanek
2687b29d4d
FIX molstar/molstar#147 offsetWidth/offsetHeight is correct size of element when css transform:scale is used
2021-03-17 07:46:41 +00:00
dsehnal
7084aaee1a
adjust text
2021-03-16 23:02:14 +01:00
dsehnal
520a2f7850
model-server: empty result console output
2021-03-16 22:47:34 +01:00
Alexander Rose
9264987817
camera helper tweaks
...
- add highlighting
- improved axes alignment
2021-03-15 23:16:19 -07:00
dsehnal
b736ed3ea4
readme tweaks
2021-03-15 21:35:17 +01:00
dsehnal
166d660fa7
2.0.0-dev.10
2021-03-15 20:20:21 +01:00
dsehnal
b8249cde4d
interactive camera axis helper
2021-03-15 20:16:07 +01:00
dsehnal
f12f5eca90
Merge branch 'master' into surrounding-ligands
2021-03-15 16:45:53 +01:00
dsehnal
cd3798b46f
disable SwaggerUI response syntax highlight
2021-03-15 16:44:36 +01:00
dsehnal
0240e54737
TrackballControlsParams.autoAdjustControls
2021-03-15 14:13:11 +01:00
dsehnal
6a735d902e
fix XYZ parser bug
2021-03-15 13:31:44 +01:00
dsehnal
57a942ecb5
requestCameraReset SnapshotProvide
...
- allow to customize the snapshop based on the current scane/boundingbox/camera state
2021-03-15 12:47:45 +01:00
dsehnal
f67605a398
applyMarkerAction fix 2
2021-03-14 18:46:04 +01:00
dsehnal
aaafa1d5ad
model-server: surroundingLigands query
2021-03-14 15:09:37 +01:00
dsehnal
a1d9a77653
surroundingLigands query
2021-03-14 15:00:13 +01:00
dsehnal
f2f1181af3
Merge branch 'master' into surrounding-ligands
2021-03-14 13:16:22 +01:00
dsehnal
864befc48a
applyMarkerAction fix
2021-03-14 13:09:53 +01:00
dsehnal
73f6793bd8
surroundingLigands query wip
2021-03-14 12:22:01 +01:00
dsehnal
87ee9d88f2
ResidueSet helper (wip)
2021-03-14 11:21:12 +01:00
dsehnal
b1e245e913
add UndirectedGraph
2021-03-14 10:19:28 +01:00
Alexander Rose
78c0471f39
remove unused Structure.unitsSortedByVolume
2021-03-13 22:35:24 -08:00
Alexander Rose
c57b9b9214
improve preset for many polymer gaps
...
- show all atom instead
- for medium sized structures
- fixes #57
2021-03-13 22:27:51 -08:00
Alexander Rose
34f33c5bbb
fix apply marker type error
2021-03-13 22:24:48 -08:00
Alexander Rose
57da2a7ebb
optimized applyMarkerAction
...
- extract switch statement out of loop
- use int32 view to handle 4 byte together
- don't check for change (essentially done at a higher level anyway)
2021-03-13 12:22:53 -08:00
Alexander Rose
d45d5c0e55
add assertUnreachable helper
...
- to type check if, e.g. if/switch statements are exhaustive
- TODO use...
2021-03-13 12:20:00 -08:00
dsehnal
42ed425e65
fix secondary_structure_type
2021-03-13 19:58:50 +01:00
dsehnal
f752ee5094
plugin-state server: remove /clear and can't remotely remove sticky entries
2021-03-13 17:56:18 +01:00
dsehnal
044c796942
Fix getSymmetryOperatorRef indexing
2021-03-13 17:53:42 +01:00
dsehnal
0aabbcfaab
add back CreateVolumeStreamingBehavior custom controls
2021-03-13 16:40:48 +01:00
Alexander Rose
24274cc53b
2.0.0-dev.9
2021-03-09 22:50:34 -08:00
Alexander Rose
870cef2fd4
add collapse-left-panel to viewer query params
2021-03-09 22:46:53 -08:00
Alexander Rose
bf7b1f5bfd
move StateActions to PluginSpec
2021-03-09 22:46:13 -08:00
Alexander Rose
9c9a0312db
gpu mc attribution
2021-03-09 22:42:52 -08:00
dsehnal
724fa2a7cd
package lock
2021-03-08 18:32:27 +01:00
Alexander Rose
19b36e5942
2.0.0-dev.8
2021-03-07 14:13:51 -08:00
Alexander Rose
b0dd9ab026
Merge pull request #135 from molstar/split-plugin-context
...
Move part of PluginContext to mol-plugin-ui
2021-03-07 13:41:17 -08:00
Alexander Rose
b77f1d4dee
move initDataActions to PluginContext
2021-03-07 13:39:30 -08:00
dsehnal
3770fd7706
move actions back to PluginSpec
2021-03-07 13:36:50 +01:00
dsehnal
e3175c3ed1
Merge branch 'master' into split-plugin-context
2021-03-07 13:24:17 +01:00
dsehnal
7c5dd5b15b
fix build caused by some typing edge case
2021-03-07 11:41:56 +01:00
Alexander Rose
0872e11669
2.0.0-dev.7
2021-03-07 01:29:34 -08:00
Alexander Rose
a66da4defc
fix missing vars
2021-03-07 01:27:16 -08:00
Alexander Rose
d4ba13a2f2
2.0.0-dev.6
2021-03-07 01:22:30 -08:00
Alexander Rose
3b25e037aa
remove obsolete viewer query params
2021-03-07 01:18:37 -08:00
Alexander Rose
189fad3d84
better handle focus on structure update
...
- fixes #123
2021-03-07 00:30:35 -08:00
Alexander Rose
c3c22ee3bc
fix typos in xyz format
2021-03-06 23:39:12 -08:00
Alexander Rose
8a3222005c
fix calculated label_seq_id
2021-03-06 23:38:21 -08:00
Alexander Rose
a17da36410
coarse grained tweaks
...
- coarse grained if less than three times as many atoms as polymer residues
- don't try dssp if coarse grained
2021-03-06 23:37:48 -08:00
Alexander Rose
80323d8122
2.0.0-dev.5
2021-03-06 13:59:17 -08:00
Alexander Rose
cbd6aa0b6b
use 32bit depth texture in webgl2
2021-03-06 13:27:04 -08:00
Alexander Rose
3831bd9941
improve handling of coarse grained models
2021-03-06 11:17:43 -08:00
dsehnal
3d3e2c3a86
packages
2021-03-05 00:48:49 +01:00
dsehnal
acf13fa46f
split plugin context (wip)
2021-03-05 00:33:00 +01:00
dsehnal
bc5d796653
make pairingThreshold slightly larger
2021-03-04 19:14:35 +01:00
dsehnal
82dd0496c2
covalentlyBondedComponent query
2021-03-04 18:53:05 +01:00
dsehnal
056742ac74
model index animation loop direction
2021-03-04 18:37:47 +01:00
dsehnal
29d4cfbcca
add xyz support
2021-03-04 18:10:39 +01:00
Alexander Rose
376449f7c8
add missing PRO to standard components
2021-03-03 17:51:17 -08:00
Alexander Rose
bc37fad007
2.0.0-dev.4
2021-02-27 18:29:41 -08:00
Alexander Rose
2e561a8de7
added interesting pdb entry
2021-02-27 18:25:34 -08:00
Alexander Rose
e6c8c69d0c
fix texture-mesh rendering artifacts
...
- added double buffering for texture-mesh textures
- added buffered uniforms
2021-02-27 18:25:06 -08:00
Alexander Rose
d121a11e28
tweaked structure-element export
...
- got rid of index.ts for better compatibility
2021-02-22 21:24:19 -08:00
dsehnal
5484a2a72c
add logo to orbitals example
2021-02-22 18:56:03 +01:00
dsehnal
d527609b6d
2.0.0-dev.3
2021-02-21 19:23:06 +01:00
dsehnal
e628f580a7
add missing React key
2021-02-21 16:28:17 +01:00
Alexander Rose
b662179b4d
improved lighting example
2021-02-20 01:59:46 -08:00
Alexander Rose
fa2b8542bf
2.0.0-dev.2
2021-02-18 21:20:14 -08:00
Alexander Rose
901522f500
added atom-id and entity-id color theme
2021-02-18 21:16:46 -08:00
dsehnal
62b63c1aa5
apply magic to solve GPU MC rendering issue
2021-02-18 19:05:07 +01:00
Alexander Rose
24b36f41da
2.0.0-dev.1
2021-02-15 22:09:05 -08:00
Alexander Rose
c9c890782c
try re-use boundingSphere in element visuals
...
- if it has not changed much
2021-02-15 21:38:13 -08:00
Alexander Rose
f2c539ebd8
psf parser, support lammps "full" style
2021-02-15 18:04:38 -08:00
dsehnal
feb922ca91
Merge branch 'gpu'
2021-02-14 20:13:16 +01:00
dsehnal
25127bb84b
Merge branch 'master' of https://github.com/molstar/molstar
2021-02-14 20:13:12 +01:00
dsehnal
8fb01d2157
Merge remote-tracking branch 'origin' into gpu
2021-02-14 20:11:11 +01:00
dsehnal
c09357ea75
updateImmediate for modelIndex
2021-02-14 20:00:37 +01:00
dsehnal
9f2513dae0
fix examples
2021-02-14 19:38:58 +01:00
dsehnal
11a52c0390
add missing TrajectoryInfo
2021-02-14 19:34:32 +01:00
dsehnal
e955dc7e94
exportable trajectory animation
2021-02-14 19:26:06 +01:00
Alexander Rose
c8107272f6
2.0.0-dev.0
2021-02-13 23:11:05 -08:00
Alexander Rose
fb08fe7545
remove extra files
2021-02-13 23:06:17 -08:00
Alexander Rose
b6f054ea28
Merge pull request #130 from molstar/lint-dep
...
Lint dep
2021-02-13 13:24:34 -08:00
Alexander Rose
dc7e85133c
moved DefaultPluginSpec to spec.ts
2021-02-13 13:04:53 -08:00
Alexander Rose
90cddf4e41
allow named tuples
...
- beter use downlevel-dts for backwards compatibility
2021-02-13 13:00:11 -08:00
Alexander Rose
2cddbb72a6
fix tests, remove more deps from mat4, quat
2021-02-13 12:29:45 -08:00
Alexander Rose
a16faaac4e
avoid some static dependencies
...
- those can lead to errors due to circular dependencies
- making them runtime dependencies fixes this
2021-02-13 12:06:07 -08:00
Alexander Rose
6c5224f33e
new linting rules
...
- no default exports
- no named tuples
2021-02-13 11:36:21 -08:00
Alexander Rose
77d013b775
webgl, ensure active attribute with divisor 0
...
- workaround for FF <85
- needed for `texture-mesh` geometry
2021-02-13 11:30:13 -08:00
Alexander Rose
02a466e8b9
only update repr visibility when changed
...
- avoids superfluous scene rendering, e.g., when animating
2021-02-13 11:27:44 -08:00
Alexander Rose
3cb65cbe3d
reduce ssao quality defaults a bit
...
- less texture fetches
2021-02-13 11:24:07 -08:00
Alexander Rose
fe8838542c
1.3.0
2021-02-07 13:29:46 -08:00
Alexander Rose
78b5c9aac4
Merge pull request #129 from molstar/gpu
...
Gpu acceleration for isosurface & gaussian-surface
2021-02-07 13:25:22 -08:00
Alexander Rose
021fa7b79b
clearer param names for using gpu/impostors
2021-02-07 13:23:36 -08:00
Alexander Rose
0443589b09
allow gaussian volume without blendMinMax
2021-02-07 13:18:24 -08:00
Alexander Rose
415288de9f
tweak quality settings
...
- lower resolution
2021-02-07 12:52:10 -08:00
Alexander Rose
ecbafb086a
fix mc example
2021-02-06 12:46:25 -08:00
Alexander Rose
e5dae6c0dd
increased default quality for larger structures
...
- rational is that larger structures can take a bit longer to create
2021-02-06 12:45:00 -08:00
Alexander Rose
16f4524bdb
improved gpu support for representations
...
- enabled in volume isosurface & structure gaussian surface
- only if suitable (check memory requirements and resolution)
- falls back to cpu code
2021-02-06 12:43:24 -08:00
Alexander Rose
6b33021f43
fix webgl stats on render-item disposal
2021-02-06 12:30:12 -08:00
Alexander Rose
fdf37100c2
improved gpu-mc
...
- lower memory usage
- support for 2^32 vertices in webgl2
- fix rounding issue when creating volume texture
2021-02-06 12:28:52 -08:00
Alexander Rose
e28674d0dc
model format improvements
...
- add a source format to the mmcif format
- add pdb format
- allow undefined in typeguard .is helpers
2021-02-03 19:36:01 -08:00
Alexander Rose
fb7456286a
fix label_seq_id assignment when undefined column
2021-02-03 19:32:20 -08:00
Alexander Rose
9d240f8928
allow views of undefined columns
2021-02-03 19:30:14 -08:00
David Sehnal
48ef5efb21
Merge pull request #127 from molstar/pp-res
...
lower resolution ssao
2021-02-01 12:59:53 +01:00
Alexander Rose
52b2e7c144
lower res ssao
2021-01-31 13:22:22 -08:00
Alexander Rose
f2d1d60f6b
fix cellpack & unit creation issues
...
- cellpack generate color theme can be applied to 1 model trajectories
- don't clone supplied props in Unit.create
- fix cellpack structure building to share unit.props
2021-01-31 12:06:40 -08:00
dsehnal
5a176a378a
1.2.15
2021-01-31 18:32:08 +01:00
dsehnal
60151c2c24
fix getUnitsSortedByVolume
2021-01-31 18:30:13 +01:00
dsehnal
a5db6350a2
only normalize Canvas3D props when loading from a saved state
2021-01-31 18:01:42 +01:00
dsehnal
0618eb18ba
1.2.14
2021-01-31 17:10:17 +01:00
Alexander Rose
bffdff6aad
gaussian surface visual improvements
...
- add structure.unitsSortedByVolume
- increase gaussian smoothness in coarse presets
- use slice area instead of volume to ensure reasonable resolution
- use largest units (by volume) for reasonable resolution calculation
2021-01-30 22:55:29 -08:00
Alexander Rose
7753a6ec56
renderable schema cleanup
...
- use base schema in direct-volume schema
2021-01-30 12:57:19 -08:00
Alexander Rose
b8aafa1d78
mol-gl improvements
...
- int textures (webgl2)
- read into Int32Array (webgl2)
- fix ctx.parameters.maxDrawingBuffers (webgl1)
- support setting frag out type (webgl2)
2021-01-30 12:42:48 -08:00
Alexander Rose
672875187b
add renderable.state.disposed flag
...
- set when disposing render-objects
- don't render disposed objects (can be temporarily still in a scene)
2021-01-30 12:39:33 -08:00
Alexander Rose
547d60d573
fix texture-mesh vertex count
2021-01-30 12:33:59 -08:00
Alexander Rose
99471d2a7b
add xray shading edge fallof parameter
2021-01-30 12:32:20 -08:00
Alexander Rose
45d249b71a
log renderItemId in debug mode
2021-01-30 11:23:46 -08:00
Alexander Rose
1382edd81c
improved trackball rotate on wide canvases
2021-01-30 11:23:15 -08:00
dsehnal
89a6102f8d
1.2.13
2021-01-30 14:49:17 +01:00
David Sehnal
163929477e
Merge pull request #106 from molstar/cylinders
...
Cylinders geomery and link visual improvements
2021-01-30 14:45:26 +01:00
dsehnal
c10a8369e8
Canvas3d: force render on viewport resize
2021-01-30 14:10:50 +01:00
dsehnal
8fbba52de8
PD.normalizeParams update
2021-01-30 13:41:22 +01:00
dsehnal
ca3174b2c3
Fix computeUnitGaussianDensity
2021-01-30 13:08:42 +01:00
dsehnal
b9864fba80
Fix loci label custom text
2021-01-27 18:01:47 +01:00
Alexander Rose
f8e9bc1e7f
limit max resolution for (gpu) gaussian-surface
2021-01-24 21:45:01 -08:00
Alexander Rose
f79f1507f7
dispose of volume & repr associated textures
2021-01-24 21:44:02 -08:00
Alexander Rose
61ab205a5d
recreate visuals based on param changes
...
- impostor/mesh (spacefill, ball+stick, ellipsoids)
- gpu/cpu mc (isosurface, gaussian surface)
2021-01-23 16:57:21 -08:00
Alexander Rose
2c65260a4f
Merge remote-tracking branch 'origin/param-normalization' into cylinders
2021-01-23 16:39:23 -08:00
Alexander Rose
0597a1ef24
Merge branch 'master' into cylinders
2021-01-23 16:35:18 -08:00
Alexander Rose
8d6557e51c
moved label-options out of palette-params
2021-01-23 16:25:32 -08:00
Alexander Rose
5cff0dff3d
wip, gpu mc
...
- int float div
- clamp 2d texture access to 3d grid bounds
2021-01-23 15:46:29 -08:00
Alexander Rose
93206e76d7
fix DVR with orthographic projection
2021-01-23 13:36:28 -08:00
dsehnal
40933a8539
1.2.12
2021-01-20 14:18:55 +01:00
dsehnal
989800783b
dihedral visual update
2021-01-20 14:13:57 +01:00
dsehnal
d83b0d2c4d
better typing for PD.MultiSelect & StructureMeasurementManager visualParams support
2021-01-20 10:30:59 +01:00
dsehnal
5e5d5a63dc
mol-plugin: subscribe to events in initViewer
...
+ handle plugin resize in main render loop
2021-01-19 15:09:57 +01:00
Alexander Rose
b1755604e2
fix webgl context loss handling
2021-01-18 19:48:55 -08:00
Alexander Rose
e58da9b574
add Canvas3DContext
...
- can be used to create multiple Canvas3D objects
2021-01-18 11:30:42 -08:00
dsehnal
f5d6498601
ParamDefinition.normalizeParams tweaks
2021-01-17 11:50:15 +01:00
dsehnal
07f351888f
add doNotForceWebGLContextLoss option
2021-01-17 11:15:15 +01:00
Alexander Rose
4588fdd5d5
wip, gpu mc webgl1 tweak
2021-01-16 17:24:26 -08:00
Alexander Rose
c3b32baf6a
wip, gpu mc & vol isosurface
2021-01-16 15:18:41 -08:00
Alexander Rose
b8d60cea9b
Canvas3d.fromCanvas attribs
...
- simplified antialias handling
- expose preserveDrawingBuffer
2021-01-16 13:20:32 -08:00
Alexander Rose
25b8956712
moved rgba/float conversion to glsl chunks
2021-01-16 11:40:54 -08:00
Alexander Rose
7015309db6
added more interesting pdb entries
2021-01-16 11:37:48 -08:00
Alexander Rose
aad861db37
use var in webpack version template
2021-01-16 11:37:20 -08:00
Alexander Rose
ae7811705d
fix volume isosurface picking
2021-01-16 11:35:55 -08:00
dsehnal
7e26dac50b
1.2.11
2021-01-15 18:40:05 +01:00
dsehnal
75f43d038c
PluginConfig.General.ForceWboitAntialiasing
2021-01-15 18:37:29 +01:00
dsehnal
b9ba940510
dihedral visual updates
...
- fix "extenders"
- add "arms" visual
2021-01-15 15:10:33 +01:00
dsehnal
35603baaaa
1.2.10
2021-01-15 13:28:01 +01:00
dsehnal
19dc32c491
Canvas3D.dispose lose webgl context
2021-01-15 13:21:34 +01:00
dsehnal
95997e6a61
PickScale plugin config
2021-01-15 12:54:02 +01:00
dsehnal
03e19a2ad7
css tweaks
2021-01-15 12:50:30 +01:00
dsehnal
765b133369
Merge branch 'master' into cylinders
2021-01-13 16:50:11 +01:00
dsehnal
703e729514
PD.normalizeParams options
2021-01-13 16:49:33 +01:00
dsehnal
b0216c4ce6
Merge branch 'master' into cylinders
2021-01-13 16:10:39 +01:00
dsehnal
6796fc1cd4
use PD.normalizeParams in canvas3d.setProps
2021-01-13 16:09:48 +01:00
dsehnal
87c504f9a8
mol-state: use PD.normalizeParams first time a cell is evaluated
2021-01-13 15:59:50 +01:00
dsehnal
2e770cb733
ParamDefinition.normalizeParams
2021-01-13 15:44:05 +01:00
David Sehnal
9f440f68e0
Merge pull request #118 from JonStargaryen/modelserverfixes
...
ModelServer: filename parameter
2021-01-13 12:57:01 +01:00
JonStargaryen
40028b27ba
cleanup
2021-01-12 10:47:18 -08:00
JonStargaryen
4676ad8738
gracefully handle empty param category
2021-01-12 10:44:47 -08:00
JonStargaryen
e1c7833826
filename param
2021-01-12 10:25:55 -08:00
Alexander Rose
dd1bca0fee
Merge branch 'master' into cylinders
2021-01-10 00:45:18 -08:00
Alexander Rose
c38ab2c638
use existing gl context for capability testing
...
- fixes unit-test
2021-01-10 00:38:16 -08:00
Alexander Rose
459c5aa5a7
wip, gpu mc
...
- reduced texture sizes
- structure gaussian surface texture-mesh
2021-01-10 00:17:41 -08:00
Alexander Rose
b8bf07d393
byto-count info for webgl resources
2021-01-10 00:09:20 -08:00
Alexander Rose
ea87ac2094
add and use gpu half-float support
...
- add texture_half_float, texture_half_float_linear, color_buffer_half_float
- use in multie-sample, gaussian-density
2021-01-10 00:07:12 -08:00
Alexander Rose
e1b830a59d
improved atomicDetail preset
2021-01-09 14:23:19 -08:00
Alexander Rose
41e1ac76c0
improve peptide entity-subtype derivation
2021-01-09 12:51:34 -08:00
Alexander Rose
98b118fd1e
parse pdb conect records
...
- heuristic to test if list of bonds is exhaustive to skip auto-bonding
2021-01-09 12:49:44 -08:00
Alexander Rose
5f691913e4
fix webgl1 screendoor transparency
...
- webgl1 only allows const array access
2021-01-09 11:16:32 -08:00
Alexander Rose
26e2516097
fix traceOnly param getting ignored
2021-01-09 11:15:13 -08:00
dsehnal
3d2e4115ed
1.2.9
2021-01-08 15:17:42 +01:00
dsehnal
dbce1ccb3d
alpha-orbitals: ability to clamp volume values
2021-01-08 15:16:08 +01:00
David Sehnal
03aa2be978
Merge pull request #116 from JonStargaryen/modelserverfixes
...
ModelServer: Add option to download text files
2021-01-07 17:33:38 +01:00
JonStargaryen
8dfc52e1ab
cleanup
2021-01-07 14:49:32 +01:00
JonStargaryen
6058179f10
cleanup
2021-01-07 14:36:11 +01:00
JonStargaryen
ea9e25b03c
ResultWriterParams
2021-01-07 14:30:01 +01:00
JonStargaryen
d60c3ddce3
handle non-string params faithfully
2021-01-07 14:21:32 +01:00
JonStargaryen
724e79bddf
version/changelog
2021-01-07 12:53:44 +01:00
JonStargaryen
2de61215c4
better description
2021-01-07 12:35:16 +01:00
JonStargaryen
e783d9a9f1
Merge remote-tracking branch 'upstream/master' into modelserverfixes
2021-01-07 12:31:26 +01:00
JonStargaryen
e9e971d4f3
lock
2021-01-07 12:31:20 +01:00
JonStargaryen
96dea14cb1
cleanup
2021-01-07 12:26:50 +01:00
JonStargaryen
04fc157340
ModelServer: Save As param
2021-01-07 11:53:24 +01:00
dsehnal
cfc24fa99e
SequenceView: fix polymers & everything modes
2021-01-07 11:22:57 +01:00
dsehnal
19c1088209
1.2.8
2021-01-06 15:29:29 +01:00
dsehnal
ee6c2e0841
canvas3d: add commited event
2021-01-06 15:22:54 +01:00
Alexander Rose
20ee659b00
wip, gaussian surface
...
- fix webgl1 gaussian volume broken
- fix 2d volume slice missing first row
- use scissor test to avoid useless calculations
- reduce radius for which gaussians are calculated
-
2021-01-03 15:15:03 -08:00
Alexander Rose
b6514a4a50
fix structure bond count calculation
2021-01-03 14:57:18 -08:00
Alexander Rose
07b8bdb951
noClip option for renderables
...
- exclude handle and axes helper from clip objects
2021-01-03 14:56:40 -08:00
Alexander Rose
afd18cabd4
tweaked renderer params to enable AO by default
2021-01-03 14:42:35 -08:00
Alexander Rose
1117ce05d5
improved picking alpha and fog shader code
2021-01-03 14:37:49 -08:00
Alexander Rose
fc15e952bf
fix smaa viewport handling
2021-01-03 14:34:34 -08:00
dsehnal
249e5a3e0b
SequenceView improvements
...
- add ability to show all polymers/chains at once
- do not redraw when structure list doesn't change (saves 3 re-renders for a typical structure load)
2020-12-29 16:29:16 +01:00
Alexander Rose
4bfe3f6bde
postprocesing tweaks
...
- better distingush objects close to far plane from background
- draw outlines last to be cleaner
- allow larger AO radius
2020-12-21 22:38:30 -08:00
Alexander Rose
75b7e0b4d9
support to 'invert' clip object test
...
- e.g. to cut away everything but a sphere
2020-12-20 20:06:52 -08:00
Alexander Rose
ee4ce2fd7a
simplify copy shader
2020-12-20 14:35:17 -08:00
Alexander Rose
db0aa12e75
Merge branch 'master' into cylinders
2020-12-20 13:45:50 -08:00
Alexander Rose
6d2578d3d0
repr/geo param update fixes
...
- texture-mesh geo
- text visual
2020-12-20 13:40:33 -08:00
Alexander Rose
99d61f48b4
Merge branch 'master' into cylinders
2020-12-20 13:00:18 -08:00
Alexander Rose
146022dc12
wip, gaussian surface & mc
...
- fix iso-level
- reuse gpu resources for mc (patched many memory leaks)
2020-12-20 12:55:54 -08:00
Alexander Rose
92730cad01
Merge branch 'master' into cylinders
2020-12-19 21:33:24 -08:00
Alexander Rose
d6b68b06da
Merge branch 'cylinders' of https://github.com/molstar/molstar into cylinders
2020-12-19 21:31:16 -08:00
Alexander Rose
b174fbf0c6
postprocessing tweaks and fixes/improvements
...
- AO defaults: darker, larger radius
- handle transparent bg for outlines & AO
- handle fog for AO
- fix fog for outlines
- fragmentDepth for fog (instead of camera distance)
- webgl1 compat
2020-12-19 21:26:06 -08:00
Alexander Rose
fde1557955
Merge branch 'postprocessing' into cylinders
...
- added AntialiasingPass
2020-12-19 17:38:57 -08:00
AronKovacs
24a0753881
fix fog for outlines
2020-12-19 21:59:56 +01:00
dsehnal
5664e1d8be
1.2.7
2020-12-19 11:53:09 +01:00
dsehnal
4881a41256
set default camera radius/max = 0
2020-12-19 11:46:00 +01:00
dsehnal
235e41ee03
PluginConfig EnableWboit => true
2020-12-19 11:26:13 +01:00
AronKovacs
94d293a4d3
renaming, better defaults, ao bias, better outline thresholding, whitespace changes
2020-12-18 16:10:37 +01:00
AronKovacs
40f1ca207f
replaced placeholder value with the correct uniform
2020-12-16 17:58:00 +01:00
AronKovacs
926fb38c1e
added contributors
2020-12-16 17:43:20 +01:00
AronKovacs
5a14fcabc5
small ssao changes, e.g. better vec2 noise
2020-12-16 17:38:38 +01:00
AronKovacs
560e40773f
added renderBlended postprocessing
2020-12-16 17:21:26 +01:00
AronKovacs
6561732f57
Merge remote-tracking branch 'upstream/master' into postprocessing
2020-12-15 13:30:41 +01:00
AronKovacs
b45cf206fd
postprocessing init
2020-12-15 13:27:11 +01:00
Alexander Rose
70e07be64d
anvil tweaks
...
- remove unused/broken bilayer-spheres visual
- ensure anvil prop is calculated
2020-12-12 18:23:07 -08:00
Alexander Rose
f3013f0e46
smaa param tweaks
2020-12-12 17:31:27 -08:00
Alexander Rose
2e7041bd78
remove debug statement
2020-12-12 17:29:19 -08:00
Alexander Rose
5d0447c9bb
enable wboit by default
2020-12-12 16:20:59 -08:00
Alexander Rose
9eba0b91a8
add smaa antialiasing option (new default)
2020-12-12 16:13:53 -08:00
Alexander Rose
58bc6722a9
moved fxaa to separate pass
2020-12-12 15:42:56 -08:00
Alexander Rose
1acfed3233
naming and doc tweaks
2020-12-12 15:39:45 -08:00
dsehnal
8147b3aa34
1.2.6
2020-12-10 10:46:26 +01:00
dsehnal
b21552ff36
fix wboit rendering when updating alpha
2020-12-10 10:44:35 +01:00
dsehnal
c683cbe962
1.2.5
2020-12-09 15:06:17 +01:00
dsehnal
bd270e4428
fix pdbx_PDB_ins_code "prefixed" names in CIF exporter
2020-12-09 15:03:41 +01:00
dsehnal
23d942d8a5
updated packages
2020-12-09 14:55:25 +01:00
Alexander Rose
cbcd6b99d2
Merge pull request #107 from molstar/remove-3dg
...
remove 3dg in favor of g3d (#93 )
2020-12-05 20:44:16 -08:00
Alexander Rose
ee5c098a9f
remove 3dg in favor of g3d ( #93 )
2020-12-05 20:38:50 -08:00
Alexander Rose
070a15d679
antialiasing related tweaks (combat blurriness)
...
- increase default line and point size
- reduce subpixel quality in fxaa
2020-12-05 16:02:08 -08:00
Alexander Rose
befa5174f8
cylinder impostors for bonds
...
- inter/intra bonds
- ball & stick, ellipsoids
- new link visual helper
2020-12-05 15:49:59 -08:00
Alexander Rose
d6c4366f40
link visual helper improvements
...
- more configurable dashes
- better cap handling
2020-12-05 15:28:22 -08:00
Alexander Rose
181cfefa63
use bond location for repr bond iterator
...
- fix themes to handle Bond.Location (some did not)
2020-12-05 15:22:04 -08:00
Alexander Rose
0e7c885961
fix typo, remove unused code
2020-12-05 15:17:14 -08:00
Alexander Rose
d58e90d93f
add cylinders geometry and shader
2020-12-05 15:15:29 -08:00
David Sehnal
cd872b47e6
1.2.4
2020-12-03 15:30:30 +01:00
David Sehnal
2683c5b318
Merge pull request #105 from molstar/gpu-grid
...
GPU grid 3d computation wrapper
2020-12-03 15:24:43 +01:00
David Sehnal
c71f60a164
ParamDefinition.DataRef
2020-12-03 15:21:42 +01:00
David Sehnal
881cbc1947
tweaks
2020-12-03 13:54:51 +01:00
David Sehnal
f3e7febbd1
Merge branch 'master' of https://github.com/molstar/molstar into gpu-grid
2020-12-03 06:33:19 +01:00
David Sehnal
e68ad13031
createGrid3dComputeRenderable yieldPeriod param
2020-12-02 12:29:01 +01:00
Alexander Rose
7fbbe1e63a
representation state and hightlight fixes
...
- recreate state when repr changes
- take repr into account for non-hover hightlights (eg from state tree)
2020-12-01 17:48:40 -08:00
Alexander Rose
a5ca72af3c
postprocessing tweaks and fixes
...
- fix missing enable scissor state
- better antialiasing defaults
- always allow fxaa
2020-12-01 17:46:51 -08:00
David Sehnal
1ce6641eb3
grid3d-compute util code
2020-12-01 20:58:27 +01:00
David Sehnal
5dc413ab8c
wip grid3d renderable
2020-12-01 19:33:05 +01:00
David Sehnal
50b615e86c
1.2.3
2020-11-28 14:50:15 +01:00
David Sehnal
5b4c6743e7
GlobalModelTransformInfo
...
- support in volume streaming
- export in ModelServer if transform param is present
2020-11-28 14:46:58 +01:00
Alexander Rose
99a3906978
1.2.2
2020-11-26 11:17:22 -08:00
Alexander Rose
981db34736
Merge branch 'master' of https://github.com/molstar/molstar
2020-11-26 11:12:35 -08:00
Alexander Rose
c079a8c5a8
fixed triple linkstyle in visuals
...
- was ignored
2020-11-26 11:12:11 -08:00
Alexander Rose
ad70adf6ce
improved & fixed fxaa
...
- enable linear texture interpolation to actually do subpixel fetches...
- higher quality fxaa profile with edge exploration
- exposed parameters
- enable during temproal multi sampling
2020-11-26 11:11:14 -08:00
David Sehnal
89110b52bd
copyright info
2020-11-26 15:55:48 +01:00
David Sehnal
8a69f050a6
1.2.1
2020-11-26 15:28:12 +01:00
David Sehnal
9e38a44406
lint
2020-11-25 19:49:38 +01:00
David Sehnal
3514ab23c3
remove unused import
2020-11-25 17:08:08 +01:00
David Sehnal
b59e3c383d
tweak
2020-11-25 17:05:38 +01:00
David Sehnal
eeba565d78
alpha-orbitals: fix async computation
2020-11-25 17:05:12 +01:00
David Sehnal
687e54cc87
alpha-orbitals: density support
2020-11-25 16:27:42 +01:00
David Sehnal
ac73939440
alpha-orbitals: data model improvements
2020-11-25 15:32:15 +01:00
David Sehnal
7a3eb8d03f
fix Canvas3dInteractionHelper.leave
2020-11-25 11:00:05 +01:00
David Sehnal
3d26904e0b
Merge branch 'master' of https://github.com/molstar/molstar into alpha-orbitals-density
2020-11-25 10:52:09 +01:00
Alexander Rose
468e14bc35
add fxaa option to postprocessing pass
2020-11-25 01:50:04 -08:00
David Sehnal
e2dc61212e
alpha orbitals: density proof of concept
2020-11-24 15:12:53 +01:00
David Sehnal
aa911ad4bc
viewer loadAllModelsOrAssemblyFromUrl options
2020-11-24 10:34:12 +01:00
Alexander Rose
bb5494264c
wboit tweaks and fixes
...
- disable by default for now (until we settly on aa option)
- fix depth repcision issue in large scenes
- fix wrong depth tex bound
- undo pixelScale change as it was not doing anything
2020-11-23 23:47:54 -08:00
David Sehnal
c0116a3baa
fix geometry quality access on empty structures
2020-11-23 22:38:29 +01:00
David Sehnal
9c7497b447
canvas3d: camera reset take 3
2020-11-23 22:31:37 +01:00
David Sehnal
fa3a79fdeb
fix canvas3d camera reset condition
2020-11-23 22:21:33 +01:00
David Sehnal
2987240df4
canvas3d: do not autoreset camera if the "breaking" sphere mutually overlaps with current camera sphere
2020-11-23 22:11:35 +01:00
David Sehnal
17a1640da5
1.2.0
2020-11-23 14:11:05 +01:00
David Sehnal
a86da8ee11
mp4 encoder fixes
2020-11-23 14:04:48 +01:00
David Sehnal
20e373115d
add xrayShaded option to orbital visuals
2020-11-23 13:33:28 +01:00
David Sehnal
531260fbc5
fix screenshot autocrop with transparent bg
2020-11-23 12:56:54 +01:00
David Sehnal
47a3dfcef9
enable wboit by default, use devicePixelRatio by default
2020-11-23 12:54:31 +01:00
Alexander Rose
c5ca51fd80
Merge branch 'master' into wboit
2020-11-21 23:30:37 -08:00
Alexander Rose
2f2e44c032
added xray-shaded option
...
- mesh geometry
- direct-volume geometry
- spheres geometry
2020-11-21 23:04:13 -08:00
Alexander Rose
26acb37098
remove transparency variant
...
- keep only single layer screndoor transparency
- fallback if wboit is not available
2020-11-21 22:06:35 -08:00
Alexander Rose
466308cde8
transparent object rendering improvement
...
- changed output to be pre-multiplied alpha
- point and text tweaks
- better handle opaque vs transparent volumes in blended rendering
2020-11-21 21:56:32 -08:00
Alexander Rose
dc9af9d8b0
fix drawing buffer uniform assignment
...
- fixes issues with texture fetches when size differs from canvas size
2020-11-21 11:25:41 -08:00
Alexander Rose
c17bfd65e7
ensure subtype assignment for all entities, #100
2020-11-21 11:13:15 -08:00
Alexander Rose
6de07ab8c2
interaction improvements
...
- add page xy to click event
- check if inside viewport before hover event
2020-11-21 11:11:59 -08:00
David Sehnal
0b8aab802c
StateSelection improvements
...
- add findAncestor
- add findAncestorOfType
- add findRoot
2020-11-21 12:55:35 +01:00
David Sehnal
13f28fbe33
symmetryColor representation preset option
2020-11-19 14:18:20 +01:00
David Sehnal
2eda679966
Revert "Merge pull request #98 from AronKovacs/wboit"
...
- Move to a separate branch while issues are fixed.
2020-11-19 13:10:53 +01:00
David Sehnal
35c778b644
fix use-behavior bug
2020-11-19 11:48:09 +01:00
David Sehnal
96f8ba5a80
Merge pull request #98 from AronKovacs/wboit
...
Wboit
2020-11-18 11:38:00 +01:00
AronKovacs
0daaa94958
fix tests
2020-11-17 16:15:14 +01:00
AronKovacs
e672503fda
fog patch by arose
2020-11-17 16:05:17 +01:00
AronKovacs
4d86c9e0ae
renaming and bug fixes
2020-11-16 18:08:27 +01:00
AronKovacs
80fbc474f6
Merge pull request #2 from arose/wboit
...
wip, wboit integration
2020-11-16 13:50:45 +01:00
AronKovacs
dacdc6abfc
Merge branch 'wboit' into wboit
2020-11-16 13:50:31 +01:00
Alexander Rose
58bc8b58de
wip, wboit integration
2020-11-15 19:41:25 -08:00
AronKovacs
07ead670dd
split drawpass._render() into _renderStandard() and _renderWboit()
2020-11-15 18:03:26 +01:00
David Sehnal
00fd760f71
1.1.33
2020-11-14 13:59:46 +01:00
David Sehnal
a71186905d
animation improvements/fixes
...
- added AnimateStateSnapshots
- added "getAnimationDuration" to exportable animations
2020-11-14 13:38:39 +01:00
AronKovacs
a7e0524d01
Merge pull request #1 from arose/wboit
...
tweaks and fixes
2020-11-14 12:50:34 +01:00
David Sehnal
7d7c1241d4
fix undefined navigator.clipboard
2020-11-14 10:49:56 +01:00
Alexander Rose
1f6e928d78
Merge branch 'master' of https://github.com/molstar/molstar into wboit
2020-11-13 22:23:16 -08:00
Alexander Rose
9bc256bdab
refactored wboit into seperate pass
2020-11-13 22:19:06 -08:00
Alexander Rose
734096260d
add null-texture and use for tDepth
2020-11-13 20:52:42 -08:00
Alexander Rose
1b4b6f9435
add GlobalTextureSchema missing from renderables
2020-11-13 20:51:27 -08:00
David Sehnal
54fe5c85d6
1.1.32
2020-11-13 20:31:54 +01:00
David Sehnal
f336891bf3
Merge pull request #97 from molstar/mp4-export
...
MP4 Export
2020-11-13 20:27:28 +01:00
David Sehnal
d2a3c9c61f
Merge branch 'master' of https://github.com/molstar/molstar into mp4-export
2020-11-13 20:24:48 +01:00
David Sehnal
6968959fe2
mp4 encoder fix background reset
2020-11-13 19:18:13 +01:00
David Sehnal
7749fe5000
fix encoder viewport check
2020-11-13 16:44:25 +01:00
David Sehnal
bf45d2df5d
draw screenshot preview at ~8fps
2020-11-13 15:38:48 +01:00
David Sehnal
b2222844ae
redraw preview on param change
2020-11-13 15:28:28 +01:00
Aron Kovacs
3d21f1ecc6
patch and background transparency
2020-11-13 15:01:57 +01:00
Alexander Rose
cde280de60
Merge pull request #96 from JonStargaryen/modelserverfixes
...
handle metal ions correctly for ModelServer ligand export
2020-11-12 22:02:25 -08:00
David Sehnal
9b415ddff2
screenshot frame touch support
2020-11-12 22:43:44 +01:00
David Sehnal
906c3ac2b6
screenshot fixes
2020-11-12 21:29:39 +01:00
JonStargaryen
498611d4d4
version & CHANGELOG
2020-11-12 12:02:25 -08:00
JonStargaryen
a11bc73d68
consistency
2020-11-12 11:52:10 -08:00
JonStargaryen
9616ae5d63
handle metal ion ligand export
2020-11-12 11:50:36 -08:00
Aron Kovacs
c81476d2a7
bug fixes and wboit for text and images
2020-11-12 18:31:09 +01:00
David Sehnal
397f001352
copy screenshot workaround for browsers without ClipboardItem support
2020-11-12 18:18:50 +01:00
Aron Kovacs
7edf274477
bug fixes and reenable rendering of the helpers
2020-11-12 17:13:24 +01:00
David Sehnal
3c1a26c4f5
basic overlay task support
2020-11-12 14:55:19 +01:00
David Sehnal
1c695846d5
mp4 animation export wip
2020-11-12 14:29:10 +01:00
David Sehnal
a4c6d1e0e6
mp4 export extension wip
2020-11-12 12:20:07 +01:00
David Sehnal
e51fe83800
screenshot controls
2020-11-12 11:56:41 +01:00
David Sehnal
316076d81e
screenshot: autocrop
2020-11-12 09:50:46 +01:00
Aron Kovacs
4073055d8d
better direct volume frag depth
2020-11-11 22:32:44 +01:00
David Sehnal
c6e0ec1c06
screenshot cropping
2020-11-11 20:33:08 +01:00
Aron Kovacs
49aaa48e6e
bug fixes
2020-11-11 18:53:15 +01:00
David Sehnal
0eb882883e
screenshot perf improvements
2020-11-11 17:24:12 +01:00
David Sehnal
a6c25551dd
screenshot: copy to clipboard
2020-11-11 15:17:19 +01:00
David Sehnal
0a3f73860a
mp4 encoder wip
2020-11-11 14:17:52 +01:00
David Sehnal
1de159d65c
ImagePass custom viewport
2020-11-10 15:32:55 +01:00
David Sehnal
e2c411fefe
pass state to animation teardown
2020-11-10 15:02:00 +01:00
David Sehnal
3cf1c64e12
Camera: fix "non-invertible-matrix" error when clearing state
2020-11-10 13:12:00 +01:00
David Sehnal
b159752b72
elementLabel edgecase
2020-11-10 13:08:06 +01:00
David Sehnal
0d7db59c9e
Merge branch 'master' of https://github.com/molstar/molstar into mp4-export
2020-11-10 12:48:07 +01:00
David Sehnal
a8bf90a68b
camera spin animation
2020-11-10 11:26:59 +01:00
David Sehnal
96aff39272
Canvas3d: tick manualDraw option
2020-11-10 09:42:51 +01:00
Aron Kovacs
a9ae08fc1f
linting fixes
2020-11-09 18:03:08 +01:00
Aron Kovacs
a24f989c01
Merge branch 'master' into wboit
2020-11-09 17:58:23 +01:00
Aron Kovacs
41ff45d14c
bug fixes
2020-11-09 17:54:22 +01:00
David Sehnal
6ad80bf66b
mp4 encoder animation test
2020-11-09 13:55:14 +01:00
David Sehnal
eeed48a1f7
PluginAnimationLoop
2020-11-09 13:12:06 +01:00
David Sehnal
232bc0d076
wip animation loop
2020-11-09 12:51:55 +01:00
David Sehnal
ac6b87add4
wip animation loop
2020-11-09 12:28:34 +01:00
Alexander Rose
2e3bff7d48
wip, direct-volume rendering
...
- fix cellDim uniform
- add per unit gaussian-volume
- add option to try to jump over empty space
- fix complex structure visual not reusing renderObject
- add support for instance transforms
- only raymarch within intersection of bounding sphere a clip planes
2020-11-08 17:09:42 -08:00
Alexander Rose
bd223b4c39
added multiSample helper
...
- fixes multiSample pass wih more than one viewport
2020-11-08 16:00:00 -08:00
Aron Kovacs
a75dc11427
WBOIT init
2020-11-08 20:06:01 +01:00
David Sehnal
30acaffb72
Canvas3d.setCurrentTime
2020-11-06 11:58:33 +01:00
David Sehnal
2818102b8b
tweak Camera.updateClip
2020-11-04 21:33:10 +01:00
David Sehnal
519e5a6f92
1.1.31
2020-11-04 20:49:51 +01:00
David Sehnal
071740e7c1
fix "zero radius" bounding sphere issue
2020-11-04 20:45:28 +01:00
David Sehnal
7aafb2f4c3
fix camera.near for small molecules
2020-11-04 19:50:35 +01:00
David Sehnal
3c72988d77
CreateOrbitalRepresentation3D.pickable option
2020-11-04 19:15:49 +01:00
David Sehnal
3c01dfbd42
mp4 export prototype
2020-11-04 14:34:24 +01:00
David Sehnal
3a5829aa3e
add mp4 encoder
2020-11-04 09:38:58 +01:00
David Sehnal
ffeeddb37a
debug.ts tweak
2020-11-02 21:02:23 +01:00
David Sehnal
50945493c1
fix canvas3d.setProps
2020-11-02 20:58:08 +01:00
David Sehnal
fa80c4797a
1.1.30
2020-11-02 19:19:24 +01:00
David Sehnal
650e8bf703
canvas3d.setProps fixes/improvements
2020-11-02 19:16:29 +01:00
David Sehnal
13d57737ae
mol2 schema
2020-11-02 19:09:47 +01:00
David Sehnal
a6d1a3dfdd
fix elements bounding spheres
2020-11-02 19:06:48 +01:00
David Sehnal
afffdc06e5
1.1.29
2020-11-02 14:59:32 +01:00
David Sehnal
80f1b1c795
volume-servery: local query add outputFilename param
2020-11-02 14:55:10 +01:00
David Sehnal
06111e2731
1.1.28
2020-11-02 10:45:48 +01:00
David Sehnal
adb49371bb
fix build error
2020-11-02 10:43:01 +01:00
Alexander Rose
7b726ded20
gaussian density, render to float texture when available
2020-11-01 17:11:13 -08:00
Alexander Rose
9f85a0c840
better webgl context resource encapsulation
...
- added .namedComputeRenderables, .namedFramebuffer and .namedTexture
- use for shared resourced instead of storing in closure
- required to have multiple molstar webgl contexts simultaneously
2020-11-01 16:10:13 -08:00
Alexander Rose
f92755c920
factored out Camera.targetDistance
2020-11-01 14:09:16 -08:00
Alexander Rose
d141c27765
wip, direct-volume rendering
...
- better near/far clipping plane support
- use quality props in volume representations
2020-11-01 14:08:31 -08:00
Alexander Rose
062ac65f0f
added pageX & pageY to WheelInput
2020-10-31 15:44:34 -07:00
Alexander Rose
bb420d0806
fix IndexPairBonds created with wrong count
...
- needs atom count (not bond count)
2020-10-31 15:42:18 -07:00
Alexander Rose
0018032423
detect AS and BR in guessElementSymbol
2020-10-31 15:40:46 -07:00
Alexander Rose
3dd48ac73c
render passes refactoring
...
- simpler viewport handling
- shared render targets
- stereo camera fixes & improvements
2020-10-31 15:35:50 -07:00
David Sehnal
4632a6f305
Merge branch 'master' of https://github.com/molstar/molstar
2020-10-31 20:19:37 +01:00
David Sehnal
eda570d4f1
alpha-orbitals: re-enable cutoff in GPU shader
2020-10-31 20:19:13 +01:00
Alexander Rose
b0127d746d
add bool uniform support
2020-10-31 12:10:15 -07:00
Alexander Rose
5a66ca69c4
tweaks/fixes
...
- avoid using global `name` property
- set Promise return value for TS 4.1 compat
- avoid tuple type names for TS <= 3.9 compat
2020-10-31 11:37:19 -07:00
Alexander Rose
1c17277f03
picking improvements
...
- get 3d position from depth
- option to render an object only in color pass
2020-10-31 11:34:44 -07:00
David Sehnal
d771bdc8ff
Merge branch 'master' into alpha-orbitals
2020-10-31 18:58:55 +01:00
David Sehnal
eace3f4259
alpha-orbitals: webgl1 support
2020-10-31 18:48:05 +01:00
David Sehnal
8f88da70a6
alpha-orbitals: use square texture for GPU comp
2020-10-31 18:11:34 +01:00
David Sehnal
b797be9642
alpha-orbitals: refactoring
2020-10-31 17:59:14 +01:00
David Sehnal
2395b7a10a
alpha-orbitals: force CPU computation
2020-10-31 17:08:51 +01:00
David Sehnal
0764795c08
alpha-orbitals: optimization & webgl1 support
2020-10-31 16:52:09 +01:00
David Sehnal
ea8b7a1d56
viewer.loadVolumeFromUrl
2020-10-30 11:03:21 +01:00
David Sehnal
7c6827f5f5
load all models or assembly preset
2020-10-30 10:21:26 +01:00
David Sehnal
5a6f16ef8d
viewer: option to disable volume streaming
2020-10-30 10:01:54 +01:00
David Sehnal
8dfdcdd0b7
alpha-orbitals: gpu surface option
2020-10-28 20:04:34 +01:00
David Sehnal
67a2594108
immediate mode slider, alpha-orbitals improvements
2020-10-28 19:16:53 +01:00
David Sehnal
871f9635e3
alpha-orbitals: controls
2020-10-28 18:49:25 +01:00
David Sehnal
25251f3546
Merge pull request #92 from lidaof/master
...
Add chromosome and region query for g3d format
2020-10-28 16:00:55 +01:00
David Sehnal
98824f477e
Merge pull request #94 from JonStargaryen/modelserverfixes
...
create-table: add protonation variants to cca.bcif
2020-10-27 22:26:36 +01:00
David Sehnal
aae9a117e8
alpha-orbitals: simplify shader
2020-10-27 22:23:13 +01:00
David Sehnal
452639c3ce
alpha-orbitals: unused import
2020-10-27 21:41:35 +01:00
David Sehnal
6bd45e0a9b
alpha-orbitals: improvements and fixes
2020-10-27 21:28:19 +01:00
David Sehnal
be100a3ac6
alpha-orbitals: optimize iso value computation
2020-10-27 20:09:26 +01:00
David Sehnal
96a8cd789c
alpha-orbitals: optimization
2020-10-27 17:37:30 +01:00
David Sehnal
d195e1dbf5
alpha-orbitals: gpu wip
2020-10-27 15:38:08 +01:00
David Sehnal
e6a8e788f5
alpha-orbitals: add unit test
2020-10-26 18:07:57 +01:00
David Sehnal
a755ed441e
alpha-orbitals: data model tweak
2020-10-26 15:37:52 +01:00
David Sehnal
de8f294329
alpha-orbitals extension and example
2020-10-24 16:32:40 +02:00
Daofeng Li
021171c07d
expose chroms array to G3dInfoData for later data based decoration
2020-10-23 13:36:20 -05:00
David Sehnal
013ddb72ed
multisample camera update fix
2020-10-21 09:05:48 +02:00
JonStargaryen
207c226f66
naming
2020-10-20 12:57:31 -07:00
JonStargaryen
b4ff98499b
avoid overiding of entries for atom data
2020-10-20 12:36:36 -07:00
JonStargaryen
8471d337a2
add protvar atoms to cca.bcif
2020-10-20 12:31:02 -07:00
David Sehnal
2f84b94227
Basic stereo rendering support
2020-10-20 18:36:20 +02:00
Daofeng Li
8dcd6063b7
update according to @arose's review
2020-10-20 00:08:08 -05:00
Alexander Rose
caefe7ba67
wip, direct-volume rendering
...
- volume marking
- position iterator
- trilinear position/vertex color interpolation
- fix missing update on traceOnly param change
2020-10-18 22:40:34 -07:00
Alexander Rose
ad6cebc59b
canvas3d: fixes for custom pixel-scale & viewport
2020-10-18 13:46:32 -07:00
Daofeng Li
e8d2e6d806
update chain-test as @arose suggested
2020-10-18 10:15:19 -05:00
Alexander Rose
39352c40d1
fix indention
2020-10-18 00:34:40 -07:00
Alexander Rose
9994262abc
Merge branch 'master' of https://github.com/molstar/molstar
2020-10-18 00:25:41 -07:00
Alexander Rose
5bcf923381
canvas3d: custom pixel-scale & viewport
2020-10-18 00:25:00 -07:00
Alexander Rose
ab5dd0b733
webgl & canvas3d helpers
...
- webgl.clear()
- canvas3d.pause()
- canvas3d pickScale adustable on creation
2020-10-17 12:48:01 -07:00
Alexander Rose
5a8a6310f8
webgl resource reuse improvements
...
- reuse common compute renderables
- add dRenderVariant to existing schema object
2020-10-17 12:18:52 -07:00
Alexander Rose
a634c7a587
adjust lines mapping/vertex indices
...
- to work well with position iterator for coloring
2020-10-17 11:12:37 -07:00
Alexander Rose
353c5d6d95
set TrajectoryInfo & AsymIdCount to dynamic model property
...
- fixes model-index coloring
2020-10-17 11:10:49 -07:00
David Sehnal
92698c486c
Fix MappedControl edge case
2020-10-15 09:11:06 +02:00
Daofeng Li
898dd1161d
Update g3dRegionQuery function params
2020-10-13 09:05:51 -05:00
Daofeng Li
361f289d0e
Add chromosome and region query for g3d format
2020-10-13 00:53:45 -05:00
Alexander Rose
b49d036fcd
wip, volume rendering
...
- fix, unset UNPACK_FLIP_Y_WEBGL for 3D tex
- gaussian-volume visual
- fixed, slice visual picking
- fixed, direct-volume renderable picking use depth
2020-10-12 00:35:53 -07:00
Alexander Rose
cfee9d86c0
multi-sample pass improvements & fixes
...
- use float rt when possible
- test color-float-buffer support
- fix, limit samples per frame
- include camera-helper scene
2020-10-11 23:01:00 -07:00
Alexander Rose
92622dfbd7
fix element loci .toExpression for multi model structures, #56
2020-10-10 16:55:01 -07:00
Alexander Rose
80c2876350
ui, guard focus entry list against too many items
2020-10-10 16:53:21 -07:00
Alexander Rose
fb99f6db8a
tighter spheres geo bounding sphere
2020-10-10 16:52:32 -07:00
Alexander Rose
862f8193ef
wip, direct-volume-rendering
...
- support for flip-sided and double-sided
- add single-layer isosurface option
- fix webgl1 depth pass not clearing
- fix slow out-of-bounds access when creating texture
2020-10-04 14:01:42 -07:00
Alexander Rose
490c6679eb
add support for vertex colors
...
use in color theme with
- PositionLocation
- 'vertex'/'vertexInstance' granularity
2020-10-04 00:36:34 -07:00
Alexander Rose
dd278ca964
model & repr update/selection fixes and tweaks
2020-10-03 17:27:41 -07:00
Alexander Rose
0892bb24d0
geometry building improements
...
- add and use PrimitiveBuilder.addQuad
- avoid namespace lookups for ribbon building
- allow triangluar prism
2020-10-03 11:52:31 -07:00
Alexander Rose
83ce5e9422
add config item for state history-capacity
2020-10-03 11:50:37 -07:00
Alexander Rose
c4ba92c7cb
input-observer: allow some non pritable keys
2020-10-03 11:49:53 -07:00
David Sehnal
846bdf10b0
1.1.27
2020-10-03 18:50:04 +02:00
David Sehnal
91a46ea7df
another Slider2 fix
2020-10-03 18:47:53 +02:00
David Sehnal
e4ec68a86c
1.1.26
2020-10-03 18:20:04 +02:00
David Sehnal
410655052f
fix Slider2 bug
2020-10-03 18:16:06 +02:00
Alexander Rose
17162e967a
fix create-ion, add chem-comp-dict util
2020-09-30 23:55:35 -07:00
Alexander Rose
c119a1bc21
Merge pull request #88 from McMenemy/extract_ion_names_from_ccd
...
Extract ion names from ccd
2020-09-30 23:18:41 -07:00
David Sehnal
7f2e98f714
1.1.25
2020-09-30 18:29:45 +02:00
David Sehnal
82f5d8be21
Merge pull request #89 from JonStargaryen/modelserver-transform
...
Add transform functionality to ModelServer
2020-09-30 18:24:15 +02:00
JonStargaryen
73fa675346
version & CHANGELOG
2020-09-30 09:15:26 -07:00
JonStargaryen
1f2812b2e3
standardize QueryParamType
2020-09-30 08:56:25 -07:00
JonStargaryen
6f05179db8
remove createMat4
2020-09-30 08:38:12 -07:00
McMenemy
fc8848e97c
revert release filter
2020-09-29 21:43:39 -07:00
JonStargaryen
b991102bfa
rename param info
2020-09-29 12:24:22 -07:00
JonStargaryen
e3768805a6
rename to transform
2020-09-29 12:21:52 -07:00
JonStargaryen
cdb65665a6
transform
2020-09-29 11:33:05 -07:00
David Sehnal
3765bc410c
1.1.24
2020-09-29 18:58:15 +02:00
David Sehnal
69bbd76f33
mol-plugin: fix initViewer when settings canvas3d props in spec
2020-09-29 18:54:32 +02:00
McMenemy
b61b3e1115
fix linter error
2020-09-29 08:53:26 -07:00
McMenemy
835f717e47
only keep REL ions
2020-09-29 08:35:51 -07:00
McMenemy
6a35a3ece0
change date to 2020
2020-09-28 19:41:45 -07:00
McMenemy
518621a1bd
add command to README.md
2020-09-28 16:28:48 -07:00
McMenemy
51acfa1dce
revert package-lock.json changes
2020-09-28 16:26:46 -07:00
McMenemy
5be6c9176a
move to separate script
2020-09-28 16:23:19 -07:00
David Sehnal
dfa83c94f7
ParamDefinition.ValueRef defaultRef option
2020-09-28 21:12:21 +02:00
David Sehnal
67aedd4770
ParamDefinition.ValueRef
2020-09-28 20:20:20 +02:00
David Sehnal
346eb59da9
color list value offset support
2020-09-28 14:05:42 +02:00
Alexander Rose
3195594ef3
Merge branch 'master' of https://github.com/molstar/molstar
2020-09-27 23:56:54 -07:00
Alexander Rose
489b412308
wip, direct-volume rendering
...
- separate pass to check against depth texture
- support precalculated normals
- shading in volume mode
- fixed orthographic projection
- fixed skewed grid (David)
- step size prop
- isosurface picking (needs more work)
2020-09-27 23:56:06 -07:00
Alexander Rose
2d0e8d4ca0
geo & repr data update tweaks
2020-09-27 12:12:11 -07:00
Alexander Rose
27f94c81a2
applied event for animation manager
2020-09-27 12:08:48 -07:00
Alexander Rose
1e865ecacc
key event for input-observer
2020-09-27 12:08:27 -07:00
McMenemy
f293a02485
better arg help text
2020-09-25 20:13:33 -07:00
McMenemy
ddf00600c6
add command to README.md
2020-09-25 20:00:52 -07:00
McMenemy
88cd639493
add code generated types ion file
2020-09-25 19:37:06 -07:00
McMenemy
0a30ed45f9
first pass working extracting ion names
2020-09-25 19:17:42 -07:00
Josh McMenemy
b5b282c141
Merge pull request #1 from molstar/master
...
merge molstar master
2020-09-25 16:57:50 -07:00
JonStargaryen
e3cf4e928e
propagate
2020-09-21 15:33:10 -07:00
JonStargaryen
d8a08ef900
normalize query param
2020-09-21 13:54:22 -07:00
JonStargaryen
8b8f3bf492
query param def for transformation matrix
2020-09-21 13:28:22 -07:00