We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 307e773 commit 582ac34Copy full SHA for 582ac34
src/components/scene/real-world-meshing.js
@@ -13,7 +13,7 @@ export var Component = register('real-world-meshing', {
13
schema: {
14
filterLabels: {type: 'array'},
15
meshesEnabled: {default: true},
16
- meshMixin: {default: true},
+ meshMixin: {default: ''},
17
planesEnabled: {default: true},
18
planeMixin: {default: ''}
19
},
0 commit comments