Create 3D models and Under seas topology

1. A concise explanation of the problem you’re experiencing.

How to build a Web portal to accept 3D models as input and convert it to a tilemap

undersea topography using an open-source (non-GPL) solution to render the underwater topology

on a web page.

2. A minimal code example. If you’ve found a bug, this helps us reproduce and repair it.

3. Context. Why do you need to do this? We might know a better way to accomplish your goal.

4. The Cesium version you’re using, your operating system and browser.

There’s a couple of ways you could go about this. Cesium ion (https://cesium.com/cesium-ion/) is a cloud service for uploading, hosting and tiling 3D models. It has a REST API (https://cesium.com/docs/tutorials/rest-api/) so you could build an application that takes the user’s model and sends it to Cesium ion, and displays it with CesiumJS.

You can follow this GitHub issue for the status of underwater rendering in CesiumJS: https://github.com/AnalyticalGraphicsInc/cesium/issues/5665