From 239a319b41474a35e4c9c4b7c6ae3c6e0b0b7185 Mon Sep 17 00:00:00 2001 From: rodri Date: Thu, 6 Jun 2024 17:35:09 +0000 Subject: add cubemaps. --- clip.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'clip.c') diff --git a/clip.c b/clip.c index bcfcabf..4c5e245 100644 --- a/clip.c +++ b/clip.c @@ -70,8 +70,7 @@ eqpt3(Point3 a, Point3 b) /* * references: - * - James F. Blinn, Martin E. Newell, “Clipping Using Homogeneous Coordinates”, - * SIGGRAPH '78, pp. 245-251 + * - “Clipping Using Homogeneous Coordinates”, James F. Blinn, Martin E. Newell, SIGGRAPH '78, pp. 245-251 * - https://cs418.cs.illinois.edu/website/text/clipping.html * - https://github.com/aap/librw/blob/14dab85dcae6f3762fb2b1eda4d58d8e67541330/tools/playground/tl_tests.cpp#L522 */ -- cgit v1.2.3