
<?xml version='1.0' encoding='UTF-8'?>
<templates>
	<using package='maya'/>
	<template name='NEbifrostLiquidMaterial'>
		<attribute name='outColor' type='maya.float3'>
			<label>Out Color</label>
		</attribute>
		<attribute name='diffuseColor' type='maya.float3'>
			<label>Diffuse Color</label>
		</attribute>
		<attribute name='reflectionColor' type='maya.float3'>
			<label>Reflection Color</label>
		</attribute>
		<attribute name='refractionColor' type='maya.float3'>
			<label>Refraction Color</label>
		</attribute>
		<attribute name='transparency' type='maya.float'>
			<label>Transparency</label>
		</attribute>
		<attribute name='velocityFactor' type='maya.float'>
			<label>Velocity Factor</label>
		</attribute>
		<attribute name='vorticityFactor' type='maya.float'>
			<label>Vorticity Factor</label>
		</attribute>
	</template>
	<view name='NEDefault' template='NEbifrostLiquidMaterial'>
		<property name='outColor'/>
		<property name='diffuseColor'/>
		<property name='reflectionColor'/>
		<property name='refractionColor'/>
		<property name='transparency'/>
		<property name='velocityFactor'/>
		<property name='vorticityFactor'/>
	</view>
	<view name='NEDefaultSoloOutput' template='NEbifrostLiquidMaterial'>
		<property name='outColor'/>
	</view>
</templates>
