Search found 11 matches
- Sun Jul 04, 2004 4:38 am
- Forum: Project Announcements
- Topic: Dark Reign 3 - An RTS for the Future - Based on the Past...
- Replies: 63
- Views: 25986
- Sun Jul 04, 2004 2:52 am
- Forum: Project Announcements
- Topic: Dark Reign 3 - An RTS for the Future - Based on the Past...
- Replies: 63
- Views: 25986
- Thu Jul 01, 2004 3:10 am
- Forum: Beginners Help
- Topic: Engine Choices - Not Sure Which Way To Go
- Replies: 17
- Views: 2268
- Wed Jun 30, 2004 1:51 am
- Forum: Beginners Help
- Topic: Oceans
- Replies: 7
- Views: 862
- Wed Jun 30, 2004 12:58 am
- Forum: Beginners Help
- Topic: Oceans
- Replies: 7
- Views: 862
Yes, comparing IrrLicht and OGRE is almost like apples and oranges. They weren't made with exactly the same purpose and goal.
But yes, VERY difficult to set up and currently you can only set it up in VC++, now, there is a method that works with DevC++ but it does not support the latest version(so ...
But yes, VERY difficult to set up and currently you can only set it up in VC++, now, there is a method that works with DevC++ but it does not support the latest version(so ...
- Wed Jun 30, 2004 12:48 am
- Forum: Beginners Help
- Topic: Oceans
- Replies: 7
- Views: 862
OGRE is a very clean engine that comes close to/is on par with graphics engines used in commercial games, BUT it is hard to learn (much harder than IrrLicht), although, it adds much more features/flexibility for this payoff.
I chose IrrLicht because I am not as advanced a programmer and have never ...
I chose IrrLicht because I am not as advanced a programmer and have never ...
- Wed Jun 30, 2004 12:42 am
- Forum: Beginners Help
- Topic: Error when running 2nd tutorial program
- Replies: 5
- Views: 566
- Wed Jun 30, 2004 12:37 am
- Forum: Beginners Help
- Topic: Error when running 2nd tutorial program
- Replies: 5
- Views: 566
I just tried this:
and it worked...
Do you really have to use forward slashes as opposed to any type you want? No biggie, really, but it seems like a weird limitation to me.
Thanks for advice thesmileman!
Code: Select all
C:/Testproj/media/...
Do you really have to use forward slashes as opposed to any type you want? No biggie, really, but it seems like a weird limitation to me.
Thanks for advice thesmileman!
- Wed Jun 30, 2004 12:26 am
- Forum: Beginners Help
- Topic: Oceans
- Replies: 7
- Views: 862
- Wed Jun 30, 2004 12:06 am
- Forum: Advanced Help
- Topic: collision detection
- Replies: 5
- Views: 1426
- Tue Jun 29, 2004 11:17 pm
- Forum: Beginners Help
- Topic: Error when running 2nd tutorial program
- Replies: 5
- Views: 566
Error when running 2nd tutorial program
Hi, I'm a newomer here and I want to get started in 3d programming using IrrLicht.
Anyway, I did the second tutorial on loading a Quake 3 map. I get this error message in the console:
"Could not load texture because mesh could not be loaded: 20kdm2.bsp."
Here is my code:
//Load Quake3 Map ...
Anyway, I did the second tutorial on loading a Quake 3 map. I get this error message in the console:
"Could not load texture because mesh could not be loaded: 20kdm2.bsp."
Here is my code:
//Load Quake3 Map ...