-
Notifications
You must be signed in to change notification settings - Fork 282
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
localhost preview #12
Comments
any configuration required>>><<<???? |
Your rain effect looks amazing, but I have the same problem as @gauravnewton. Demo does not work. It shows a black screen and the following JavaScript Exception: Uncaught (in promise) DOMException: Failed to execute 'texImage2D' on 'WebGLRenderingContext': Tainted canvases may not be loaded. |
Hey guys this is easy "fixable". However to get this working when loading from filesystem you could search in the js files for "new Image" and add to the image object following line: |
I think I have encountered the same problem. Is there any solution. ‘imageObjectPlsReplaceWithCorrectOne.crossOrigin =“anonymous”’ does not make any difference |
this issue is due to CORS policy. @gauravnewton This project cannot be loaded locally just by double-clicking the index.html. I think README.md in this project should be updated for it. |
When you test demo ,you can quick start with using Visual studio code plugins 'Live Server'.Right Click demo files(index.html),then click 'Open with Live Server'.Then you can see that. |
wow! You are right! thanks! 终于弄好了,原来需要用这个方法启动服务器 |
I HAVE DOWNLOADED ALL FILES IN ZIP FORMAT BUT WHEN I OPEN THEM INTO BROWSER IT DOESN'T WORK
The text was updated successfully, but these errors were encountered: