Kitty Corp Meow Mix Forums

Help & Tutorials => Help => Topic started by: iyenal on May 03, 2016, 11:27:39 AM



Title: Bump mapping and specular mapping
Post by: iyenal on May 03, 2016, 11:27:39 AM
Can I mix a Normal Map shader(Super Mario Galaxy Environment-Mapped Bump Mapping  :D) and Specular shader (Sonic Colors :D) so I can use in one material a diffuse map, a normal map and a specular map without losing too much FPS ? For information I use BrawlBox to import models.
I want to use normal map to add details (for example in SMG :
(http://wiimedia.ign.com/wii/image/article/831/831684/super-mario-galaxy-20071031104342608_640w.jpg)) to a mesh and specular for changing light effect on mesh (example : in a wall specular texture : bricks in white and concrete in black) so it can do a light "scrolling" effect on mesh(I already saw this effect in Sonic Colours : https://www.youtube.com/watch?v=R1X_EuY8Auw (https://www.youtube.com/watch?v=R1X_EuY8Auw) 0:26 to 0:28(https://ppmhna-sn3301.files.1drv.com/y3mZD8P33T04iHg_nitiOKh3oV17_LueOkLYPMhUnWme3DX_EkaVY-3Hf4MjAUGcVnOunO41kEOZkp42Y2ryiXt4RzinjybIwYFWZNCW6Bv3jnNuTwGupaXdN9S23-CIeetiPiHr5zehEcn856v71hK_pLMsyIbr1HUco5J4nFXwVs?width=256&height=224&cropmode=none)) ?

Thanks ! (I think it's difficult, but I'm sure that Wii can do it)


Title: Re: Normal (Environment-Mapped Bump Mapping) and specular mapping
Post by: iyenal on May 10, 2016, 01:15:49 AM
Apparently this question leaves speechless.


Title: Re: Bump mapping and specular mapping
Post by: Velen on May 10, 2016, 01:52:21 AM
Brawl's game engine can't process normal maps, as they aren't used anywhere in the game. The closest thing to bumps in the game are the specular textures that that characters like Samus and Captain Falcon use.


Title: Re: Bump mapping and specular mapping
Post by: iyenal on May 10, 2016, 06:50:17 AM
A custom shader can't do it ?

Post Merge: May 10, 2016, 09:03:50 AM
SSBB and Sonic Colours use BRRES, so the shaders could be compatible.