3D Tileset Example

Ok, I've tried, I really have, but I can't seem to find a code example for this that works. Yes, there are several demo examples posted but the code isn't very intuitive or friendly.

Furthermore, every time I attempt to even add a 3D tile set primitive I get an error saying that Cesium.Cesium3DTileset isn't a constructor.

Any ideas or sample code?

Thanks!
Kevin

Hi Kevin,

3D Tiles is being developed in a branch and is not yet merged into Cesium master. You can check out the branch here: https://github.com/AnalyticalGraphicsInc/cesium/tree/3d-tiles

See our BuildGuide for information on how to clone the repository and run Cesium locally.

Best,

Hannah

Hannah,

Oh, that would explain it then. :slight_smile: Thanks for the info, much appreciated!

Kevin