Skybox Visual problem

Hi guys,

My and my partner have really been struggling to figure out how to fix our skybox and why it looks so messed up. It looks fine from the front but from the back the sky is all warped.

Can anyone please shed some light on how we can fix this please?

Thanks guys.

It would surely help if you showed code and the image(s). Now it’s just guesswork. First suggestion would be that either the code or the image is wrong :stuck_out_tongue:

if you are using a sphere map, don’t.
It’s messed up.
You should use a cube map or an equirect map (if you use jme 3.1)

1 Like

We are using a sphere map that might be it.

Do you have any links to anywhere where we can get proper cubed sky maps by any chance? We are using 3.0.

rootNode.attachChild(SkyFactory.createSky(assetManager, “Textures/layout_cubemap.jpg”, true));

Thats the code, we just use the standard skyfactory provided by jmonkey. If we set false it doesnt work at all and the sky is just black.

http://www.humus.name/index.php?page=Textures