
<?xml version='1.0' encoding='UTF-8'?>
<templates>
	<using package='maya'/>
	<template name='NEenvFog'>
		<attribute name='outColor' type='maya.float3'>
			<label>Out Color</label>
		</attribute>
		<attribute name='fogColor' type='maya.float3'>
			<label>Fog Color</label>
		</attribute>
		<attribute name='fogOpacity' type='maya.float3'>
			<label>Fog Opacity</label>
		</attribute>
		<attribute name='fogDensity' type='maya.double'>
			<label>Fog Density</label>
		</attribute>
		<attribute name='airColor' type='maya.float3'>
			<label>Air Color</label>
		</attribute>
		<attribute name='airOpacity' type='maya.float'>
			<label>Air Opacity</label>
		</attribute>
		<attribute name='airDensity' type='maya.double'>
			<label>Air Density</label>
		</attribute>
		<attribute name='waterColor' type='maya.float3'>
			<label>Water Color</label>
		</attribute>
		<attribute name='waterOpacity' type='maya.float'>
			<label>Water Opacity</label>
		</attribute>
		<attribute name='waterDensity' type='maya.double'>
			<label>Water Density</label>
		</attribute>
		<attribute name='sunColor' type='maya.float3'>
			<label>Sun Color</label>
		</attribute>
		<attribute name='matteOpacity' type='maya.float'>
			<label>Matte Opacity</label>
		</attribute>
	</template>
	<view name='NEDefault' template='NEenvFog'>
		<property name='outColor'/>
		<property name='fogColor'/>
		<property name='fogOpacity'/>
		<property name='fogDensity'/>
		<property name='airColor'/>
		<property name='airOpacity'/>
		<property name='airDensity'/>
		<property name='waterColor'/>
		<property name='waterOpacity'/>
		<property name='waterDensity'/>
		<property name='sunColor'/>
		<property name='matteOpacity'/>
	</view>
	<view name='NEDefaultSoloOutput' template='NEenvFog'>
		<property name='outColor'/>
	</view>
</templates>
