g3n / engine

Go 3D Game Engine (http://g3n.rocks)
https://discord.gg/NfaeVr8zDg
BSD 2-Clause "Simplified" License
2.79k stars 295 forks source link

Add gls framebuffer methods from #190 #227

Closed maugre closed 2 years ago

maugre commented 3 years ago

I decided to revert the changes to material/texture in #190 since I'll need the framebuffers part of that commit at some point.

The method to access material textures discussed in #190 is implemented in #224, which was the purpose of the partial revert in this set.