I am trying to load a file, scene.glb into a scene
and it renders, but without color.
When I load this into Babylon, it shows the color
Any solutions?
I am trying to load a file, scene.glb into a scene
and it renders, but without color.
When I load this into Babylon, it shows the color
Any solutions?
Please always share you glTF assets when you file such questions.
Unfortunately, the file is too large to link but the download can be found at Ocean View hotel (GTA Vice City) - Download Free 3D model by Artem P (@temp0.crazy) [f3b5a31] - Sketchfab
Its the glb download
When importing the model into the three.js editor
, you can see the following warning in the browser console:
THREE.GLTFLoader.js:395 THREE.GLTFLoader: Unknown extension “KHR_materials_pbrSpecularGlossiness”.
The support for this glTF extension has been removed with r147
. Use the following guide to convert the asset to the metallic/roughness model.
Sidenote: Sketchfab should update its glTF exporter since the KHR_materials_pbrSpecularGlossiness
extension has been archived by the Khronos Group (which means it is no no longer recommended for creating new files).
Thank you, I’ll try that and get back to you.
It works. Thank you!