We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39bcf8b commit f9063a8Copy full SHA for f9063a8
libs/plugin/src/generators/gltf/gltf.ts
@@ -7,7 +7,7 @@ export interface GltfGeneratorSchema {
7
output: string;
8
className: string;
9
selectorPrefix: string;
10
- draco: boolean;
+ draco?: boolean;
11
bones: boolean;
12
meta: boolean;
13
shadows: boolean;
libs/plugin/src/generators/gltf/schema.json
@@ -36,8 +36,7 @@
36
"draco": {
37
"type": "boolean",
38
"description": "Use DracoLoader",
39
- "alias": "d",
40
- "default": false
+ "alias": "d"
41
},
42
"bones": {
43
0 commit comments