Improved Bloom Effect by adding a Radius-parameter
This commit is contained in:
parent
c492470430
commit
7ea788534c
4 changed files with 17 additions and 3 deletions
|
|
@ -23,8 +23,11 @@ namespace SM_TEST
|
|||
{
|
||||
window = new GLWindow();
|
||||
window.ApplySetup(new Window2DSetup());
|
||||
window.SetRenderPipeline(new TestRenderPipeline());
|
||||
|
||||
window.SetScene(scene = new Scene());
|
||||
scene.Objects.Add(new DrawObject2D());
|
||||
|
||||
window.UpdateFrame += WindowOnUpdateFrame;
|
||||
window.Run();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue