-
Notifications
You must be signed in to change notification settings - Fork 31
Fixed two annoying warnings #19
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
base: master
Are you sure you want to change the base?
Conversation
Thanks! Unfortunately the build is failing. Could you please test the build on your end? |
Hi, here the build is ok, I don't know why is failing.
|
@esnho @sohamkamani I guess the failing compilation is related to gulpjs/gulp#2162. The solution is to remove the
(Not sure whether clearing the cache is necessary though) |
Thank you @antonioblancato removing the yarn.lock did the job. @sohamkamani please can you check the pull again? |
As can be seen from the commits I fixed two warning, one is about the new .flatShading flag, the other is about using array of materials instead of the Multimaterial object.