Re: Fail to run a depth peeling example
Posted by
Martin on
Dec 15, 2021; 4:31pm
URL: https://forum.jogamp.org/Fail-to-run-a-depth-peeling-example-tp3715480p4041542.html
Hi,
For those interested in the depth-peeling example discussed above, note that some changes were required to run on computer not having an NVidia GPU.
I made the changes in Jzy3D integration - which can be reviewed
here. There is a good web page summarizing all the required changes
here. The examples can be run from Jzy3D
here.
Comparing results on a macOS with NVidia GPU and the other one with the M1 chip, I noticed that
- Only one peeling algorithm really work on M1 (weighted average peeling).
- 3/4 peeling algorithm work on Ubuntu 20 running + Intel Iris as well as macOS 10.12+NVidia (weighted sum peeling makes overlapping fragments of geometries with alpha look black)