Skip to content

Commit

Permalink
2020. 06 .08. Fixed a hyperlink
Browse files Browse the repository at this point in the history
  • Loading branch information
365kim authored Jun 8, 2020
1 parent 812405b commit d41e82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 4_textured_raycaster.md
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,6 @@ Uint32 color = texture[texNum][texSize * texX + texY];
[[원문링크]](https://lodev.org/cgtutor/raycasting.html#Textured_Raycaster)
<br>
<br>
[[전편으로] 중급 : 예제코드로 이해하는 레이캐스터 구현 (untextured)]https://github.com/365kim/raycasting_tutorial/blob/master/3_untextured_raycaster.md
[[전편으로] 중급 : 예제코드로 이해하는 레이캐스터 구현 (untextured)](https://github.com/365kim/raycasting_tutorial/blob/master/3_untextured_raycaster.md)
<br>
[__[다음편으로] 보충 : Wolfenstein의 3D 텍스처__](https://github.com/365kim/raycasting_tutorial/blob/master/5_wolfenstein_texture.md)

0 comments on commit d41e82e

Please sign in to comment.