I'm trying to work with 3d Tiles, but I have a problem.
After building cesium-3d-tiles brunch in root folder appears empty Build folder, only with minifyShaders.state file(modules are successfuly installed, node.js 6.9.1).
When I try to open web page with cesium I get errors in console such as "Failed to load resource..." and "Uncaught ReferenceError: Cesium is not defined(…)". How build this branch and start viewing 3d Tiles sets?
minifyShaders.state being the only file in Build is expected for normal development. I just confirmed that the 3d-tiles branch is working as expected and could run the Sandcastle examples without any issues.