alexlarsson / gthree

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

WIP: Add support for multi sample anti aliasing #89

Open lw64 opened 1 year ago

lw64 commented 1 year ago

I replaced the #ifdef TODO sections with the code translated to C.

The problem is only that it seems to not work, and I don't know how to debug it or find out what is wrong somehow.

For testing I changed the value given to gthree_render_target_new in the effects.c example to something more than 0. But the cube is only white.