summaryrefslogtreecommitdiffstats
path: root/libdimension/diffuse.c
Commit message (Collapse)AuthorAgeFilesLines
* 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-0/+1
|
* Remove a bunch of errno.h includes.Tavian Barnes2010-04-131-1/+0
|
* New dmnsn_malloc() function, and friends.Tavian Barnes2010-04-071-13/+6
| | | | | | 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
|
* Point the normal vectors away from the object.Tavian Barnes2010-02-251-1/+1
|
* Fix up license blurbs and copyright year.Tavian Barnes2010-01-271-1/+1
|
* Finally proper translucency semantics.Tavian Barnes2010-01-141-1/+5
|
* Split finish_fn into diffuse_fn and specular_fn.Tavian Barnes2010-01-131-5/+4
|
* Split up objects, finishes, pigments, lights, cameras, etc.Tavian Barnes2010-01-061-0/+58