Esempio n. 1
0
 public void BeginDraw()
 {
     if (rotateCamera)
     {
         time += 0.02f;
     }
     SharpDXHelper.BeginDraw(RenderInfo);
 }