Paul Pillot
Paul Pillot
Note also that former components are not removed from the stage with this implementation, and that the default representation (the grey balls around pseudo atoms) remains as well. A representation...
Thanks for this. I did a first pass at investigating this last week. This is related to a change in the bundling system. The esm module that is loaded in...
Solved with #1040
Thanks @fredludlow for the testing! I've fixed the issues you've noticed wrt fragments (slice representation and cylinders+hyperballs impostors) The point representation example works at first try, but not after I've...
An update on the upgrade I've been through every example from the application. The remaining issues that I can see are: - dot representation: the `forceTransparent` option must be enabled,...
Thanks @fredludlow and @garyo ! Sounds like we have a plan! Here is a detailed view for the issue with the points representation. We can see that every dot is...
@fredludlow this was observed with the representations/lines example In this example there are point representations to complement the lines at the spots where the atoms lie. I think that the...
Did some work to implement the linear workflow. The issue with the lightning has been addressed using a DirectionalLight instead of the previous spotlight. Most of the changes regarding the...
I've found a way to make the conversion to linear colour space without resorting to the decorator and double conversion. The "only" issue that remains is the antialias processing which...
Continued the upgrade and the investigations. A major bug remains in relation with the supersampling (used for antialiasing) when using semi-transparent materials. The material appear very shiny. Here is the...