You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
affine_to_square isn't even in mesh_functions anymore. It was moved in bevyengine/bevy#9597.
But also, it seems that you want to use mesh_functions::get_model_matrix for this now instead, due to it handling the details of some workaround for some DX12 bug.
`MeshUniform` now stores its current and previous model transforms as 4x3 matrices. Helper functions were added to bevy_pbr::mesh_functions to unpack the data.
affine_to_square
isn't even inmesh_functions
anymore. It was moved in bevyengine/bevy#9597.But also, it seems that you want to use
mesh_functions::get_model_matrix
for this now instead, due to it handling the details of some workaround for some DX12 bug.Relevant bit of the migration guide:
bevy-website/content/learn/migration-guides/0.11-0.12/_index.md
Lines 923 to 933 in bf681ad
Relevant text from Discord:
mesh[vertex.instance_index].model
seems to show up elsewhere in the migration guide as well...The text was updated successfully, but these errors were encountered: