Is it possible to make an empty scene without a planet? I need to implement a 3D object viewer.
You should be able to accomplish this by setting the following properties:
In a future release, Runtime will support specifying options for the space effect (black background with stars). With that change, you'll be able to disable rendering the background so that the view behind the scene view is visible. That should enable you to display a model directly on top of your views without anything else visible.
Thank you very much!