void Update() { if (Input.GetKeyUp(KeyCode.R)) { RayTraceEngine.Render(); } }
void Start() { RayTraceEngine.Init(); }