]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - curves.c
Rework r_shadow_shadowmode to be more maintainable and understandable - it now caches...
[xonotic/darkplaces.git] / curves.c
index cf7569dba482a202a641553ed5a31fa59dc220c0..58ce43d024a12af101921901f9e1362d0d6ae889 100644 (file)
--- a/curves.c
+++ b/curves.c
@@ -1,6 +1,6 @@
 
 /*
-this code written by Forest Hale, on 2004-10-17, and placed into public domain
+this code written by Ashley Rose Hale (LadyHavoc), on 2004-10-17, and placed into public domain
 this implements Quadratic BSpline surfaces as seen in Quake3 by id Software
 
 a small rant on misuse of the name 'bezier': many people seem to think that