Exemplo n.º 1
0
 void OnPostRender()
 {
     if (cam == null)
     {
         return;
     }
     projection = cam.projectionMatrix;
     debugView.RenderDebugData(ref projection, GLMaterial);
 }
Exemplo n.º 2
0
 void OnPostRender()
 {
     projection = cam.projectionMatrix;
     debugView.RenderDebugData(ref projection, GLMaterial);
 }