alexlarsson / gthree

Gthree is a GObject/Gtk+ port of three.js
MIT License
84 stars 13 forks source link

GthreePoint depth handling #42

Closed alexlarsson closed 4 years ago

alexlarsson commented 5 years ago

In the points example, some of the flakes combine correctly, but some overwrite the ones behind them even in the area where the map is transparent. Disabling depth tests doesn't seem to fix it, but depth_write does (although that has other issues).