Ywa Posted October 7, 2014 Posted October 7, 2014 Hi folks, I'm trying to draw some text on top of my 3D world. I have my rendering code after my world update & render, but it still only shows my 2D stuff with a black background. I've read about PostRender hooks, but it only seems to be available to entities. How can I fix this to work with my normal game logic? Because adding a chat via an entity doesn't seem to make much sense to me. Thanks in advance. Quote
Einlander Posted October 8, 2014 Posted October 8, 2014 Don't forget to change the blend mode before you draw to the screen. http://www.leadwerks.com/werkspace/page/documentation/_/command-reference/context/contextsetblendmode-r803 Quote
gamecreator Posted October 8, 2014 Posted October 8, 2014 He posted twice and it looks like he got help here (though I was going to post what you posted before). 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.