Search found 5 matches
- Fri Jun 15, 2007 9:05 pm
- Forum: Beginners Help
- Topic: UserInterface tutorial freezes!
- Replies: 1
- Views: 124
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_...
- Wed Jun 13, 2007 3:48 pm
- Forum: Beginners Help
- Topic: GUI Skins
- Replies: 3
- Views: 448
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.
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.
- Wed May 30, 2007 4:02 pm
- Forum: Beginners Help
- Topic: Distorted images being displayed in a demo
- Replies: 4
- Views: 184
- Wed May 30, 2007 1:59 pm
- Forum: Beginners Help
- Topic: Distorted images being displayed in a demo
- Replies: 4
- Views: 184
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...
- Wed May 30, 2007 10:55 am
- Forum: Beginners Help
- Topic: Distorted images being displayed in a demo
- Replies: 4
- Views: 184
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 ...