Search found 3 matches

by BlackCat
Fri Feb 02, 2007 2:49 pm
Forum: Beginners Help
Topic: 3ds-model no texture...
Replies: 20
Views: 928

When I use C++ I can add 3ds model with lighting with texture and with working light and smoothing (but under Irrlicht.NET this don't working and under IrrNet CP may be working). node->setMaterialFlag(EMF_LIGHTING, true); node->getMaterial(0).Shininess = 0.0f; node->getMaterial(0).DiffuseColor.set (...
by BlackCat
Sun Dec 03, 2006 7:50 pm
Forum: Beginners Help
Topic: How are using textures rightly?
Replies: 2
Views: 289

Thnx for help.
But how I can take, for example, bump and other map all at one model without using shaders? It's possible?

P.S. Sorry for my questions and poor english, but I not a programmer and russian-speaker.
by BlackCat
Sun Dec 03, 2006 6:33 pm
Forum: Beginners Help
Topic: How are using textures rightly?
Replies: 2
Views: 289

How are using textures rightly?

I have 3DS with 4 textures: ambient, reflection, bump, diffuse.
How I can get my model in Irrlicht with this 4 textures?
If I try than I get only last set texture on my model. :(

Please, help me with some peace of code or with link to sample.