tex_address_mode mirror in normalmap
In the material definition i set tilling repeat usinr mirror:
tex_address_mode mirror
the texture_unit does it well, but the normalmap is not adquiring the tex_address_mode mirror
how can i solve this?
material floor
{
technique
{
pass
{
texture_unit
{
texture floor_diffuse.PNG
tex_address_mode mirror
}Code: Select all
rtshader_system { lighting_stage normal_map floor_normalmap.PNG } } }}