mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
bb51635481
# Objective - Plane subdivision was removed without providing an alternative ## Solution - Add subdivision to the PlaneMeshBuilder --- ## Migration Guide If you were using `Plane` `subdivisions`, you now need to use `Plane3d::default().mesh().subdivisions(10)` fixes https://github.com/bevyengine/bevy/issues/13258 |
||
---|---|---|
.. | ||
macros | ||
src | ||
Cargo.toml | ||
README.md |