Tksuoran,
Thank you a lot, now thinking about it's obvious. Got it working before the second frame - didn't had stencil test enabled. Now got to figure out what's not letting it happen before the...
Type: Posts; User: JaakK
Tksuoran,
Thank you a lot, now thinking about it's obvious. Got it working before the second frame - didn't had stencil test enabled. Now got to figure out what's not letting it happen before the...
Well, when I start the game, in order to draw white balls onto the screen, I'm using a texture of that impression multiple times. To draw it inside a texture I switch my viewport to 64 X 64 pixels,...
Hi,
To make my maze type game faster I decided to put my drawed ball inside a texture, because i have to draw it otherwise once for every room and I'm drawing it like a concave polygon using the...