Is that possible to do something like this as skybox ?
- Yes. You can probably combine Texture Raycasting with CanvasTexture to get such effect easily.
- Even easier, if you don’t insist on using skybox specifically - you could just place 3D objects and connect them in constellations (Shapes may be very handy with that
). For what I see even the demo doesn’t really use a skybox, just 3D objects distributed on a sphere (if you zoom out you can see the entire sphere.)
2 Likes
Points with indexed lines could do the trick too
A small example:
2 Likes
So, First thing i need to try is :
-
Make a star with coordinate system like this
The Horizontal Coordinate System -
Set Points (star) with indexed lines.
Thank you for any suggestion
Here is the original SkyGlobe DOS program from 1992 running in an emulator on archive.org
Once it loads, you can click the fullscreen icon.
You might be able to adapt my threejs constellation into a skybox.
Example : https://vkl6n.sse.codesandbox.io/
2 Likes