On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Such an awesome shader! Easy to import, use and customize, perfect for poor silly devs like me which can't grasp the cool sorcery that shaders are.

I'm currently trying out Horri-fi on a 3d game and I'm having trouble drawing GUI text (looks like the culling mode is affecting the shader). Is there some specific stuff I need to know when using Horri-fi in a 3d environment?


Again, kudos to you and thanks for sharing your knowledge with everyone!

Hey thanks! :)

Uhm, no it should work fine, so long as you are making sure to reset your matrix and shader in the draw events. If you think it's the culling, turn culling to cull_noculling in the beginning of the gui and then turn it back on after your gui code. 

Hope this helps! :)

(+1)

Thanks for replying, I was sure it was something I did, but preferred to ask nonetheless just to be sure.

Again, thanks a lot! Horri-fi is great!