Trying to get Cesium JS to stream tiles from a server without using Cesium ion

Hi,
I’m new to Cesium JS.
I am trying to use Cesium JS for commercial purposes without using a Cesium ion access token.
I have generated tiles already, and have hosted them in a server.
However, I am not able to find a resource to use Cesium Js to stream them without using a Cesium ion token.

  1. Can I use Cesium JS for commercial purposes without having a paid Cesium Ion account?
  2. Would appreciate if a resource can be shared on how I can use Cesium JS to stream 3D tiles from a server without using a Cesium ion access token.

Thanks,
D

Hi Daniel,

  1. Can I use Cesium JS for commercial purposes without having a paid Cesium Ion account?

Yes, but you must disable any Cesium ion data sources, including any imagery, terrain, or the default geocoding system.

  1. Would appreciate if a resource can be shared on how I can use Cesium JS to stream 3D tiles from a server without using a Cesium ion access token.

Any static server should work for serving 3D Tiles content. For instance, see this guide for serving tiles from a local server.