Skip to content

Commit 4ebcc3c

Browse files
Merge pull request #3673 from chrisfromwork/gltfNits
Namespace fixes for - glTF Utilities based off of built in Unity Serialization
2 parents fdcd677 + 3056c30 commit 4ebcc3c

File tree

194 files changed

+7595
-75
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

194 files changed

+7595
-75
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,6 @@ Assets/ThirdParty.meta
6363
Assets/TextMesh Pro.meta
6464
Assets/TextMesh Pro/
6565
--Version/
66+
Assets/StreamingAssets/GltfModels/
67+
Assets/StreamingAssets/GltfModels.meta
68+
Assets/StreamingAssets.meta

Assets/MixedRealityToolkit.Examples/Demos/Gltf.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "Microsoft.MixedReality.Toolkit.Examples.Demos.Gltf",
3+
"references": [
4+
"Microsoft.MixedReality.Toolkit",
5+
"Microsoft.MixedReality.Toolkit.Core.Utilities.Async",
6+
"Microsoft.MixedReality.Toolkit.Utilities.Gltf"
7+
],
8+
"optionalUnityReferences": [],
9+
"includePlatforms": [],
10+
"excludePlatforms": [],
11+
"allowUnsafeCode": false,
12+
"overrideReferences": false,
13+
"precompiledReferences": [],
14+
"autoReferenced": true,
15+
"defineConstraints": []
16+
}

Assets/MixedRealityToolkit.Examples/Demos/Gltf/MixedRealityToolkit.Examples.Demos.Gltf.asmdef.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/MixedRealityToolkit.Examples/Demos/Gltf/Models.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/MixedRealityToolkit.Examples/Demos/Gltf/Models/BoomBox.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Boom Box
2+
## Screenshot
3+
4+
![screenshot](screenshot/screenshot.jpg)
5+
6+
## License Information
7+
8+
[![CC0](http://i.creativecommons.org/p/zero/1.0/88x31.png)](http://creativecommons.org/publicdomain/zero/1.0/)
9+
To the extent possible under law, Microsoft has waived all copyright and related or neighboring rights to this asset.

Assets/MixedRealityToolkit.Examples/Demos/Gltf/Models/BoomBox/README.md.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/MixedRealityToolkit.Examples/Demos/Gltf/Models/BoomBox/glTF-Binary.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

0 commit comments

Comments
 (0)