KhronosGroup / KhronosGroup/COLLADA2GLTF

Textures are not fully matched

Open
#234 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
573
Forks
154
PR merge metrics
No merged PRs in 30d

Description

Hello, I'm trying to convert [this collada model](https://drive.google.com/drive/folders/1srUFk2jR-qzfLuqBvqQRcp_gERyrBUwS?usp=sharing) into GLB.

I used the command below to convert it (in Ubuntu):
```
COLLADA2GLTF-bin -i 4833_9.dae -o 4833_9.glb -b
```

They were converted without any error, but when I load the output GLB into Cesium.js (version 1.53),
It seems that some area of the model are not matched to the textures and shows in black.

![in cesium](https://i.imgur.com/4GvuMk3.jpg)

In order to make sure the original collada file is valid, I've also load the model in Google Earth, and it looks normal.

![in google earth](https://i.imgur.com/AZLlA2f.jpg)

I'm not sure which part in the whole converting process goes wrong.

Thanks in advance!

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the COLLADA2GLTF-bin command with the linked 4833_9.dae model in Ubuntu, then inspect the generated GLB in Cesium.js 1.53 and compare it with the source shown in Google Earth. Done means the converted model displays all areas with the correct textures and no black regions.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
computer-graphics
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.