public ExampleScene(GameWindow window) : base(typeof(PointCloud)) { this.Cameras.Add(camera = new FPSCamera() { Velocity = 3 }); this.Components.Add(pointCloud = new PointCloud()); camera.Initialize(window); }