From 6216a6701b88cddca1ffdadc4912d108cd308417 Mon Sep 17 00:00:00 2001 From: 365kim <60066472+365kim@users.noreply.github.com> Date: Mon, 8 Jun 2020 15:36:22 +0900 Subject: [PATCH] 2020. 06. 08. Created --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9076bc0..92f71e1 100644 --- a/README.md +++ b/README.md @@ -1 +1,14 @@ -# Raycasting \ No newline at end of file +## Lode의 레이캐스팅 튜토리얼 (한글ver) + +#### 목차 + +1. [__입문__ : 레이캐스팅이 뭐야?](https://github.com/365kim/42_la_piscine/blob/master/Ray1.md) +2. [__기초__ : 아주 기본적인 원리](https://github.com/365kim/42_la_piscine/blob/master/Ray2.md) +3. [__중급__ : 예제코드로 이해하는 레이캐스터 구현 (untextured)](https://github.com/365kim/42_la_piscine/blob/master/Ray3.md) +4. [__고급__ : 예제코드로 이해하는 레이캐스터 구현 (textured)](https://github.com/365kim/42_la_piscine/blob/master/Ray4.md) +5. [__보충__ : Wolfenstein 3D](https://github.com/365kim/42_la_piscine/blob/master/Ray5.md) +
+ +#### 저작권 +- [Lode's Computer Graphics Tutorial(튜토리얼 원문)](https://lodev.org/cgtutor/raycasting.html) +- 레이캐스팅 튜토리얼 작성자 Lode의 허락을 받아 번역하였습니다. [저작권 안내](https://lodev.org/cgtutor/legal.html)