Skip Draco-compressed glTF 3d format files.

This commit is contained in:
K. S. Ernest (iFire) Lee 2022-01-07 19:01:09 -08:00
parent 897afb69a7
commit b468104842
2 changed files with 35 additions and 17 deletions

View file

@ -392,6 +392,7 @@ public:
public:
Error _parse_gltf_state(Ref<GLTFState> state, const String &p_search_path, float p_bake_fps);
Error _parse_gltf_extensions(Ref<GLTFState> state);
void _process_mesh_instances(Ref<GLTFState> state, Node *scene_root);
void _generate_scene_node(Ref<GLTFState> state, Node *scene_parent,
Node3D *scene_root,