Beispiel #1
0
 public override void Init()
 {
     fbo = new Framebuffer(cam.Width, cam.Height);
     fbo.Init();
 }