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
Recently the following glTF model has been added to the sample. https://github.com/mrdoob/three.js/tree/dev/examples/models/gltf/snowflake https://github.com/mrdoob/three.js/tree/dev/examples/models/gltf/snowflakes
However, the format seems to be incorrect.
"techniques": { "meshTechnique": { "parameters": { "color": { "type": 35665, "semantic": "color" // "COLOR" is correct } }, "attributes": {}, // empty is incorrect "program": "meshProgram", "uniforms": {}, // empty is incorrect "states": { "enable": [ 3042, 2929 ] }, "name": "meshTechnique" } },
@bdysvik please check, and see javagl/JglTF#11
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description of the problem
Recently the following glTF model has been added to the sample.
https://github.com/mrdoob/three.js/tree/dev/examples/models/gltf/snowflake
https://github.com/mrdoob/three.js/tree/dev/examples/models/gltf/snowflakes
However, the format seems to be incorrect.
@bdysvik please check, and see javagl/JglTF#11
Three.js version
Browser
OS
Hardware Requirements (graphics card, VR Device, ...)
The text was updated successfully, but these errors were encountered: