overlapping images

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
communism
Posts: 8
Joined: Tue Mar 13, 2012 1:59 pm

overlapping images

Post by communism »

I was just wondering, I'm using IGUIImage to place an image onto the screen and I want to put another on top of the first. Is there a way to set the Z value of a 2d image? Do have to call them in a certain order? Any help would be vastly appreciated.
serengeor
Posts: 1712
Joined: Tue Jan 13, 2009 7:34 pm
Location: Lithuania

Re: overlapping images

Post by serengeor »

Well the first added, should be the first drawn. And I'm sure if you would look around documentation IGUIElement or IGUIEnvironment has a function 'bringToFront' or something similar.
Working on game: Marrbles (Currently stopped).
Post Reply