
<?xml version='1.0' encoding='UTF-8'?>
<templates>
	<using package='maya'/>
	<template name='NEphongE'>
		<attribute name='outColor' type='maya.float3'>
			<label>Out Color</label>
		</attribute>
		<attribute name='color' type='maya.float3'>
			<label>Color</label>
		</attribute>
		<attribute name='ambientColor' type='maya.float3'>
			<label>Ambient Color</label>
		</attribute>
		<attribute name='incandescence' type='maya.float3'>
			<label>Incandescence</label>
		</attribute>
		<attribute name='matteOpacity' type='maya.float'>
			<label>Matte Opacity</label>
		</attribute>
		<attribute name='diffuse' type='maya.float'>
			<label>Diffuse</label>
		</attribute>
		<attribute name='normalCamera' type='maya.float3'>
			<label>Normal Camera</label>
		</attribute>
		<attribute name='reflectivity' type='maya.float'>
			<label>Reflectivity</label>
		</attribute>
		<attribute name='reflectedColor' type='maya.float3'>
			<label>Reflected Color</label>
		</attribute>
		<attribute name='highlightSize' type='maya.float'>
			<label>Highlight Size</label>
		</attribute>
		<attribute name='specularColor' type='maya.float3'>
			<label>Specular Color</label>
		</attribute>
		<attribute name='translucence' type='maya.float'>
			<label>Translucence</label>
		</attribute>
		<attribute name='transparency' type='maya.float3'>
			<label>Transparency</label>
		</attribute>
	</template>
	<view name='NEDefault' template='NEphongE'>
		<property name='outColor'/>
		<property name='color'/>
		<property name='ambientColor'/>
		<property name='incandescence'/>
		<property name='matteOpacity'/>
		<property name='diffuse'/>
		<property name='normalCamera'/>
		<property name='reflectivity'/>
		<property name='reflectedColor'/>
		<property name='highlightSize'/>
		<property name='specularColor'/>
		<property name='translucence'/>
		<property name='transparency'/>
	</view>
	<view name='NEDefaultSoloOutput' template='NEphongE'>
		<property name='outColor'/>
	</view>
</templates>
