Gianluca Tomasello

Results 52 issues of Gianluca Tomasello

I noticed this blending issue while playing with the shader ![image](https://github.com/molstar/molstar/assets/20627977/1389c96a-a97e-458d-a0e6-996239cda622)

enhancement

@corredD @arose Shouldn't it be conceptually better to use getMappedDepth instead of getDepth during normal evaluation inside ```viewNormalAtPixelPositionAccurate``` ? I did some tests and there are appreciable differences

question

It seems there are unused variables and uniforms inside ```getOutline``` funciton in ```postprocessing.frag```. I tested outlines behavior with the commented out lines and everything seems to work fine (on opaque...

Here is what happens on Chrome if I try to rotate the view while changing trajectory frames. My current version is Version 126.0.6478.126 (Official Build) (64-bit) On Firefox it works...

question

I have found an issue on celShading in this configuaration: ``` metalness: 1 roughness: 0 ``` ![image](https://github.com/molstar/molstar/assets/20627977/f03766f8-43cb-40f9-acbb-9f4540c105f1)

non-occluded pixels are fixed on the screen when moving the camera. (pixels position depends on window size and resolutionScale) Here is a state to hopefully reproduce ( my window size...

bug

When an opaque object intersects with a transparent object, outlines from opaque object are transparent. Is this something wanted? ![image](https://github.com/molstar/molstar/assets/20627977/6b193af1-0edc-4443-99b9-63339c6a049b)

bug
enhancement

# Description ### **Implement transparent ssao** 1. Added options to toggle ssao on transparency / opacity 2. Added option to toggle single / double texture approach ![image](https://github.com/user-attachments/assets/9e245e56-8033-4d42-924f-5e24128289b7) ## Actions -...

Here is a [test.molj](https://github.com/user-attachments/files/17365546/test.molj.txt) state to reproduce ![image](https://github.com/user-attachments/assets/2cd11977-8ad1-4355-ae11-ace0aacd0d1a)

Just noticed that when I try to add / remove lights on the mesoscale explorer app the canvas turns black until an interaction occurs.