Files
mahjong-osnova-base/сцена|scene.js

21 lines
559 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

const ИМЯ = "ОМ | MB";
// // // //
УстановитьGLTFLoader = мир =>
{
var модуль = мир.модули.модульПоИмени(ИМЯ);
console.debug("установить gltfloader 1");
var код = модуль.содержимое["/GLTFLoader.js"];
// Загрузить скрипт.
var скрипт = document.createElement("script");
скрипт.innerHTML = код;
document.body.appendChild(скрипт);
//eval();
console.debug("установить gltfloader 2");
}