Spaces:
No application file
No application file
Add files
Browse files- .DS_Store +0 -0
- README 2.md +21 -0
- glTF/Box With Spaces.bin +3 -0
- glTF/Box With Spaces.gltf +154 -0
- glTF/Normal Map.png +0 -0
- glTF/Roughness Metallic.png +0 -0
- glTF/glTF Logo With Spaces.png +0 -0
- screenshot/screenshot.png +0 -0
- screenshot/screenshot_large.png +0 -0
.DS_Store
ADDED
Binary file (6.15 kB). View file
|
|
README 2.md
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Box With Spaces
|
2 |
+
|
3 |
+
## Screenshot
|
4 |
+
|
5 |
+

|
6 |
+
|
7 |
+
## Description
|
8 |
+
|
9 |
+
The binary file is called `Box With Spaces.bin`, testing runtime support for the presence of spaces in a URI. Three textures
|
10 |
+
also have spaces in their URIs, but each space character is URI-encoded as `%20`.
|
11 |
+
|
12 |
+
Client implementations are expected to URI-decode all URIs present in a glTF model, even when they represent files on a
|
13 |
+
local disk. See [#1449](https://github.com/KhronosGroup/glTF/issues/1449) for additional comments.
|
14 |
+
|
15 |
+
## License Information
|
16 |
+
|
17 |
+
glTF™ is a trademark of the Khronos Group Inc. Follow the [Khronos Logo Usage Guidelines](https://www.khronos.org/legal/trademarks/)
|
18 |
+
when reproducing the glTF™ logo.
|
19 |
+
|
20 |
+
The cube model is [](http://creativecommons.org/publicdomain/zero/1.0/)
|
21 |
+
To the extent possible under law, Analytical Graphics has waived all copyright and related or neighboring rights to this asset.
|
glTF/Box With Spaces.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:679113188ed21fed63ca4337efde0d2dc2b062b82b8cd9336152e35cd988e532
|
3 |
+
size 840
|
glTF/Box With Spaces.gltf
ADDED
@@ -0,0 +1,154 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"asset" : {
|
3 |
+
"copyright" : "CC0 by Ed Mackey, AGI",
|
4 |
+
"generator" : "Khronos glTF Blender I/O v1.3.48",
|
5 |
+
"version" : "2.0"
|
6 |
+
},
|
7 |
+
"scene" : 0,
|
8 |
+
"scenes" : [
|
9 |
+
{
|
10 |
+
"name" : "Scene",
|
11 |
+
"nodes" : [
|
12 |
+
0
|
13 |
+
]
|
14 |
+
}
|
15 |
+
],
|
16 |
+
"nodes" : [
|
17 |
+
{
|
18 |
+
"mesh" : 0,
|
19 |
+
"name" : "Cube"
|
20 |
+
}
|
21 |
+
],
|
22 |
+
"materials" : [
|
23 |
+
{
|
24 |
+
"emissiveFactor" : [
|
25 |
+
0,
|
26 |
+
0,
|
27 |
+
0
|
28 |
+
],
|
29 |
+
"name" : "Material",
|
30 |
+
"normalTexture" : {
|
31 |
+
"index" : 0,
|
32 |
+
"texCoord" : 0
|
33 |
+
},
|
34 |
+
"pbrMetallicRoughness" : {
|
35 |
+
"baseColorTexture" : {
|
36 |
+
"index" : 1,
|
37 |
+
"texCoord" : 0
|
38 |
+
},
|
39 |
+
"metallicRoughnessTexture" : {
|
40 |
+
"index" : 2,
|
41 |
+
"texCoord" : 0
|
42 |
+
}
|
43 |
+
}
|
44 |
+
}
|
45 |
+
],
|
46 |
+
"meshes" : [
|
47 |
+
{
|
48 |
+
"name" : "Cube",
|
49 |
+
"primitives" : [
|
50 |
+
{
|
51 |
+
"attributes" : {
|
52 |
+
"POSITION" : 0,
|
53 |
+
"NORMAL" : 1,
|
54 |
+
"TEXCOORD_0" : 2
|
55 |
+
},
|
56 |
+
"indices" : 3,
|
57 |
+
"material" : 0
|
58 |
+
}
|
59 |
+
]
|
60 |
+
}
|
61 |
+
],
|
62 |
+
"textures" : [
|
63 |
+
{
|
64 |
+
"source" : 0
|
65 |
+
},
|
66 |
+
{
|
67 |
+
"source" : 1
|
68 |
+
},
|
69 |
+
{
|
70 |
+
"source" : 2
|
71 |
+
}
|
72 |
+
],
|
73 |
+
"images" : [
|
74 |
+
{
|
75 |
+
"mimeType" : "image/png",
|
76 |
+
"name" : "Normal Map",
|
77 |
+
"uri" : "Normal%20Map.png"
|
78 |
+
},
|
79 |
+
{
|
80 |
+
"mimeType" : "image/png",
|
81 |
+
"name" : "glTF Logo With Spaces",
|
82 |
+
"uri" : "glTF%20Logo%20With%20Spaces.png"
|
83 |
+
},
|
84 |
+
{
|
85 |
+
"mimeType" : "image/png",
|
86 |
+
"name" : "Roughness Metallic",
|
87 |
+
"uri" : "Roughness%20Metallic.png"
|
88 |
+
}
|
89 |
+
],
|
90 |
+
"accessors" : [
|
91 |
+
{
|
92 |
+
"bufferView" : 0,
|
93 |
+
"componentType" : 5126,
|
94 |
+
"count" : 24,
|
95 |
+
"max" : [
|
96 |
+
1,
|
97 |
+
1,
|
98 |
+
1
|
99 |
+
],
|
100 |
+
"min" : [
|
101 |
+
-1,
|
102 |
+
-1,
|
103 |
+
-1
|
104 |
+
],
|
105 |
+
"type" : "VEC3"
|
106 |
+
},
|
107 |
+
{
|
108 |
+
"bufferView" : 1,
|
109 |
+
"componentType" : 5126,
|
110 |
+
"count" : 24,
|
111 |
+
"type" : "VEC3"
|
112 |
+
},
|
113 |
+
{
|
114 |
+
"bufferView" : 2,
|
115 |
+
"componentType" : 5126,
|
116 |
+
"count" : 24,
|
117 |
+
"type" : "VEC2"
|
118 |
+
},
|
119 |
+
{
|
120 |
+
"bufferView" : 3,
|
121 |
+
"componentType" : 5123,
|
122 |
+
"count" : 36,
|
123 |
+
"type" : "SCALAR"
|
124 |
+
}
|
125 |
+
],
|
126 |
+
"bufferViews" : [
|
127 |
+
{
|
128 |
+
"buffer" : 0,
|
129 |
+
"byteLength" : 288,
|
130 |
+
"byteOffset" : 0
|
131 |
+
},
|
132 |
+
{
|
133 |
+
"buffer" : 0,
|
134 |
+
"byteLength" : 288,
|
135 |
+
"byteOffset" : 288
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"buffer" : 0,
|
139 |
+
"byteLength" : 192,
|
140 |
+
"byteOffset" : 576
|
141 |
+
},
|
142 |
+
{
|
143 |
+
"buffer" : 0,
|
144 |
+
"byteLength" : 72,
|
145 |
+
"byteOffset" : 768
|
146 |
+
}
|
147 |
+
],
|
148 |
+
"buffers" : [
|
149 |
+
{
|
150 |
+
"byteLength" : 840,
|
151 |
+
"uri" : "Box With Spaces.bin"
|
152 |
+
}
|
153 |
+
]
|
154 |
+
}
|
glTF/Normal Map.png
ADDED
![]() |
glTF/Roughness Metallic.png
ADDED
![]() |
glTF/glTF Logo With Spaces.png
ADDED
![]() |
screenshot/screenshot.png
ADDED
![]() |
screenshot/screenshot_large.png
ADDED
![]() |