Search found 34 matches

by Panther
Sun Jun 25, 2006 10:29 pm
Forum: Bug reports
Topic: Bug in loading 2 textures with the same name
Replies: 8
Views: 1224

Bug in loading 2 textures with the same name

It looks like Irrlicht has a bug where, when loading a second object with the same texture filename as one that is already loaded, it uses the already-loaded texture, and not the new one. For example, if you load an object called "taxi.3ds" that has a blue texture called "color.tga&qu...
by Panther
Thu Jun 22, 2006 10:05 pm
Forum: Code Snippets
Topic: (C++) Mirror node for use with Irrlicht
Replies: 45
Views: 28107

(C++) Mirror node for use with Irrlicht

I wrote a CMirror class that people can use. I looked around the forums, and it didn't seem like anyone posted one yet. Also, I saw lotsa questions about how to flip images, etc. So hopefully this is helpful. I added many comments, so it should perform like a tutorial. I am using Visual C++ 2005. /*...
by Panther
Sat Jun 17, 2006 12:20 am
Forum: Open Discussion and Dev Announcements
Topic: What should go in Irrlicht 2.0?
Replies: 129
Views: 34200

Desirable features for Irrlicht 2.0

I'm new to Irrlicht so some of these things may already be in the engine. I did search the forus though, and didn't find anything. :idea: 1. Lightning/Electrical Effects: The ability to create point-to-point 3D lightning, and change the parameters (like color, branching, bolt width). :idea: 2. Shado...
by Panther
Wed Jun 07, 2006 2:19 am
Forum: Irrlicht.NET
Topic: What am I doing Wrong : vb.net key movment
Replies: 11
Views: 3381

Same bug with IEventReceiver as JonC

I get the error "Object reference not set to an instance of an object" at this line: While device.Run() = True But if I comment out this line: device.EventReceiver = New MyEventReceiver() Then it works fine! The girl runs by, and the cube spins around!! I am grasping at straws here, but I ...