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 have one group file ( Tile_+000_+000_0.obj Tile_+000_+000_0.mtl ------------(link Tile_+000_+000_0.dds ) Tile_+000_+000_0.dds) .
These files are from osgconv (osgb --> obj)
I don't find any error :\OBJ2GLTF>node bin/obj2gltf.js -i testobj/obj/Tile_+000_+000.obj -o testobj/o /Tile_+000_+000.gltf -e otal: 391ms.
The text was updated successfully, but these errors were encountered:
Could you check that glTF file with validator?
Sorry, something went wrong.
Cesium doesn't support dds images, you should try converting to png or jpeg instead.
Hi.Have this problem solved?How to show the gltf and its iamge? @liyihongcug
No branches or pull requests
I have one group file (
Tile_+000_+000_0.obj
Tile_+000_+000_0.mtl ------------(link Tile_+000_+000_0.dds )
Tile_+000_+000_0.dds) .
These files are from osgconv (osgb --> obj)
I don't find any error :\OBJ2GLTF>node bin/obj2gltf.js -i testobj/obj/Tile_+000_+000.obj -o testobj/o
/Tile_+000_+000.gltf -e
otal: 391ms.
But this gltf can't run in ceseam.js (
Error is "images": {
"Tile_+000_+000_0": {
"uri": "data:application/octet-stream;base64,RERTIHwAAAAHEAoAAAE
The text was updated successfully, but these errors were encountered: