Cesium + Threejs

How to load threejs spotlight in the given example in the link https://github.com/AnalyticalGraphicsInc/cesium-threejs-experiment

instead of dodecahedron .

Like I mentioned in this thread, Threejs integration with Cesium is still largely experimental. Since it’s essentially rendering the scenes separately and combining them, you should be able to add lights to your Threejs scene and it’ll work (but it’ll only affect Threejs objects). I think the tricky part is placing the light at the right location. This PR might be doing some work on that:

https://github.com/AnalyticalGraphicsInc/cesium-threejs-experiment/pull/3