Dave Pagurek
Dave Pagurek
Hmm I can't seem to reproduce this, it correctly uses `normalMaterial` for me here. Are you able to provide an example in the p5 editor showing the incorrect behaviour? https://editor.p5js.org/davepagurek/sketches/U7U1zG9HE
I believe that's a separate issue from the one described here, where we're trying to validate parameters on functions that are called internally by other p5 functions. We're going to...
@iamnikhilranjan I think your sketch isn't loading because the .obj file isn't present in the files for the sketch. Here's a zip of the one I was using to test...
It looks like jsdelivr works https://cdn.jsdelivr.net/npm/[email protected]/lib/addons/p5.sound.min.js but cloudflare's CDN does not: https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.11.10/addons/p5.sound.min.js At one point we started switching to jsdelivr because of other cloudflare CDN issues such as being slow...
It works for me if I manually update your index.html to use a jsdelivr URL for both 1.x and 2.x, so I think updating all URLs to use the same...
Were you interested in making a PR with that change @Yuvaan1182?
Apologies for jumping the queue on this @raclim, I put up #3758 since we've been seeing more reports of this issue across p5 channels, so we figured it was worth...
Thanks for your patience on this @madhav2348, I think this is good to go!
@all-contributors please add @madhav2348 for code
Thanks for helping identify this problem @nbogie! I'll assign this to you and you can go ahead with a PR.