Hi !
what's happen if i draw a gfx object (plot a point, draw an image) outside the screen ?
1 - bmax test that this object is outside the screen and not draw it, in fact do nothing. No collision check too. Cool !
2 - bmax draw it, but you can't see it, coz it outside the screen ;-). It also perform collision tests...
I ask this because i drawing some objects outside the screen in my tiled spaceship vertical scrolling game. in my mind bmax use 1). Just want to know if i must check gfx outside the screen if it is 2) and have a better framerate !!!
Thanks !
what's happen if i draw a gfx object (plot a point, draw an image) outside the screen ?
1 - bmax test that this object is outside the screen and not draw it, in fact do nothing. No collision check too. Cool !
2 - bmax draw it, but you can't see it, coz it outside the screen ;-). It also perform collision tests...
I ask this because i drawing some objects outside the screen in my tiled spaceship vertical scrolling game. in my mind bmax use 1). Just want to know if i must check gfx outside the screen if it is 2) and have a better framerate !!!
Thanks !