Changes

1,068 bytes added ,  10:41, 29 September 2009
Line 50: Line 50:     
:: Thanks ^_^ and whats zbuffer? is it a program? oh and how did you make the Draw grey stage? is it possible to make Textures/Decals for to put on it? I think the game needs to be flashy like good looking not just black screen and white writing (are you working on making it flashy?)Oh and the idea for a background on the Guitarfun stage was just an idea to make it look a little better instead of a black backgound. Nice work on the game anyways ^_^ --[[User:Labtech9998|Labtech9998]] 00:46, 29 September 2009 (UTC)
 
:: Thanks ^_^ and whats zbuffer? is it a program? oh and how did you make the Draw grey stage? is it possible to make Textures/Decals for to put on it? I think the game needs to be flashy like good looking not just black screen and white writing (are you working on making it flashy?)Oh and the idea for a background on the Guitarfun stage was just an idea to make it look a little better instead of a black backgound. Nice work on the game anyways ^_^ --[[User:Labtech9998|Labtech9998]] 00:46, 29 September 2009 (UTC)
 +
 +
::: Hihi. No the zbuffer is not a program. Wikipedia has a complicated page about it: http://en.wikipedia.org/wiki/Z-buffering
 +
::: Basic idea is that with zbuffering it does not mather if you draw the front object or the back object first. However, now you draw an transparent object in front and then an object behind it. The zbuffer then 'thinks' there is an object in front of the back object (as it does not know the transparency) and then does not draw the back object behind the front object. It's a basic principle of realtime 3D rendering. --[[User:Daid|Daid]] 08:41, 29 September 2009 (UTC)
 +
::: If you want to replace the gray stage with textured pieces then you need to replace the "drawQuad" with "drawTexture" --[[User:Daid|Daid]] 08:41, 29 September 2009 (UTC)
 +
::: I'm not an graphical artist, sadly enough. But yes, the game could use more flashy graphics. So anyone willing to contribute new gfx is welcome. I'll add a background picture in the menus for the next version so that can be customized.  --[[User:Daid|Daid]] 08:41, 29 September 2009 (UTC)
    
== A Restart button when pausing! ==
 
== A Restart button when pausing! ==
354

edits