Отрисовка с помощью Three.js, загрузка моделей GLTF и текстур PNG | Rendering with Three.js, loading of GLTF models and PNG textures
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
147B

  1. ПриветИзШаблона = мир =>
  2. {
  3. console.log("Привет из шаблона!");
  4. console.log("Hello from the template!");
  5. };