I am new to exploring Cesium, and the NYC Demo is fascinating.
I need to achieve similar results as the NYC Demo, but for a different city. I looked into forum, but could only find information in bits and pieces. Could someone please guide me into how the 3D Tiles were created using the OSM 3D Building in the NYC Demo?
I did look at the presentation, and there are few points where I need some help:
1. From the OSM data how the collada files were created? Any tool used?
2. Once the collada files were created, I guess they were converted to glTF, using the converter. Is that so?
3. Is there any tutorial available on how to create 3D tiles using these models?
There are currently no detailed step-by-step guides because 3D Tiles is still an evolving spec (and my attempt at converting both OSM and CityGML data currently relies on some additional proprietary code and tools). Once 3D Tiles is released and officially part of Cesium, expect to see a lot more tutorial-like information available.
For now, the best resource for the required details are the official spec repository itself: https://github.com/AnalyticalGraphicsInc/3d-tiles if you need something more end-user-friendly your only choice is to wait for them to be written.
To answer your specific questions:
They were generated via a custom Node.js app, no specific tools were used but there were a couple of helper libraries that I mentioned in my talk (plus Cesium for generating geometry). It basically reads in a pbf and writes out a bunch of models.
It s been days I search, but it's really a mystery about how to create a file like a cityGML/ or 3dTileset to use in cesium to display dome building informations... create from scratch...
I have the 3d models, I know their location, but creating a file that work in cesium like this is a mess.