Esempio n. 1
0
 private void RightGripPressed(object sender, VRTK.ControllerInteractionEventArgs e)
 {
     if (curObj != null)
     {
         curObj.ExportObject(System.DateTime.Now.ToFileTime().ToString());
         SelectObject(null);
     }
 }