コード例 #1
0
 public void Update()
 {
     // Calls the draw methods in raytracer
     raytracer.DrawDebug();
     raytracer.Render();
 }