How can i make a skybox?
I make a cubemap. I make box model. I set cubemap as texture for model. But i don’t see it.
You can use an inverted sphere for a temp one Standard Geometry - Quickly Prototype 3d Games https://www.pkeod.com/defold/standard-geometry/index.html
2 Likes
The problem was with camera. I set small far z value, so i don’t see model=)
I try inverted sphere, it work.
Cubemap texture not work.
1 Like