--
You received this message because you are subscribed to a topic in the Google Groups "cesium-dev" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/cesium-dev/Th7_UhVJAbE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to cesium-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
tileset.readyPromise.then(function(tileset) { var height = 200.0; // Set this to anything var cartographic = Cesium.Cartographic.fromCartesian(tileset.boundingSphere.center); var surface = Cesium.Cartesian3.fromRadians(cartographic.longitude, cartographic.latitude, 0.0); var offset = Cesium.Cartesian3.fromRadians(cartographic.longitude, cartographic.latitude, height); var translation = Cesium.Cartesian3.subtract(offset, surface, new Cesium.Cartesian3()); tileset.modelMatrix = Cesium.Matrix4.fromTranslation(translation);});
To unsubscribe from this group and all its topics, send an email to cesium-dev+...@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to cesium-dev+unsubscribe@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to cesium-dev+unsubscribe@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to cesium-dev+unsubscribe@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to cesium-dev+unsubscribe@googlegroups.com.
a quick question about 3D tiles.
Do they support surfaces identification? aka facades for the buildings?
I see they are of LOD2 (root types and details) but would it be possible to click on individual surfaces as well, similar to GeoJSON's?
Thanks
i have checked in that website and it doesnt have any problem..
newroads.json still can be loaded..
but, i wonder why my tileset can not be loaded in website.
var model = viewer.scene.primitives.add(new Cesium.Cesium3DTileset({
url: '../App/Resources/model/tileset.json',