Search found 3 matches

by Queeble
Sat May 07, 2005 7:49 pm
Forum: Beginners Help
Topic: Mipmap issues?
Replies: 5
Views: 1114

Alright, I got the transparency thing fixed. I just forced the texture to use 32-bit, and so that's all good... now just have to look into this mipmap thing...
by Queeble
Fri May 06, 2005 3:05 pm
Forum: Beginners Help
Topic: Mipmap issues?
Replies: 5
Views: 1114

hmmm... looked up OverrideLODDistance and I see that's for Terrain Nodes... guess I wasn't very clear on what I had going right now... my level is the Q3 level from Tutorial #2 or whichever one it is, so I'm not using an ITerrainSceneNode object for it, thus, no OverrideLODDistance :(

what I meant ...
by Queeble
Thu May 05, 2005 7:19 pm
Forum: Beginners Help
Topic: Mipmap issues?
Replies: 5
Views: 1114

Mipmap issues?

Hey, I'm a new user (new to Irrlicht, been programming for a while), and so far, finding Irrlicht to be rather nice :D

I'm currently in the process of creating a FPS game, going back to the early FP games (2D sprites for characters, with 3D environments, choppy animation, etc). I've only started a ...