summaryrefslogtreecommitdiffstats
path: root/libdimension/phong.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright years.Tavian Barnes2011-08-311-1/+1
|
* Vast libdimension API and internals improvements.Tavian Barnes2011-06-131-12/+12
| | | | | Couldn't really do these while I was trying to be POV-Ray compatible, 'cause they would've broken compatibility.
* Don't use awkward (*fptr)() syntax.Tavian Barnes2011-04-031-2/+2
|
* Update email address.Tavian Barnes2011-03-081-1/+1
|
* Document libdimension with Doxygen.Tavian Barnes2010-11-141-4/+6
|
* Missed some free() -> dmnsn_free() conversions.Tavian Barnes2010-10-181-1/+1
|
* Fix some includes.Tavian Barnes2010-04-271-1/+1
|
* Remove a bunch of errno.h includes.Tavian Barnes2010-04-131-1/+0
|
* New dmnsn_malloc() function, and friends.Tavian Barnes2010-04-071-14/+7
| | | | | | I'm tired of checking for malloc failures everywhere, considering it never happens. So just bail out whenever it does. A lot of stuff is guaranteed to succeed if it returns now.
* Set errno on failures.Tavian Barnes2010-04-011-0/+2
|
* Fix up license blurbs and copyright year.Tavian Barnes2010-01-271-1/+1
|
* Split finish_fn into diffuse_fn and specular_fn.Tavian Barnes2010-01-131-7/+7
|
* Clamp negative values in phong shading.Tavian Barnes2010-01-091-1/+6
|
* Split up objects, finishes, pigments, lights, cameras, etc.Tavian Barnes2010-01-061-0/+67