mirror of
https://github.com/troisjs/trois.git
synced 2024-11-24 04:12:02 +08:00
cleanup
This commit is contained in:
parent
f9b18c6b7a
commit
4d30f03130
@ -196,7 +196,6 @@ export default defineComponent({
|
|||||||
|
|
||||||
if (this.shadow) {
|
if (this.shadow) {
|
||||||
this.renderer.shadowMap.enabled = true
|
this.renderer.shadowMap.enabled = true
|
||||||
this.renderer.shadowMap.type = this.shadowType
|
|
||||||
}
|
}
|
||||||
|
|
||||||
this.renderFn = this.three.composer ? this.three.renderC : this.three.render
|
this.renderFn = this.three.composer ? this.three.renderC : this.three.render
|
||||||
|
Loading…
Reference in New Issue
Block a user