Search found 10 matches
- Thu Jul 21, 2005 6:29 am
- Forum: Project Announcements
- Topic: Blender DirectX Exporter update (Version 1.3.1)
- Replies: 24
- Views: 6331
- Wed Jul 20, 2005 9:46 pm
- Forum: Project Announcements
- Topic: Blender DirectX Exporter update (Version 1.3.1)
- Replies: 24
- Views: 6331
- Wed Jul 20, 2005 7:07 pm
- Forum: Project Announcements
- Topic: Blender DirectX Exporter update (Version 1.3.1)
- Replies: 24
- Views: 6331
- Wed Jul 20, 2005 11:48 am
- Forum: Beginners Help
- Topic: tools for landscape
- Replies: 7
- Views: 449
If you want to create terrain, take a look at tutorial 12:
http://irrlicht.sourceforge.net/tut012.html
Hope that helps!
http://irrlicht.sourceforge.net/tut012.html
Hope that helps!
- Tue Jul 19, 2005 11:20 am
- Forum: Beginners Help
- Topic: MD2 Animation question
- Replies: 3
- Views: 262
- Tue Jul 19, 2005 10:36 am
- Forum: Beginners Help
- Topic: Basic C++ optimization question
- Replies: 5
- Views: 354
The point of using a local variable is readability in most cases. Also, in your example, if you wanted to change the value from 1600 to 1500, you can simply change the variable instead of all the hard-coded numbers. From a performance point of view I don't see much point in using the variable. The c...
- Mon Jul 18, 2005 9:17 pm
- Forum: Beginners Help
- Topic: Facing of a model
- Replies: 3
- Views: 293
- Mon Jul 18, 2005 6:22 pm
- Forum: Beginners Help
- Topic: Facing of a model
- Replies: 3
- Views: 293
Facing of a model
Hi all, I'm currently working on getting my keyboard IO set up. Basically I have a 3rd person view and want my character to go foward when the forward key is pressed (usually w). My problem now is in determining the direction in which the model is facing. I use core::vector3df dir(sin(mesh->getRotat...
- Sun Jul 10, 2005 11:31 am
- Forum: Project Announcements
- Topic: Mupolis engine, known earlier as Virtual City, site moved!
- Replies: 59
- Views: 10145
Works fine on my laptop, Centrino 1.5 and Radeon 9600... I assume my PC at work can't execute any Irrlicht demos, as it is build for professional work, as you said. Would you explain anything technical on how you handle the level and the editor? Or is it top secret? I'm kind of interested in it, as ...
- Thu Jul 07, 2005 6:44 am
- Forum: Project Announcements
- Topic: Mupolis engine, known earlier as Virtual City, site moved!
- Replies: 59
- Views: 10145
I downloaded the demo herer at work, but when I tried to run it it crashed. The desktop stayed at the set resolution (800x600x4!) and wouldn't even let me switch to my usual higher resolutiuon, as Windows did not recognize my monitor anymore. So, I had to use the device mnager to scan for new hardwa...