We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PS:如果是加载本地vue项目中的资源,路径是相对于public下为根路径。
beforeDestroy(){ this.renderer.forceContextLoss(); this.renderer = null; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
解决:翻到three.js的源码把对应的loader.setCrossOrigin( this.crossOrigin ); 代码换成*loader.setCrossOrigin( 'Anonymous' );
PS:如果是加载本地vue项目中的资源,路径是相对于public下为根路径。
The text was updated successfully, but these errors were encountered: