1
0
mirror of https://github.com/troisjs/trois.git synced 2024-11-24 04:12:02 +08:00
This commit is contained in:
Kevin Levron 2021-03-07 16:11:06 +01:00
parent 28fe66e469
commit 57faa3a4b6
2 changed files with 2 additions and 0 deletions

View File

@ -35,4 +35,5 @@ export default {
render() {
return this.$slots.default ? this.$slots.default() : [];
},
__hmrId: 'Object3D',
};

View File

@ -65,4 +65,5 @@ export default {
if (this.geometry) this.geometry.dispose();
if (this.material) this.material.dispose();
},
__hmrId: 'Mesh',
};