Search found 1 match
- Sun Nov 24, 2019 8:21 pm
- Forum: Libraries and Tools
- Topic: Groverburger's 3D Engine (g3d) v1.5.2 Release
- Replies: 218
- Views: 508946
Re: Groverburger's Super Simple 3D Engine - v1.3
Awesome engine! Small problem on my end, I can't seem to add another shader on top of it, I'm trying to add overlay on my game, but it's not using my shader, even when using a canvas! https://github.com/dmoa/juice/blob/master/main.lua EDIT: GOT IT WORKING! Saved canvas state, and drew it later. I ha...