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
I tried to display SpecGlossVsMetalRough.gltf using the latest version of Ashes.
However, the SpecularGlossiness model does not seem to be displayed correctly.
The text was updated successfully, but these errors were encountered:
This is a known issue, Ashes doesn't support any extensions yet.
Sorry, something went wrong.
FYI: You can use HDR environment textures in the latest version. Usage:
let assetRoot = 'https://but0n.github.io/Ashes/ let specEnv = await Asset.loadCubemap(assetRoot + 'res/envmap/helipad/', 'hdr'); let diffEnv = await Asset.loadCubemap(assetRoot + 'res/envmap/helipad_diff/', 'hdr'); let gltfroot = scene.appendChild(await Asset.loadGLTF(gltf, screen, specEnv, diffEnv));
No branches or pull requests
I tried to display SpecGlossVsMetalRough.gltf using the latest version of Ashes.
However, the SpecularGlossiness model does not seem to be displayed correctly.
The text was updated successfully, but these errors were encountered: