I am a new to cesium and really struggling to understand the how to operate my 3d model in cesium.
I have a .dae (collada) tile which I generated with context capture (Acute 3d) and I want to load it to cesium viewer.
The export to Cesium 3D Tiles has been released in ContextCapture version 4.3. To use it, just choose "Cesium 3D Tiles" in the combo box for the production format. ContextCapture even produces a base Cesium application that you can directly upload to a web server.
You’ll need to host the tileset and app from a local server. The cesium releases come with a built-in server which you can use for testing. After following the setup directions you can you place your files in the root Cesium directory and access the app with http://localhost:8080/app.html (whatever its called). There are other ways to host a local server, but this is relatively convenient.