加大视差效果使其更明显
This commit is contained in:
@@ -277,7 +277,7 @@ private:
|
||||
]->circle() | stretch(),
|
||||
new_widget<h_stack>()[
|
||||
new_widget<post_process>()->vignette() | stretch(),
|
||||
new_widget<post_process>()->chromatic_aberration() | stretch()
|
||||
new_widget<post_process>()->chromatic_aberration(10, 1) | stretch()
|
||||
] | stretch(),
|
||||
new_widget<h_stack>()[
|
||||
new_widget<post_process>()->noise(20.0f, 1.f, true) | stretch(),
|
||||
|
||||
Reference in New Issue
Block a user