
<?xml version='1.0' encoding='UTF-8'?>
<templates>
	<using package='maya'/>
	<template name='NElightInfo'>
		<attribute name='lightDirection' type='maya.float3'>
			<label>Light Direction</label>
		</attribute>
		<attribute name='lightPosition' type='maya.float3'>
			<label>Light Position</label>
		</attribute>
		<attribute name='sampleDistance' type='maya.float'>
			<label>Sample Distance</label>
		</attribute>
	</template>
	<view name='NEDefault' template='NElightInfo'>
		<property name='lightDirection'/>
		<property name='lightPosition'/>
		<property name='sampleDistance'/>
	</view>
</templates>
