Skip Draco-compressed glTF 3d format files.
This commit is contained in:
parent
897afb69a7
commit
b468104842
2 changed files with 35 additions and 17 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue