Hi Guys,
Well, I started in Irrlicht about 4 months ago and wrote a couple 2D kids games without much trouble. I decided about 1 montn ago, I would try Ogre.
Well, it took me a week to get a 2D pic displayed and I blew two more weeks or so trying to get OpenGUI to work, which I never did.
Ogre ...
Search found 17 matches
- Sat May 19, 2007 1:30 am
- Forum: Open Discussion and Dev Announcements
- Topic: Started in Irrlicht, tried Ogre and came back to Irrlicht
- Replies: 8
- Views: 3258
- Tue Apr 17, 2007 12:44 am
- Forum: Beginners Help
- Topic: draw2DImage update rate varies with window size?
- Replies: 6
- Views: 797
- Mon Apr 16, 2007 3:00 am
- Forum: Beginners Help
- Topic: draw2DImage update rate varies with window size?
- Replies: 6
- Views: 797
- Mon Apr 16, 2007 2:34 am
- Forum: Beginners Help
- Topic: draw2DImage update rate varies with window size?
- Replies: 6
- Views: 797
draw2DImage update rate varies with window size?
Hi Guys,
I have a rectangle moving across the screen, left to right. Nothing fancy.
When I create my device with a size of 800 X 600 for the window, my rectangle moves across the screen at a reasonable rate.
When I create the device with a size of 1200 X 1000, the rectangle moves across the ...
I have a rectangle moving across the screen, left to right. Nothing fancy.
When I create my device with a size of 800 X 600 for the window, my rectangle moves across the screen at a reasonable rate.
When I create the device with a size of 1200 X 1000, the rectangle moves across the ...
- Sun Apr 01, 2007 2:45 am
- Forum: Beginners Help
- Topic: Redirect: C++ Question [Delete me!]
- Replies: 3
- Views: 438
- Thu Mar 22, 2007 1:28 am
- Forum: Beginners Help
- Topic: 2D Image rendering problem (addImage)
- Replies: 4
- Views: 515
- Thu Mar 22, 2007 1:06 am
- Forum: Beginners Help
- Topic: 2D Image rendering problem (addImage)
- Replies: 4
- Views: 515
2D Image rendering problem (addImage)
Hi Guys,
I'm putting an image in 2d at the top of a Irrlicht device window. Here is where I create the device:
video::E_DRIVER_TYPE driverType = video::EDT_DIRECT3D9;
device = createDevice(driverType, core::dimension2d<s32>(800, 600));
I'm using virtual IGUIImage* irr::gui::IGUIEnvironment ...
I'm putting an image in 2d at the top of a Irrlicht device window. Here is where I create the device:
video::E_DRIVER_TYPE driverType = video::EDT_DIRECT3D9;
device = createDevice(driverType, core::dimension2d<s32>(800, 600));
I'm using virtual IGUIImage* irr::gui::IGUIEnvironment ...
- Sat Mar 17, 2007 5:11 pm
- Forum: Beginners Help
- Topic: Listbox event question
- Replies: 3
- Views: 617
- Sat Mar 17, 2007 4:39 am
- Forum: Beginners Help
- Topic: Listbox event question
- Replies: 3
- Views: 617
Listbox event question
Hi Guys,
I have a listbox event coming in. I'm getting separate events for separate listboxes. All is good.
Question:
How do I tell which item in the listbox has been selected? For example, If I have a listbox with "Yes" and "No" items and I select "Yes" to get the event, How do I know this event ...
I have a listbox event coming in. I'm getting separate events for separate listboxes. All is good.
Question:
How do I tell which item in the listbox has been selected? For example, If I have a listbox with "Yes" and "No" items and I select "Yes" to get the event, How do I know this event ...
- Fri Mar 16, 2007 2:31 pm
- Forum: Game Programming
- Topic: Unknown wave header in file
- Replies: 2
- Views: 2249
- Fri Mar 16, 2007 12:41 am
- Forum: Game Programming
- Topic: Unknown wave header in file
- Replies: 2
- Views: 2249
Unknown wave header in file
Here is my error in Visual Studio 2005
Unknown wave header in file
Could not open audio stream for sound file: ../sounds/ophelia.mp3
When I run the 3dsound tutorial, the ophelia.mp3 file plays fine. However, when I put it into my code, I get the above error. BTW, my code plays back a .wav file ...
Unknown wave header in file
Could not open audio stream for sound file: ../sounds/ophelia.mp3
When I run the 3dsound tutorial, the ophelia.mp3 file plays fine. However, when I put it into my code, I get the above error. BTW, my code plays back a .wav file ...
- Mon Mar 12, 2007 8:46 pm
- Forum: Beginners Help
- Topic: Minimizing windows
- Replies: 3
- Views: 432
- Mon Mar 12, 2007 3:35 pm
- Forum: Beginners Help
- Topic: Minimizing windows
- Replies: 3
- Views: 432
- Mon Mar 12, 2007 3:08 am
- Forum: Beginners Help
- Topic: Minimizing windows
- Replies: 3
- Views: 432
Minimizing windows
Hi Guys,
I see the engine has a setResizeable method for Irrlicht windows. Is there a similar method for minimizing windows? I've noticed that when I use the setResizeable, the minimize functionality is shown but grayed out.
I want full windows functionality.
thanks
Kevin
I see the engine has a setResizeable method for Irrlicht windows. Is there a similar method for minimizing windows? I've noticed that when I use the setResizeable, the minimize functionality is shown but grayed out.
I want full windows functionality.
thanks
Kevin
- Thu Mar 08, 2007 5:06 pm
- Forum: Beginners Help
- Topic: Movement tutorial taking down machine
- Replies: 2
- Views: 526