Hi!
I create a small 3D scene following the 3D First Person template. And as i see, there is a fog creating shadowing effect. How can i do this effect in my scene too? UPD: I found the fog in the effect menu.
Also, how can i do skybox there?
A skybox is just a massive cube which has the camera inside of it all the time. So create a huge cube and the image on each face. Then position the box so it’s centred on the camera; if the camera moves, then so does the skybox cube. Just don’t rotate it with the camera.
Hi guys @MrMen@Rakszas,
Could you help me with a simple example or steps to do the “skybox” working.
I’ve tried implementing your idea several times without success. I think I’m doing something wrong because I can center the camera, but everything appears black even when I apply textures to the cube. If you could provide me with a basic example, that would help me a lot. Thank you very much.