One way to get to an initial prototype very quickly is to leverage the Cesium ion platform for (1) hosting the 3D models (2) allowing users to position it. Then all our app has to do is let the user log in, and let the user import their models. And everything else is automatically handled, like only the user who added it can move the model, etc.
Create a basic UI that'll allow a user to enter their ion asset ID, and that'll show up in the viewer.
I think the authentication that tutorial explains does NOT cover authenticating via the browser? If so, you'll need to make sure to do that to (instead of authenticating from the server)
One way to get to an initial prototype very quickly is to leverage the Cesium ion platform for (1) hosting the 3D models (2) allowing users to position it. Then all our app has to do is let the user log in, and let the user import their models. And everything else is automatically handled, like only the user who added it can move the model, etc.
To do this:
I think the authentication that tutorial explains does NOT cover authenticating via the browser? If so, you'll need to make sure to do that to (instead of authenticating from the server)