зеркало из https://github.com/mozilla/Spoke.git
Export network id in case we need it later
This commit is contained in:
Родитель
86c3e95226
Коммит
4c1ff47263
|
@ -134,8 +134,8 @@ export default class MediaFrameNode extends EditorNodeMixin(Object3D) {
|
|||
});
|
||||
// We use scale to configure bounds, we don't actually want to set the node's scale
|
||||
this.scale.setScalar(1);
|
||||
// this.addGLTFComponent("networked", {
|
||||
// id: this.uuid
|
||||
// });
|
||||
this.addGLTFComponent("networked", {
|
||||
id: this.uuid
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче