As the title says, I am having troubles using normal maps (rgb normal texture).
Checking the Image Sampling -> Normal map doesn’t cause yet, but as soon as I activate Influence -> Geometry it goes black.
One thing I noticed, was that the very first object I put normal map on to, works fine. But as soon as I put the normal map on to some other object, it goes to black.
my drivers should be fine, but not 100% sure. I have had this problem for a quite long time with many versions of Linuxes and with several computers.
EDIT: Sorry. I added a generic .blend file with a normal texture.
UPDATED: normal_test.blend (1.57 MB)
I also noticed that changing Coordinates from Object to Global makes the normal map NOT to appear.
When switching to Uv and back go Global makes the normal work again.
Normal maps can’t be read from external image file as other textures?
Yes they can
BUT the kicker is, ONLY YOU can see them because you haven’t bothered to supply a blend file (with the necessary textures packed in) for anyone else to check for errors. Therefore where is your blend file ? Obviously not attached to your post.
I’m sorry I didn’t add the .blend file in the first place. I just thought this was rather generic issue and was looking if anyone had come across the same problem before. Anyway I added the .blend file up there.
I have had the same problem with Ubuntu and now with Mint Linux.
Other than the runtime, my graphics card has been working well on Linux. Even the GLSL 3d view shows the material correct, but as soon as I enter the game, poof it’s all gone.
Your texture mapping type is set to ‘object’ with no target object.
Set it to ‘UV’ and unwrap the image (u and reset), then it will show up.
I’m not sure why you’ve set the texture mapping to object mode. I have occasionally used it, and if you give it a reference object, then it can work like that as well. You just can’t leave it blank.
Oops sorry, weird I didn’t even touch it when I put that example file together.
At work it all seems to work, but on the actual project I use Global Coordinate (which here at work shows too).
I guess it must be some issue with my graphics card drivers on Linux then. I find it odd though that the GLSL 3D window shows it fine.