Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

_useSecondNormalMap in SimpleWaterNormalMethod #558

Closed
Serhii-the-Dev opened this issue May 19, 2013 · 3 comments
Closed

_useSecondNormalMap in SimpleWaterNormalMethod #558

Serhii-the-Dev opened this issue May 19, 2013 · 3 comments

Comments

@Serhii-the-Dev
Copy link

_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.

@rob-bateman
Copy link
Member

I'm pretty sure this is already happening, just not in the constructor. Have a look at the initVO function which is called on initialisation

If you are experiencing problems that signify otherwise, please let us know

@rob-bateman
Copy link
Member

fixed in 0c1c0c9

@rob-bateman
Copy link
Member

my mistake, initVO was not setting _useSecondNormalMap to true!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants