|
I got a terrain, and i wan't to make it blurry in foreground. But when i do it with DOF my skybox become blurry too. Is it possible to prevent my skybox from blur? Thx
(comments are locked)
|
|
As @robertbu stated, you could do this with different cameras. If you had one rendering your scene (with clear flags set to depth only), and had another camera (with a lower depth) render the skybox only (LayerMask set to none, clear flags set to skybox), then you could render the skybox and then paint the scene over it with the second camera. BTW: both cameras would be in the same position and orientation in the scene (technically position isn't important, just orientation, but it's easiest to make one be the child of the other). If you have any questions about using multiple cameras, and what layermasks and clear flags are, check the camera documentation and check around here and the forums - there are a number of posts on doing so.
(comments are locked)
|

looking for solution to similar problem, still no answer
How about having the skybox rendered by a different camera?
robertbu has the point
you would have to make use of shaders wouldn't you?