Home Gallery Resources The Team Rules chat Login Register
  Show Posts
Pages: [1]
1  Help & Tutorials / Help / Re: Bump mapping and specular mapping 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.
2  Help & Tutorials / Help / Re: Normal (Environment-Mapped Bump Mapping) and specular mapping on: May 10, 2016, 01:15:49 AM
Apparently this question leaves speechless.
3  Help & Tutorials / Help / Bump mapping and specular mapping on: May 03, 2016, 11:27:39 AM
Can I mix a Normal Map shader(Super Mario Galaxy Environment-Mapped Bump Mapping  Cheesy) and Specular shader (Sonic Colors Cheesy) 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 :
) 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 0:26 to 0:28) ?

Thanks ! (I think it's difficult, but I'm sure that Wii can do it)
4  Help & Tutorials / Help / Re: How to do material (or shader) don't be affected by light ? (BrawlBox) on: May 03, 2016, 11:16:18 AM
OK now I understand. I can use light shader without problem, but in an OpenGX documentation I saw that more there are stages in shader, more is slow, is it true ? ;if yes how to do a performant shader with the less calculations possible ?
5  Help & Tutorials / Help / Re: How to do material (or shader) don't be affected by light ? (BrawlBox) on: May 03, 2016, 08:30:34 AM
@BlackJax96 But the problem is thawhen you disable the lightchannel, the shader rest so performance aren't ameliored.

In fact, I want an shader that is doesn't affected by light so all the calculs related to lighting isn't done, so I can use more polygons. But if you know an other way to ameliore performance without removing polygons and textures tell me please.

Post Merge: May 03, 2016, 08:34:25 AM
if you want to use more polys, go for it
It means I can use more of 100000 facepoints without affecting performance ?! I'm lost...
6  Help & Tutorials / Help / Re: How to do material (or shader) don't be affected by light ? (BrawlBox) on: May 01, 2016, 06:01:54 AM
@windhunter7 : the lighting use the CPU and GPU, the global polygon count also, so if there are less calculs to do for lighting, poly can use more.
I have do game programming in unity, with the no lighting shader I can use 30% more poly in average. So I think the Wii system is same, using ATI GPU. But tell me if isn't.
7  Help & Tutorials / Help / Re: How to do material (or shader) don't be affected by light ? (BrawlBox) on: April 30, 2016, 01:47:31 PM
OK; So with this shader can I use more poly than realtime lighting ,yes?
8  Help & Tutorials / Help / Re: How to do material (or shader) don't be affected by light ? (BrawlBox) on: April 30, 2016, 01:24:21 PM
"lighting effects" Of what ? It's only texture UV with reference normally ?
Thanks anyway, you have saved me many hours of search.
9  Help & Tutorials / Help / Re: How to do material (or shader) don't be affected by light ? (BrawlBox) on: April 30, 2016, 10:33:08 AM
Ok here :
"6.   now go into the mdl0 file and go to shaders and replace their shader with this one
http://www.mediafire.com/?616odckzgqrp0cg"

Thanks ! But are you sure it don't affect performance ?
10  Help & Tutorials / Help / Re: How to do material (or shader) don't be affected by light ? (BrawlBox) on: April 30, 2016, 10:25:48 AM
In the GBC Import Thread ?
Sorry but I don't found the shader, there 200 pages !
Do you can tell me the post number ?
11  Help & Tutorials / Help / Re: How to do material (or shader) don't be affected by light ? (BrawlBox) on: April 30, 2016, 03:38:35 AM
Thank for your help, the tutorial seems fix my problem but I haven't tested yet.
But there aren't a solution that don't need an hexadecmal editor, just BrawlBox ?
(I am not a good user of HxD)
12  Help & Tutorials / Help / How to do material (or shader) don't be affected by light ? (BrawlBox) on: April 29, 2016, 10:07:06 AM
How to do material (or shader) don't be affected by light in Brawlbox ?
It's for an image rendered in blender I want to integrate in an MDL0, so the light are already calculated, and also for performance issues.

Thanks !
Pages: [1]