Cub3d 학습일지 - 8 - C에서의 레이캐스팅

대표 사진

 

Raycasting Development with C

Create a raycasting 3D scene using C programming language

courses.pikuma.com

제 8강 Casting Rays in our C Project. C에서의 레이캐스팅

8.1. Ray Struct and FOV. 레이 구조와 FOV(Field of view, 시야)
8.2. Translating the Horizontal Intersection to C. 수평 교차점 - C로 번역하기
8.3. Translating the Vertical Intersection to C. 수직 교차점 - C로 번역하기
8.4. Rendering Rays 레이 렌더링하기

 


8.1. Ray Struct and FOV. 레이 구조와 FOV(Field of view, 시야)
8.2. Translating the Horizontal Intersection to C. 수평 교차점 - C로 번역하기
8.3. Translating the Vertical Intersection to C. 수직 교차점 - C로 번역하기
8.4. Rendering Rays 레이 렌더링하기

github.com/KKWANH/cub3d_kkim/tree/main/C3_3D_Ray_FOV

 

KKWANH/cub3d_kkim

Contribute to KKWANH/cub3d_kkim development by creating an account on GitHub.

github.com