public void EndDragging(Ray r)
 {
     //Debug.Log ("recieved enddraw");
     if (drawing)
     {
         dc.Apply();
     }
 }