1
0
mirror of https://github.com/troisjs/trois.git synced 2024-11-23 20:02:32 +08:00
This commit is contained in:
Kevin Levron 2021-05-05 00:00:13 +02:00
parent f9b18c6b7a
commit 4d30f03130

View File

@ -196,7 +196,6 @@ export default defineComponent({
if (this.shadow) {
this.renderer.shadowMap.enabled = true
this.renderer.shadowMap.type = this.shadowType
}
this.renderFn = this.three.composer ? this.three.renderC : this.three.render