You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Transparent shader's UV scales are relative to model/gbxmodel UV scale.
Map UV scale 0 does no additional scaling, but 0 gets defaulted to 1 on cache build through tool. If model scale is not 0 or 1 then shader scale will cause unwanted scaling.
The solution is to have the model UV scale as offsets in the shader (shown in first picture).
This behavior only happens with transparent_chicago.
Note: the model UV scales can change when re-compiling the model.
The text was updated successfully, but these errors were encountered:
Transparent shader's UV scales are relative to model/gbxmodel UV scale.
Map UV scale 0 does no additional scaling, but 0 gets defaulted to 1 on cache build through tool. If model scale is not 0 or 1 then shader scale will cause unwanted scaling.
The solution is to have the model UV scale as offsets in the shader (shown in first picture).
This behavior only happens with transparent_chicago.
Note: the model UV scales can change when re-compiling the model.
The text was updated successfully, but these errors were encountered: