<?xml version="1.0" encoding="utf-8"?>
<scenedata>
	<material>
		<name>void</name>
		<phong>
		<shared_shader_info>
				<shader><![CDATA[]]></shader>
		</shared_shader_info>
			<diffuse_albedo>
				<constant>
					<rgb>
						<rgb>0.082353 0.14902 0.207843</rgb>
						<gamma>2.2</gamma>
					</rgb>
				</constant>
			</diffuse_albedo>
			<exponent>
					<constant>4</constant>
			</exponent>
			<layer>0</layer>
			<fresnel_scale>1</fresnel_scale>
			<ior>3</ior>
			<nk_data>nkdata/void.nk</nk_data>
		</phong>
	</material>
	<material>
		<name>fresnel test</name>
		<diffuse>
		<shared_shader_info>
				<shader><![CDATA[]]></shader>
		</shared_shader_info>
			<albedo>
				<shader>
						<shader><![CDATA[def eval(vec3 pos) vec3 :
                  lerp(
                    vec3(0.9, 0.5, 0.45),
 					vec3(-0.2, -0.2, -0.18),
                    maxCosTheta()
                   )]]></shader>
				</shader>
			</albedo>
			<random_triangle_colours>false</random_triangle_colours>
			<layer>0</layer>
		</diffuse>
	</material>
	<material>
		<name>Blend A</name>
		<blend>
		<shared_shader_info>
				<shader><![CDATA[]]></shader>
		</shared_shader_info>
			<a_name>void</a_name>
			<b_name>fresnel test</b_name>
			<blend>
				<constant>
					0.65
				</constant>
			</blend>
			<step_blend>false</step_blend>
		</blend>
	</material>
	<material>
		<name>blue ON</name>
		<oren_nayar>
		<shared_shader_info>
				<shader><![CDATA[]]></shader>
		</shared_shader_info>
			<albedo>
				<constant>
					<rgb>
						<rgb>0 0 0.2</rgb>
						<gamma>2.2</gamma>
					</rgb>
				</constant>
			</albedo>
			<sigma>
					<constant>1</constant>
			</sigma>
			<layer>0</layer>
		</oren_nayar>
	</material>
	<material>
		<name>red ON</name>
		<oren_nayar>
		<shared_shader_info>
				<shader><![CDATA[]]></shader>
		</shared_shader_info>
			<albedo>
				<constant>
					<rgb>
						<rgb>0.75 0 0</rgb>
						<gamma>2.2</gamma>
					</rgb>
				</constant>
			</albedo>
			<sigma>
					<constant>0.8</constant>
			</sigma>
			<layer>0</layer>
		</oren_nayar>
	</material>
	<material>
		<name>Blend B</name>
		<blend>
		<shared_shader_info>
				<shader><![CDATA[]]></shader>
		</shared_shader_info>
			<a_name>blue ON</a_name>
			<b_name>red ON</b_name>
			<blend>
				<constant>
					0.65
				</constant>
			</blend>
			<step_blend>false</step_blend>
		</blend>
	</material>
	<material>
		<name>Blend final</name>
		<blend>
		<shared_shader_info>
				<shader><![CDATA[]]></shader>
		</shared_shader_info>
			<a_name>Blend A</a_name>
			<b_name>Blend B</b_name>
			<blend>
				<constant>
					0.25
				</constant>
			</blend>
			<step_blend>false</step_blend>
		</blend>
	</material>
</scenedata>
