-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Labels
unconfirmedIssue not confirmed yetIssue not confirmed yet
Description
What is the problem?
I have tried to run Obj2Tiles (v1.0.12) using the sample Brighton data, and to verify it is producing a correct dataset, I have used 3d-tiles-validator tool. The tool reported various errors - meaning that the Obj2Tiles probably does not follow the spec in some areas.
What should be the expected behavior?
There should be no errors reported by 3d-tiles-validator
How can we reproduce this?
- download sample data: https://github.com/DroneDB/test_data/raw/master/brighton/odm_texturing.zip
- run Obj2Tiles:
./Obj2Tiles odm/odm_textured_model_geo.obj 3dt - install 3d-tiles-validator:
npm install 3d-tiles-validator - run validator on the output:
npx 3d-tiles-validator --tilesetFile 3dt/tileset.json > errors.txt
The validator reports various errors - 34 in total - see errors.txt
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
unconfirmedIssue not confirmed yetIssue not confirmed yet