From 21799661d73a28e451168f956ba3c3e34cea3928 Mon Sep 17 00:00:00 2001 From: Jip Date: Wed, 8 May 2019 17:01:56 +0200 Subject: [PATCH] Added my contribution MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I'm just hoping I got it right, it's a first for me 😃 --- _CodingChallenges/145-2d-ray-casting.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/_CodingChallenges/145-2d-ray-casting.md b/_CodingChallenges/145-2d-ray-casting.md index 233f3acba6..b8270bc32a 100644 --- a/_CodingChallenges/145-2d-ray-casting.md +++ b/_CodingChallenges/145-2d-ray-casting.md @@ -15,6 +15,12 @@ links: url: "https://github.com/bmoren/p5.collide2D" - title: "Line-line Intersection" url: "https://en.wikipedia.org/wiki/Line%E2%80%93line_intersection" +contributions: + - title: "Colorful raycasting" + author: + name: "Jip Fr" + url: "http://jipfr.nl" + url: "https://jipfr.nl/ray/" videos: - title: "Coding Adventure: Ray Marching"