Search found 5 matches

by mbosticky
Fri Jun 15, 2007 9:05 pm
Forum: Beginners Help
Topic: UserInterface tutorial freezes!
Replies: 1
Views: 118

UserInterface tutorial freezes!

Hi all, I have tried using the UserInterface tutorial to learn a bit about irrlicht engine and its GUI. But i found that the GUI interface freezes arbitrarily (as far as i can tell). I checked and found that when this happens the MyEventReceiver still receives messages from the mouse like EET_MOUSE_...
by mbosticky
Wed Jun 13, 2007 3:48 pm
Forum: Beginners Help
Topic: GUI Skins
Replies: 3
Views: 445

GUI Skins

Hi guys,

is it easy to create your own skins with the engine GUI library? i has a quick look but could not see where to start with customisation.

Cheers, Martin.
by mbosticky
Wed May 30, 2007 4:02 pm
Forum: Beginners Help
Topic: Distorted images being displayed in a demo
Replies: 4
Views: 177

hmm, but what if i wanted to create a cusom widget that is a non-standard size? tricks of the trade i suppose
by mbosticky
Wed May 30, 2007 1:59 pm
Forum: Beginners Help
Topic: Distorted images being displayed in a demo
Replies: 4
Views: 177

Great this works. Thanks very much for ur help Eigen. I assume that they have to be powers of 2 in order to aid optimisation of the 3d accelerated cards? Since the engine resizes an image if i is not power of 2 on either axis, does that mean that all images must be 2^nx2^m? What if i want an image w...
by mbosticky
Wed May 30, 2007 10:55 am
Forum: Beginners Help
Topic: Distorted images being displayed in a demo
Replies: 4
Views: 177

Distorted images being displayed in a demo

Hi all, Hi, I am new to irrlicht and 3D technology but not to C++ programming. I have done some tutorials etc on irrlicht. I have this problem with displaying images: I modified the user interface tutorial (05.UserInterface) and replaced the logo with my own image. In windows explorer I can see the ...