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
{ id: "image", imageLayer: "https://photo-sphere-viewer-data.netlify.app/assets/pictos/rick.jpg", position: [ { yaw: 2.17063, pitch: 0.47556 }, { yaw: 2.47392, pitch: 0.47121 }, { yaw: 2.47818, pitch: 0.24468 }, { yaw: 2.17698, pitch: 0.24809 }, ], },
请问这种会报错three.module.js:19936 THREE.WebGLProgram: Shader Error 0 - VALIDATE_STATUS false
Program Info Log: Vertex shader is not compiled. 应该怎么解决
The text was updated successfully, but these errors were encountered:
No branches or pull requests
{
id: "image",
imageLayer: "https://photo-sphere-viewer-data.netlify.app/assets/pictos/rick.jpg",
position: [
{ yaw: 2.17063, pitch: 0.47556 },
{ yaw: 2.47392, pitch: 0.47121 },
{ yaw: 2.47818, pitch: 0.24468 },
{ yaw: 2.17698, pitch: 0.24809 },
],
},
请问这种会报错three.module.js:19936 THREE.WebGLProgram: Shader Error 0 - VALIDATE_STATUS false
Program Info Log: Vertex shader is not compiled.
应该怎么解决
The text was updated successfully, but these errors were encountered: