Skip to content

Commit e609c91

Browse files
authored
feat(gltf): set the default value of gammaOutput to true
1 parent 6c5f82c commit e609c91

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/model-gltf.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ export default {
2222
}
2323
]
2424
}
25+
},
26+
gammaOutput: {
27+
type: Boolean,
28+
default: true
2529
}
2630
},
2731
data() {

0 commit comments

Comments
 (0)