Hi Experts,
When skybox with infiniteDistance=true, the skybox moves with camera which is expected.
But when I set the camera MaxZ to smaller value, skybox will still be clipped.
I am expecting skybox will always be visible no matter what MaxZ value is.
? | Babylon.js Playground
Is that normal or a BUG?
If it is normal, is there any other way that i can make sure the skybox is always visible?
Thanks.
The playground from this post shows how to draw the skybox below everything else (so you can make it small so it is not clipped by minZ):
2 Likes
Thank you. I will try it out. I will search the forum first next time.