Announcement

Collapse
No announcement yet.

sun and sky questions

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • sun and sky questions

    I wanted to create a hazy day look and put 0.1 intensity on my sun but i see that shadows are still quite strong even though image is darker. How to get softer shadows with sun settings?

    I also changed sky intensity and it looks as if it didn't do anything. What's the purpose of it?

  • #2
    Re: sun and sky questions

    It's a workaround but perhaps a shadowless fill light positioned at the same point as the sun might help. It's a trick that worked well for me in Povray, but haven't tried it in Vray yet.

    Also, here's a list of color readings for various natural lighting situations pulled from lightsys for Povray:

    SI_C =EmissiveSpectrum(ES_Illuminant_C); // daylight 249 244 255 0.976470588 0.956862745 1
    Daylight =Daylight(7500); 238 249 255 0.933333333 0.976470588 1
    Candle_Flame=Blackbody(Kt_Candle_Flame); 255 167 61 1 0.654901961 0.239215686
    Sunrise =Blackbody(Kt_Sunrise); 255 184 82 1 0.721568627 0.321568627
    Moonlight =Daylight(Kt_Moonlight); 255 239 189 1 0.937254902 0.741176471
    Hazy_Sky =Daylight(Kt_Hazy_Sky); 233 247 255 0.91372549 0.968627451 1
    Overcast_Sky=Daylight(Kt_Overcast_Sky); 218 244 255 0.854901961 0.956862745 1
    Sunless_Sky =Daylight(Kt_Sunless_Sky); 212 242 255 0.831372549 0.949019608 1
    Sunlight=EmissiveSpectrum(ES_Sunlight); 255 244 200 1 0.956862745 0.784313725
    Cl_Sunlight=EmissiveSpectrum(ES_Sunlight) 255 244 200 1 0.956862745 0.784313725
    SI_B =EmissiveSpectrum(ES_Illuminant_B); // noon sunlight 255 244 222 1 0.956862745 0.870588235
    SI_D50=Daylight(Kt_SI_D50); // daylight 255 248 221 1 0.97254902 0.866666667
    SI_D55=Daylight(Kt_SI_D55); // daylight 255 250 233 1 0.980392157 0.91372549
    SI_D65=Daylight(Kt_SI_D65); // daylight 250 250 250 0.980392157 0.980392157 0.980392157
    SI_D75=Daylight(Kt_SI_D75); // daylight 238 239 255 0.933333333 0.937254902 1

    Comment


    • #3
      Re: sun and sky questions

      @Sandking, Sun has Size param - increase size to get more blurred shadows.
      V-Ray For Houdini | V-Ray Hydra Delegate | VRayScene
      andrei.izrantcev@chaos.com
      Support Request

      Comment

      Working...
      X