env_sky - AlpyneDreams/Source2Wiki GitHub Wiki


@PointClass base(Targetname, Parentname, EnableDisable) iconsprite("editor/env_sky.vmat") skybox() = env_sky : 
	"Controls the sky."
[
	skyname(resource:material) [report] : "Sky Material" : "materials/dev/default_sky.vmat"
	tint_color(color255) : "Skybox Tint Color" : "255 255 255" : "Tint the skybox"

	fog_type(choices) : "Fog Type" : 1 =
	[
		0: "None"
		1: "Distance Based"
		2: "Angular"
	]

	angular_fog_max_end( float ) : "Fog Max Angle End" : "35.0"
	angular_fog_max_start( float ) : "Fog Max Angle Start" : "25.0"
	angular_fog_min_start( float ) : "Fog Min Angle Start" : "-25.0"
	angular_fog_min_end( float ) : "Fog Min Angle End" : "-35.0"
]