//Maya ASCII 2.0 scene
requires maya "2.0";
createNode cpClothProperty -n "cpCotton";
	setAttr ".ubr" 100;
	setAttr ".vbr" 100;
	setAttr ".ubra" 0.3;
	setAttr ".vbra" 0.3;
	setAttr ".usr" 200;
	setAttr ".vsr" 200;
	setAttr ".sr" 50;
	setAttr ".cf" 0.6;
	setAttr ".ad" 0.05;
	setAttr ".sf" 0.7;
	setAttr ".df" 0.7;
