Exemplo n.º 1
0
 void Update()
 {
     if (Input.GetKeyUp(KeyCode.R))
     {
         RayTraceEngine.Render();
     }
 }
Exemplo n.º 2
0
 void Start()
 {
     RayTraceEngine.Init();
 }