I want to draw cross section of terrain object. I am not able to get any support from anywhere... Any help from anyone is appreciated..
Thanks
--
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/GVnJWgFHvZI/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.
var viewer = new Cesium.Viewer('cesiumContainer', {
skyAtmosphere: false,
terrainProvider: Cesium.createWorldTerrain()
});var globe = viewer.scene.globe;
globe.clippingPlanes = new Cesium.ClippingPlaneCollection({
planes : [
new Cesium.ClippingPlane(new Cesium.Cartesian3( 1.0, 0.0, 0.0), 0.0),
new Cesium.ClippingPlane(new Cesium.Cartesian3( 0.4, 0.3, 0.4), 0.0)
],
edgeWidth: 1.0,
edgeColor: Cesium.Color.WHITE,
enabled : true
});
To unsubscribe from this group and all its topics, send an email to cesium-dev+...@googlegroups.com.