 Guest Guest |
Quote
|
2022-08-02 05:55:06 |
|
Is there anyway to add normal map to 2d sprite/2d animated sprite when we already use the alpha channer material?
|
 just_in_case Moderator |
Quote
|
2022-08-02 08:12:06 |
|
If you use my point light shader then you can use normal mapping with transparent objects, Also if you want you can use it with the default CC materials too, but then you probably need to paint the vertex of your plane with alpha transparency, or you can use transparent add if you want.
So if you already own the custom point light shader then you can use it on the 2D textures, simply set the base material as 13 and you will have normal mapping with transparency.
|
 Guest Guest |
Quote
|
2022-08-02 10:24:16 |
|
Thank!
|