Skip to content
New issue

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

Abort 3dtiles #50

Closed
mdfazh opened this issue Feb 13, 2017 · 4 comments
Closed

Abort 3dtiles #50

mdfazh opened this issue Feb 13, 2017 · 4 comments

Comments

@mdfazh
Copy link

mdfazh commented Feb 13, 2017

How can I make a tileset by my own collada(*.dae)?

@lilleyse
Copy link
Contributor

lilleyse commented Feb 13, 2017

You can use the COLLADA2GLTF converter. Once you have glTF models you can create b3dm tiles. Then you just need to create a tileset.json file that describes the positioning and hierarhcy of the tiles.

The 3D Tiles Spec is the best place to start for learning about the format.

@mdfazh
Copy link
Author

mdfazh commented Feb 14, 2017

Thanks,lilleyse! Let me try!

@mdfazh
Copy link
Author

mdfazh commented Feb 14, 2017

Hi,lilleyse!Could you tell me how can I create b3dm tiles by glTF models? Thanks!

@lilleyse
Copy link
Contributor

The models need to be in binary glTF format. Then the code looks similar to https://github.com/AnalyticalGraphicsInc/3d-tiles-tools/blob/master/generator/lib/createB3dm.js.

Additionally there's a glbToB3dm tool in 3d-tiles-tools.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants