const ИМЯ = "ОМ | MB"; // // // // СоздатьФишку = мир => { мир.загрузчик = new THREE.GLTFLoader(); var адрес = "https://git.opengamestudio.org/mahjong/mahjong-modeli-models/raw/branch/master/фишка|tile.gltf"; мир.загрузчик.load( адрес, function(gltf) { мир.сцена.add(gltf.scene); }, null, function(error) { console.error("ОШИБКА | ERROR", error); } ); };