Search found 3 matches

by MM2forever
Sun Jan 22, 2012 2:03 pm
Forum: Beginners Help
Topic: Textures are blacked out - Special statement needed?
Replies: 12
Views: 1076

Re: Textures are blacked out - Special statement needed?

I commented it out because it has no effect on having textures either... The model stays black.

Only chance i see is that theres something wrong with the model. I sent it to hybrid but he didnt respond yet...
by MM2forever
Fri Jan 20, 2012 1:59 pm
Forum: Beginners Help
Topic: Textures are blacked out - Special statement needed?
Replies: 12
Views: 1076

Re: Textures are blacked out - Special statement needed?

i checked the log, the files are found...
i loaded the model with the meshviewer supplied with irrlicht and there it looks quite messed up like colorful static (in german: Bunter Ameisenkrieg)

is this an idicator for unexplicit texture coords? (i dont know so much about 3d modelling itself, i got ...
by MM2forever
Fri Jan 20, 2012 1:21 pm
Forum: Beginners Help
Topic: Textures are blacked out - Special statement needed?
Replies: 12
Views: 1076

Textures are blacked out - Special statement needed?

Hello People....

I'm doing my firsts steps with the irrlicht engine and c++... I used to program in other languages so far and i have to get used to both (irrlicht/c++)

I changed the standard example code a bit to have a fps camera and load a .3ds file with external textures

Now I wonder why the ...