mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 19:42:43 +00:00
set flag for 8 bone weights
This commit is contained in:
parent
ef8d981267
commit
a59fb07e4a
@ -3046,6 +3046,7 @@ Error GLTFDocument::_parse_meshes(Ref<GLTFState> p_state) {
|
||||
}
|
||||
}
|
||||
array[Mesh::ARRAY_WEIGHTS] = weights;
|
||||
flags |= Mesh::ARRAY_FLAG_USE_8_BONE_WEIGHTS;
|
||||
}
|
||||
|
||||
if (!indices.is_empty()) {
|
||||
|
Loading…
Reference in New Issue
Block a user