| 123456789101112131415161718192021222324 |
- {
- language: '한국어',
- langCode: 'ko',
- defaultExampleCaption: "새 탭에서 보기",
- title: 'Three.js 튜토리얼',
- description: 'Three.js 입문자를 위한 튜토리얼',
- link: 'http://threejsfundamentals.org/',
- commentSectionHeader: `
- <div>
- <a href="http://github.com/greggman/threefundamentals/issues">Github</a>
- </div>
- `,
- missing: "아직 번역을 완료하지 못한 문서입니다. [한국어 번역에 동참](https://github.com/gfxfundamentals/threejsfundamentals)해주세요! 😄\n\n[영문으로 볼래요]({{{origLink}}}).",
- toc: '목차',
- categoryMapping: {
- 'basics': 'Three.js란?',
- 'solutions': '활용하기',
- 'webvr': '웹VR',
- 'optimization': '최적화하기',
- 'tips': '팁',
- 'fundamentals': '기본 구조',
- 'reference': '레퍼런스',
- },
- }
|