Search found 1 match

by chrisn812
Mon Sep 18, 2006 8:15 pm
Forum: Irrlicht.NET
Topic: No textures rendered unless SOFTWARE method used
Replies: 3
Views: 1666

No textures rendered unless SOFTWARE method used

I'm having an issue with my textures not displaying unless I'm using SOFTWARE rendering. I've tried this on 3 different computers. Running VS 2005 c# project. If I use software things look good, if I use DIRECT3D9(8) or OPENGL i get the SceneNodes just no textures on them. I'm in the process now of ...