public ViewPlane(ViewPlane vp) { HRes = vp.HRes; VRes = vp.VRes; S = vp.S; Gamma = vp.Gamma; Show_Out_Of_gammut = vp.Show_Out_Of_gammut; sampler = vp.sampler; NumSamples = vp.NumSamples; }
public PixelScreen(ViewPlane vp) { this.vp = vp; }