Alexander Rose

Results 331 comments of Alexander Rose

> I noticed some artifacts related to resolution scale. Right that is due to getting the normal from derivatives. It is OK for 0.5 and 0.25. Maybe we should just...

> What about halving automatically resolution scale when outlines are enabled? Nice idea, but I would not want to do that generally, it looses too much detail. It can be...

@dsehnal @papillot I think you have access to laptops with high devicePixelRatio. Would you mind trying this branch and report on performance? Thanks!

Those buttons are svg, just use your browser dev tools inspect option. In molstar the svg is in src\mol-plugin-ui\controls\icons.tsx together with the source of the icons.

quickly, this #1386 fixes `build/tests/?name=render-structure-grid` for me (old Pixel phone)

we are using jest with esbuild now which has good performance

Hi, you want to use `alignAndSuperpose` (does sequence alignment and uses that to guide 3d superposition) not just `superpose` (assumes input is pairs of positions and 3d superposes those).

This uses the mapping provided by SIFTS to guide the 3d superposition. It work when you have multiple structures for the same uniprot id plus you have extra sifts categories...

@papillot yes, the hydrogens are not use for the calculation but only for display. You can switch it of by setting the ignoreHydrogens param in the Non-covalent Interaction representation. I'd...