Search found 7 matches
- Thu Jan 25, 2007 12:16 am
- Forum: Beginners Help
- Topic: .x Model - No Texture
- Replies: 14
- Views: 1215
- Wed Jan 24, 2007 11:17 pm
- Forum: Beginners Help
- Topic: .x Model - No Texture
- Replies: 14
- Views: 1215
Response
The fog isn't the problem... I can get that to work... it's the non-textured terrain model... I tried: whatevernodename->setMaterialFlag(EMF_LIGHTING, false); I had tried this before with no effects. I went through the .x file in a word editor and replaced the texture paths and I still got nothing.
- Wed Jan 24, 2007 10:34 pm
- Forum: Beginners Help
- Topic: .x Model - No Texture
- Replies: 14
- Views: 1215
New Screen Shot
So I had the FOG turned on and that's why everything was white.
here's the screen shot with the FOG turned off:
here's the screen shot with the FOG turned off:
- Wed Jan 24, 2007 9:35 pm
- Forum: Beginners Help
- Topic: .x Model - No Texture
- Replies: 14
- Views: 1215
Output
Here's what the Output looks like: Irrlicht Engine version 1.2 Microsoft Windows XP Professional Service Pack 2 (Build 2600) Using renderer: Direct3D 8.1 RADEON 9600 Family (Microsoft Corporation) ati2dvag.dll 6.14.10.6462 Unknown data object in x file: AnimTicksPerSecond Unknown data object in mesh...
- Wed Jan 24, 2007 9:34 pm
- Forum: Beginners Help
- Topic: .x Model - No Texture
- Replies: 14
- Views: 1215
Screen Shot
This is what it looks like...
- Tue Jan 23, 2007 11:39 pm
- Forum: Beginners Help
- Topic: .x Model - No Texture
- Replies: 14
- Views: 1215
Also...
The model was created in Maya and exporting to .x format. The texturing was also done in Maya.
- Tue Jan 23, 2007 11:38 pm
- Forum: Beginners Help
- Topic: .x Model - No Texture
- Replies: 14
- Views: 1215
.x Model - No Texture
I'm creating a small game for school using Irrlicht. I've loaded in an IAnimatedMesh as the level and followed the Collision Detection Tutorial. No matter what I do I cannot get the level mesh to show the textures I've added. It also comes out all white. I've been searching for weeks now and can't s...