IES_Sky - superclass: light; super-superclass:node - classID: #(1260657425, 1692947069)Instances of the IES_Sky light class are used to simulate natural sky light.
Constructor
IES_Sky...
IesSkyLight...Properties
<IES_Sky>.multiplier Float default: 1.0 -- animatable; floatThe light multiplier controls the intensity of the skylight.
<IES_Sky>.color Color default: (color 242.25 242.25 255) -- animatableGets/Sets the sky color
<IES_Sky>.on Boolean default: true -- booleanGets/Sets the enabled state of the light.
<IES_Sky>.sky_cover Float default: 0.0 -- animatable; floatDetermines how much light is scattered through the sky. 0.0 is Clear, 1.0 is Cloudy.
<IES_Sky>.enabled Boolean default: true -- alias for onGets/Sets the enabled state of the light.
<IES_Sky>.rgb Color default: (color 255 255 255) -- animatable; alias for colorGets/Sets the sky color
<IES_Sky>.rays_per_sample Integer default: 20 -- animatable; integerGets/Sets the number of rays per sample
<IES_Sky>.ray_bias Float default: 0.005 -- animatable; floatGets/Sets the ray bias
<IES_Sky>.castShadows BooleanClass default: false -- animatable; Boolean; Cast_ShadowsEnable/Disable shadow casting.
Interface:NaturalLightClassMethods
<boolean>isSun()Returns true if the list is a Sun light. In the case of IES_Sky , it will return false .
<boolean>isSky()Returns true if the list is a Sky light. In the case of IES_Sky , it will return true .