Is it possible to set a specific distance of view for one plane in scene? Like different camera.far for just one object. I need sky plane to be entirely visible, not like other objects.
Asked
Active
Viewed 45 times
0
-
do you mean skybox ..?? what is your question – Ajit kohir Mar 29 '16 at 19:52
-
I use a plane instead of box. The question is how to make the whole plane visible while visibility of other objects are reduced by camera.far parameter. – Kempston Mar 29 '16 at 21:27
-
@Kempston Does [this](http://stackoverflow.com/questions/12666570/how-to-change-the-zorder-of-object-with-threejs/12666937#12666937) work for your purposes? You would use two cameras, each with different `far` settings. – WestLangley Mar 29 '16 at 21:50
-
Yes, it works. I've already seen that. Thanks. But in that case there is another problem. I need shadows from the clouds on the ground and on all the objects of my scene. With different scenes and cameras it seems to be impossible. – Kempston Mar 29 '16 at 21:56