зеркало из https://github.com/mozilla/Spoke.git
Clear scene helpers
This commit is contained in:
Родитель
1ea5a39bdb
Коммит
4e8c902be9
|
@ -465,6 +465,8 @@ export default class Editor {
|
|||
this.scene.background.setHex(0xaaaaaa);
|
||||
this.scene.fog = null;
|
||||
|
||||
this.scene.traverse(this.removeHelper.bind(this));
|
||||
|
||||
const objects = this.scene.children;
|
||||
|
||||
while (objects.length > 0) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче