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
_useSecondNormalMap value is false by default so secondary waves map will never be used. It is desirable to add such code in constructor method:
_useSecondNormalMap = waveMap1 != waveMap2;
that will let us to use a different waves maps.
The text was updated successfully, but these errors were encountered:
_useSecondNormalMap value is false by default so secondary waves map will never be used. It is desirable to add such code in constructor method:
_useSecondNormalMap = waveMap1 != waveMap2;
that will let us to use a different waves maps.
The text was updated successfully, but these errors were encountered: