| 12345678910111213141516171819202122 |
- {
- language: '日本語',
- langCode: 'ja',
- defaultExampleCaption: 'ここをクリックして別のウィンドウで開きます',
- title: 'Three Fundamentals',
- description: 'Three.jsを学習する',
- link: 'http://threejsfundamentals.org/threejs/lessons/ja',
- commentSectionHeader: `
- <div>Issue/Bug? <a href="http://github.com/greggman/threefundamentals/issues">またはgithubでissueを作って下さい</a>.</div>
- `,
- missing: 'すいません、この記事はまだ翻訳してません. [Translations Welcome](https://github.com/gfxfundamentals/threejsfundamentals)! 😄\n\n[ここに元の英語の記事があります]({{{origLink}}}).',
- toc: '目次',
- categoryMapping: {
- 'basics': '基本',
- 'solutions': '解決策',
- 'webvr': 'WebVR',
- 'optimization': '最適化',
- 'tips': 'Tips',
- 'fundamentals': '基礎',
- 'reference': '参照',
- },
- }
|