From 16b9d58cc2bcaac8e1aa435fcf808c58d5d4bbbc Mon Sep 17 00:00:00 2001 From: Emmanuel Belo Date: Fri, 11 Jul 2014 02:15:52 -0700 Subject: [PATCH] added reference to cesium camera entering the terrain --- cesium-integration.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cesium-integration.md b/cesium-integration.md index 552f861..5c1b07f 100644 --- a/cesium-integration.md +++ b/cesium-integration.md @@ -69,4 +69,8 @@ This integration is developed in an open source layer built ontop of ol3js as ol * still preserve context synchronization * Smooth transition needs to know the elevation of the destination point of the camera * cesium provides an asynchronous method, synchronous planned for August - * cesium provides in a dev branch a specific method. TDB: WHERE? \ No newline at end of file + * cesium provides in a dev branch a specific method. TDB: WHERE? +* Cesium camera entering the terrain + + > In regards to the camera falling through the terrain, you will want to upgrade to Cesium 1.0 in August, which will include Camera/terrain interaction (see https://github.com/AnalyticalGraphicsInc/cesium/pull/1817 and https://github.com/AnalyticalGraphicsInc/cesium/issues/1670). + \ No newline at end of file