kurtkuehnert / bevy_terrain

A terrain rendering plugin for the bevy game engine.
Apache License 2.0
177 stars 19 forks source link

Fix advanced example for bevy 0.11 (Rust code only; shader still needs work) #11

Closed cyqsimon closed 9 months ago

cyqsimon commented 10 months ago

The example now compiles, but it still has fatal shader errors at runtime. I'm not familiar with GLSL enough to make changes confidently, so this is as much as I can do.