 <CompuCell3D>
 <Potts>
   <Dimensions x="50" y="50" z="50"/>
   <Anneal>10</Anneal>
   <Steps>10000</Steps>
   <Temperature>5</Temperature>
   <Flip2DimRatio>1</Flip2DimRatio>
   <FlipNeighborMaxDistance>1.75</FlipNeighborMaxDistance>
 </Potts>

 <Plugin Name="PlayerSettings">
    <Project2D XYProj="25"/>
    <InitialProjection Projection="xz"/>
    <Rotate3D XRot="27" YRot="-11"/>
 </Plugin>

 <Plugin Name="Volume">
   <TargetVolume>20</TargetVolume>
   <LambdaVolume>1.0</LambdaVolume>
 </Plugin>

 <Plugin Name="Surface">
   <TargetSurface>16</TargetSurface>
   <LambdaSurface>0.5</LambdaSurface>
 </Plugin>

 <!--Plugin Name="CellSortType" /-->

<Plugin Name="CellType">
    <CellType TypeName="Medium" TypeId="0"/>
    <CellType TypeName="Condensing" TypeId="1"/>
    <CellType TypeName="NonCondensing" TypeId="2"/>
 </Plugin>

 <Plugin Name="Contact">
   <Energy Type1="Medium" Type2="Medium">0</Energy>
   <Energy Type1="NonCondensing" Type2="NonCondensing">14</Energy>
   <Energy Type1="Condensing"    Type2="Condensing">2</Energy>
   <Energy Type1="NonCondensing" Type2="Condensing">11</Energy>
   <Energy Type1="NonCondensing" Type2="Medium">16</Energy>
   <Energy Type1="Condensing"    Type2="Medium">16</Energy>
 </Plugin>

 <Plugin Name="CenterOfMass"/>

 <Steppable Type="OutputData"/>

 <Steppable Type="BlobInitializer">
   <Gap>0</Gap>
   <Width>2</Width>
   <CellSortInit>yes</CellSortInit>   
   <Radius>10</Radius>
 </Steppable>

</CompuCell3D>
