File tree Expand file tree Collapse file tree 1 file changed +25
-25
lines changed
extensions/2.0/Vendor/EXT_mesh_primitive_restart/schema Expand file tree Collapse file tree 1 file changed +25
-25
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "$schema" : " http://json-schema.org/draft-04/schema" ,
3
- "$id" : " EXT_mesh_primitive_restart" ,
4
- "title" : " EXT_mesh_primitive_restart glTF extension" ,
5
- "type" : " object" ,
6
- "description" : " glTF extension enabling the use of primitive restart values in index buffers" ,
7
- "allOf" : [
8
- {
9
- "$ref" : " glTFProperty.schema.json"
10
- }
11
- ],
12
- "properties" : {
13
- "primitiveGroups" : {
14
- "type" : " array" ,
15
- "items" : {
16
- "$ref" : " primitiveGroup.schema.json"
17
- },
18
- "minItems" : 1 ,
19
- "description" : " The list of groups of primitives that can be drawn using a single index buffer with primitive restart"
2
+ "$schema" : " http://json-schema.org/draft-04/schema" ,
3
+ "$id" : " EXT_mesh_primitive_restart" ,
4
+ "title" : " EXT_mesh_primitive_restart glTF Mesh Primitive Extension" ,
5
+ "type" : " object" ,
6
+ "description" : " glTF extension enabling the use of primitive restart values in index buffers" ,
7
+ "allOf" : [
8
+ {
9
+ "$ref" : " glTFProperty.schema.json"
10
+ }
11
+ ],
12
+ "properties" : {
13
+ "primitiveGroups" : {
14
+ "type" : " array" ,
15
+ "items" : {
16
+ "$ref" : " primitiveGroup.schema.json"
17
+ },
18
+ "minItems" : 1 ,
19
+ "description" : " The list of groups of primitives that can be drawn using a single index buffer with primitive restart"
20
+ },
21
+ "extensions" : {},
22
+ "extras" : {}
20
23
},
21
- "extensions" : {},
22
- "extras" : {}
23
- },
24
- "required" : [
25
- " primitiveGroups"
26
- ]
27
- }
24
+ "required" : [
25
+ " primitiveGroups"
26
+ ]
27
+ }
You can’t perform that action at this time.
0 commit comments