12345678910111213 |
- {
- language: 'Русский',
- langCode: 'ru', // if not specified will use folder
- defaultExampleCaption: "нажмите здесь, чтобы открыть в отдельном окне",
- title: 'Основы three.js',
- description: 'Изучение Three.js с нуля.',
- link: 'http://threejsfundamentals.org/',
- commentSectionHeader: '<div>Вопросы? <a href="http://stackoverflow.com/questions/tagged/three.js">Спросите на stackoverflow</a>.</div>\n <div>Нашли ошибку? <a href="http://github.com/greggman/threejsfundamentals/issues">Создайте issue на github</a>.</div>',
- missing: "К сожалению, страница ещё не переведена. [Я всегда рад переводчикам](https://github.com/greggman/threejsfundamentals)! 😄\n\n[А пока можете почитать статью на английском языке]({{{origLink}}}).",
- toc: 'Оглавление',
- }
|