You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cesium-dev
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: