ForesightMiningSoftwareCorporation / bevy_polyline

Polyline Rendering for Bevy
https://crates.io/crates/bevy_polyline
Apache License 2.0
171 stars 43 forks source link

updated to work with bevy 0.13 #59

Closed Threadzless closed 3 months ago

Threadzless commented 7 months ago

There' s a problem, maybe. In material.rs, line 349, the type Opaque3d now has an asset_id field. I set it to AssetId::default(), which seems wrong, as that would point to nothing.

Despite this, all the examples ran correctly.

¯_(ツ)_/¯

aevyrie commented 3 months ago

Closed in favor of #61