GU Sprites

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
siberianstar
Posts: 70
Joined: Thu Jun 22, 2006 9:24 pm

GU Sprites

Post by siberianstar »

Can someone post me a code to draw a black rectangle (size and position is not important) on the screen with GU (without using texture)?
siberianstar
Posts: 70
Joined: Thu Jun 22, 2006 9:24 pm

Post by siberianstar »

Please someone help me :(
chp
Posts: 313
Joined: Wed Jun 23, 2004 7:16 am

Post by chp »

Take a look at the blit-sample? the simpleBlit() call does just that, disable texturing and set the color to black and you're there.
GE Dominator
siberianstar
Posts: 70
Joined: Thu Jun 22, 2006 9:24 pm

Post by siberianstar »

i've solved
Post Reply