Esempio n. 1
0
 public TOD_Parameters(TOD_Sky sky)
 {
     Cycle      = sky.Cycle;
     World      = sky.World;
     Atmosphere = sky.Atmosphere;
     Day        = sky.Day;
     Night      = sky.Night;
     Sun        = sky.Sun;
     Moon       = sky.Moon;
     Light      = sky.Light;
     Stars      = sky.Stars;
     Clouds     = sky.Clouds;
     Fog        = sky.Fog;
     Ambient    = sky.Ambient;
     Reflection = sky.Reflection;
 }
Esempio n. 2
0
	public TOD_Parameters(TOD_Sky sky)
	{
		Cycle      = sky.Cycle;
		World      = sky.World;
		Atmosphere = sky.Atmosphere;
		Day        = sky.Day;
		Night      = sky.Night;
		Sun        = sky.Sun;
		Moon       = sky.Moon;
		Light      = sky.Light;
		Stars      = sky.Stars;
		Clouds     = sky.Clouds;
		Fog        = sky.Fog;
		Ambient    = sky.Ambient;
		Reflection = sky.Reflection;
	}