Im having some troubles with my fog
i have two cameras
one is orthographic, the problem is that fog is not affecting it, but if i change it to non-orthographic, fog works as expected.
why ?
.ORG
Im having some troubles with my fog
i have two cameras
one is orthographic, the problem is that fog is not affecting it, but if i change it to non-orthographic, fog works as expected.
why ?
.ORG
I guess because orthographic is 2D and doesn’t know deep.
Fog needs deep to know how much to make things foggy.
Fog works on orthographic cameras for me. Perhaps you are using shaders that don’t work with fog?
Muriac: really ?? but i tested with Create > Cube that comes with the default diffuse shader.
Im solving it another way around anyways…
and DynamicHead you are wrong, orthographic is 3D with no aperture angle, they do not have vanishing point but are 3D like non-orthographic cameras…
.ORG
Sorry, I should’ve realized that if it works with a perspective camera, it’s not a shader issue. So I’m not sure what the problem is.