We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48e1eb4 commit 65fe12fCopy full SHA for 65fe12f
1 file changed
gltf/fuzz.dict
@@ -69,6 +69,12 @@
69
"\"MAT3\""
70
"\"MAT4\""
71
"\"OPAQUE\""
72
+"\"POSITION\""
73
+"\"NORMAL\""
74
+"\"TANGENT\""
75
+"\"TEXCOORD\""
76
+"\"JOINTS\""
77
+"\"WEIGHTS\""
78
"\"SCALAR\""
79
"\"STEP\""
80
"\"VEC2\""
@@ -181,6 +187,7 @@
181
187
# AFL dictionary for GLTF extensions
182
188
# -----------------------
183
189
"\"KHR_materials_unlit\""
190
+"\"KHR_draco_mesh_compression\""
184
191
"\"KHR_texture_basisu\""
185
192
186
193
"\"KHR_materials_pbrSpecularGlossiness\""
@@ -198,7 +205,12 @@
198
205
199
206
"\"KHR_lights_punctual\""
200
207
"\"color\""
208
+"\"directional\""
201
209
"\"intensity\""
210
+"\"light\""
211
+"\"lights\""
212
+"\"point\""
213
+"\"spot\""
202
214
"\"type\""
203
215
"\"range\""
204
216
"\"innerConeAngle\""
@@ -263,6 +275,7 @@
263
275
264
276
"\"KHR_materials_variants\""
265
277
"\"mappings\""
278
+"\"targetNames\""
266
279
"\"variants\""
267
280
268
281
"\"EXT_texture_webp\""
0 commit comments