Search the Community
Showing results for tags 'specular'.
-
Hey guys, so I try to add a few parts to KSP for fun. It all works great but now that I want to add a bumpy texture I run into an issue. It works in Blender and Unity but is very bright and flickering in KSP (The control thing up top). I generate a normal map from a bump map in Unity and as mention it works well inside the Unity editor as you can see below. The texture I use besides the normal map is just the regular on is use for the other parts aswell. Maybe that's the problem? I read another forum post where somebody said I would need to somehow mix the specular and the color texture into one? I'm not sure what that means. Thanks for your help! The Solution: Somehow the Unity internal Normal map generator from greyscale images doesn't work well with KSP. I downloaded the software xNormal and it works flawlessly when I generate normal maps with it. What a pain that was.. Nope, I changed two things at once and the real reason it didn't work before was I exported my textures to TGA files. THat works on regular textures but bump maps apperently go wild using these. Using MBM as a texture format works!
- 4 replies
-
- specular
- normal map
-
(and 3 more)
Tagged with:
-
I'm trying to get the canopy of a cockpit to have a specular shader, but having the rest of the model keep its normal bumped shader. This has to be possible because that's how stock cockpits are without windowshine or any visual add-ons. I already tried exporting the canopy as a separate mesh into Unity, but for some reason Unity doesn't let me add a diferent kind of shader to the two separate meshes. Does anyone have any guidance on this?
-
Hello guys ! I'm currently working with @HuXTUS on a part. Adding a diffuse and a bump/normal map is very easy but what's up about specular ? Shaders have no slot for that. I just found an 1 year old discussion about that : Is it still the way to add specular ? And moreover, does someone has a great tutorial on how to add this alpha channel to the diffuse (not sure it works with JPG and PNG should be a mess for the game, no ?) Hope to see some help quickly Thanks