Search found 153 matches

by shurijo
Sun Feb 22, 2004 7:23 pm
Forum: Beginners Help
Topic: IGUIImage larger than 256x256?
Replies: 3
Views: 617

IGUIImage larger than 256x256?

Hi, I'm having a strange problem... I have an image (like splash screen image) that is bigger than 256x256 (JPEG). When I use img->setImage( driver->getTexture(".//data//gfx//whatever.jpg")), it looks very pixelated. However, if I crop it down to 256 and then use the exact same command, it...
by shurijo
Sat Feb 21, 2004 3:24 am
Forum: Beginners Help
Topic: Clearing Gui Env or Removing GUI element?
Replies: 3
Views: 443

Thanks.

Is there a way to clear the entire GUI environment, without looping through each element?

I was able to use that information and just loop through each item in the environment. Thanks for the help.
by shurijo
Sat Feb 21, 2004 3:12 am
Forum: Beginners Help
Topic: Clearing Gui Env or Removing GUI element?
Replies: 3
Views: 443

Clearing Gui Env or Removing GUI element?

Hi all, I'm another Irrlicht developer newbie with an easy question... I have created an IRR device with GUI elements (all of that works) with events, etc. Now, I want to clear all of the GUI elements, so I can add other GUI items. How can I clear/drop the entire GUI environment or remove an individ...