kurtkuehnert / bevy_terrain

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

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

Closed cyqsimon closed 1 year ago

cyqsimon commented 1 year 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.