Search found 3 matches
- 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 (...
- Sun Dec 03, 2006 7:50 pm
- Forum: Beginners Help
- Topic: How are using textures rightly?
- Replies: 2
- Views: 289
- 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.
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.