mirror of
https://github.com/troisjs/trois.git
synced 2024-11-24 04:12:02 +08:00
wip
This commit is contained in:
parent
28fe66e469
commit
57faa3a4b6
@ -35,4 +35,5 @@ export default {
|
||||
render() {
|
||||
return this.$slots.default ? this.$slots.default() : [];
|
||||
},
|
||||
__hmrId: 'Object3D',
|
||||
};
|
||||
|
@ -65,4 +65,5 @@ export default {
|
||||
if (this.geometry) this.geometry.dispose();
|
||||
if (this.material) this.material.dispose();
|
||||
},
|
||||
__hmrId: 'Mesh',
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user