#scrolling fog

1 messages · Page 1 of 1 (latest)

versed owl
smoky vortex
#

IMHO main branch still 0.14.X, so you can use this example in 0.14

versed owl
#

its from their cargo.toml

name = "bevy"
version = "0.15.0-dev"```
and I can't make 
```rust
FogVolume {
            density_texture: Some(noise_texture),
            density_factor: 0.05,
            ..default()
        },
``` work in 0.14
smoky vortex
#

Yes, unfortunately you are right and I am wrong, I'm sorry