-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule glTFast
updated
8 files
+19 −15 | Editor/Scripts/GltfImporter.cs | |
+0 −201 | LICENSE | |
+1 −2 | Runtime/Scripts/GltfImport.cs | |
+41 −8 | Runtime/Scripts/Schema/Accessor.cs | |
+45 −30 | Runtime/Scripts/Schema/GltfAnimation.cs | |
+18 −3 | Runtime/Scripts/Schema/GltfCamera.cs | |
+21 −3 | Runtime/Scripts/Schema/LightsPunctual.cs | |
+22 −5 | Runtime/Scripts/Schema/Material.cs |