Search found 11 matches
- Wed Mar 21, 2007 10:56 am
- Forum: Beginners Help
- Topic: Collisions
- Replies: 1
- Views: 288
Collisions
Hey, all. I was just wondering, what kind of collision solutions are everyone using for their games? Bounding box, or something more complex? I'm not doing physics, but I'm trying to see what my options are for collision tests...
- Wed Feb 14, 2007 2:46 am
- Forum: Game Programming
- Topic: Lightmaps not saving in irredit
- Replies: 0
- Views: 1315
Lightmaps not saving in irredit
Hi, I'm having some problems with lightmaping in irredit. I've got a simple scene, with a mesh. I use the lightmapper, and I see the light maps generated, both on the viewscreen and on the list of textures. The list of textures shows the generated lightmaps as "#unsaved_lightmap1". So far, so good ...
- Wed Nov 16, 2005 2:58 am
- Forum: Open Discussion and Dev Announcements
- Topic: Textures?
- Replies: 3
- Views: 467
Textures?
I was wondering, when you guys make textures for your meshes, about how large are the textures? 128x128? 256x256? Do you use just one per mesh, or several? I'm just curious what people use, and their opinions on the balance between performance and visual quality.
- Sun Nov 13, 2005 7:46 pm
- Forum: Beginners Help
- Topic: Creating a node using relative transformation
- Replies: 1
- Views: 330
Creating a node using relative transformation
I've got a scenenode that moves around the screen. This node can shoot bullets in whatever direction it is facing. What I want is to create a new node for the bullet that uses the gun node's position and rotation. However, I don't want the bullet to be a child of the gun node, because then if the ...
- Sat Oct 29, 2005 7:28 pm
- Forum: Open Discussion and Dev Announcements
- Topic: Fantasy Town Theme Pack
- Replies: 6
- Views: 651
- Mon Oct 24, 2005 12:00 am
- Forum: Beginners Help
- Topic: Mindfloaters Blender->.X problems
- Replies: 4
- Views: 319
- Sun Oct 23, 2005 11:01 pm
- Forum: Beginners Help
- Topic: Mindfloaters Blender->.X problems
- Replies: 4
- Views: 319
Mindfloaters Blender->.X problems
I've been trying out the Blender (version 2.37) to .X exporter at mindfloaters that has been talked about on the forum. It's great, but I'm having a problem getting key-framed animations exported. I create key framed animations, and use the exporter with animations turned on in the config dialog ...
- Mon Oct 17, 2005 10:10 pm
- Forum: Project Announcements
- Topic: Color Matching Game
- Replies: 23
- Views: 2692
- Sun Oct 16, 2005 9:38 pm
- Forum: Project Announcements
- Topic: Color Matching Game
- Replies: 23
- Views: 2692
- Wed Oct 12, 2005 1:17 am
- Forum: Project Announcements
- Topic: Color Matching Game
- Replies: 23
- Views: 2692
Color Matching Game
Hi, all. I did a simple color matching game to give myself an introduction to Irrlicht. I also did a post-mortem where I wrote down some game design lessons learned from the game. Both the source code and the post-mortem can be found at http://fractalspace.com/irrlicht/colormatch.zip . I hope it ...
- Sat Sep 03, 2005 3:06 pm
- Forum: Beginners Help
- Topic: Collision Choices Question
- Replies: 2
- Views: 448
Collision Choices Question
I'm fiddling around with Irrlicht, and I'd like to have a method of doing collision between the a mesh that the player controls, and the animated meshes of the various enemies. I'm looking for a collision solution, but I'm not sure what my best move would be. I could just use the aligned bounding ...