When 3D Technology Meets Digital Art
(Or: Strange things happen when a purple seagull meets Lenin in the city hall of Jerusalem) This is the renaissance of 3D technology. 3D data can be created, accessed and …
(Or: Strange things happen when a purple seagull meets Lenin in the city hall of Jerusalem) This is the renaissance of 3D technology. 3D data can be created, accessed and …
TL;DR We developed an alpha version of a browser-based 3D shooting game. We are all so excited about it because the shooting game purely runs inside a browser and the …
As mentioned in part 1, Labels and Billboards in Cesium are not as efficient as the rest of the Graphics arsenal. We saw how scripting takes too much of our …
We’ve been using Cesium in the past 4 years and in every project, we stretch performance a bit farther. In one of our latest projects, we thought we optimized enough, …
Preface: MapMip MapMip (github, demo) is a JavaScript plugin that encompasses three powerful map components: Cesium, Leaflet and Openlayers3. It is a one-api for all plugin. It allows the user …
Recently I’ve been asked to allow users to move entities around in Cesiumjs. I’ve looked at the cesium drawing plugin but was surprised to see it doesn’t support this, so …
Hello from Singapore! About 2 months ago webiks got an invitation to lecture at the AGI Users Conference in Singapore. This invitation is exciting: a chance to meet the Cesiumjs team …
In the last post, we’ve extended the ngCesium module to have some extra functionality and viewer items. We’re now ready to extend our module with a bit more complex and relevant …
In the last two parts we went through building our reusable cesium directive and module and then added our module to an app and extended it with an API stored in …
In part 1, we got cesiumJS running in our angular app. We saw how we can add entities to it. It is also reusable using the directive we’ve built. Check this out …