Search found 1 match
- Tue Aug 15, 2006 2:17 pm
- Forum: Irrlicht.NET
- Topic: Custom file loader for Irrlicht .NET
- Replies: 0
- Views: 1298
Custom file loader for Irrlicht .NET
Hello everyone, I am new at Irrlicht, but not totally new at 3D programming. I wanted to load a custom model-file into Irrlicht, but I can't seem to handle it very well :( The model data consists of vertex points for the model. First, I used Triangle3D and the VideoDriver.Draw3DTriangle() function, ...