File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222
2323![ clouds] ( https://github.com/evroon/bevy-volumetric-clouds/raw/master/.github/screenshots/clouds.jpg )
2424
25- This is a plugin for [ Bevy] ( https://github.com/bevyengine/bevy ) that renders voluemtric clouds
26- using raymarching using the method of Horizon Zero Dawn by Guerilla Games (see [ credits] ( #credits ) ).
25+ This is a plugin for [ Bevy] ( https://github.com/bevyengine/bevy ) that renders volumetric clouds
26+ using the method of Horizon Zero Dawn by Guerilla Games (see [ credits] ( #credits ) ).
2727
2828## Usage
2929
@@ -47,10 +47,10 @@ cargo run --example demo --features fly_camera,debug
4747
4848## Limitations
4949
50- A few limiations apply for now and hopefully get fixed in the future:
50+ A few limitations apply for now and hopefully get fixed in the future:
5151
5252- There is no integration with Bevy's internal atmosphere rendering yet, this plugin uses a simple
53- sky rendering function
53+ sky rendering function.
5454- The clouds are drawn on a skybox that does not take the depth buffer into account yet. Therefore,
5555 it's not yet possible to "fly" into the clouds, the clouds are only visible from ground-level.
5656- For now the clouds render resolution is set to 1920x1080 and can't be changed.
You can’t perform that action at this time.
0 commit comments