mirror of
https://github.com/troisjs/trois.git
synced 2024-11-24 04:12:02 +08:00
cs
This commit is contained in:
parent
afcf13b873
commit
9583cd93ed
@ -42,7 +42,7 @@ export default {
|
|||||||
|
|
||||||
// emit ready event with two passes - do so manually in this file instead
|
// emit ready event with two passes - do so manually in this file instead
|
||||||
// of calling `completePass` like in other effect types
|
// of calling `completePass` like in other effect types
|
||||||
this.$emit('ready', [this.pass, this.pass1])
|
this.$emit('ready', [this.pass, this.pass1]);
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
updateFocusLine() {
|
updateFocusLine() {
|
||||||
|
@ -14,4 +14,4 @@ export default {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
__hmrId: 'Polyhedron',
|
__hmrId: 'Polyhedron',
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user