forked from KhronosGroup/glTF-Asset-Generator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMesh_PrimitivesUV_04.json
More file actions
65 lines (65 loc) · 1.92 KB
/
Mesh_PrimitivesUV_04.json
File metadata and controls
65 lines (65 loc) · 1.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"uri": "Mesh_PrimitivesUV_04.gltf",
"mimeType": "model/gltf+json",
"validatorVersion": "2.0.0-dev.2.7",
"issues": {
"numErrors": 0,
"numWarnings": 0,
"numInfos": 1,
"numHints": 0,
"messages": [
{
"code": "MESH_PRIMITIVE_UNUSED_TEXCOORD",
"message": "Material does not use texture coordinates sets with indices (0).",
"severity": 2,
"pointer": "/meshes/0/primitives/0/material"
}
],
"truncated": false
},
"info": {
"version": "2.0",
"generator": "glTF Asset Generator",
"resources": [
{
"pointer": "/buffers/0",
"mimeType": "application/gltf-buffer",
"storage": "external",
"uri": "Mesh_PrimitivesUV_04.bin",
"byteLength": 264
},
{
"pointer": "/images/0",
"mimeType": "image/png",
"storage": "external",
"uri": "Textures/BaseColor_Plane.png",
"image": {
"width": 1024,
"height": 1024,
"format": "RGBA",
"bits": 8
}
},
{
"pointer": "/images/1",
"mimeType": "image/png",
"storage": "external",
"uri": "Textures/Normal_Plane.png",
"image": {
"width": 1024,
"height": 1024,
"format": "RGB",
"bits": 8
}
}
],
"hasAnimations": false,
"hasMaterials": true,
"hasMorphTargets": false,
"hasSkins": false,
"hasTextures": true,
"hasDefaultScene": true,
"primitivesCount": 2,
"maxAttributesUsed": 6
}
}