public DeferredRenderer(Game game) : base(game) { scene = new Scene(Game); drinstance = this; hpt = new PAB.HiPerfTimer(); }
public Camera(Game game) : base(game) { // TODO: Construct any child components here hpt = new PAB.HiPerfTimer(); }