Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use // comments when possible. | Tavian Barnes | 2014-06-07 | 1 | -3/+3 |
| | |||||
* | pigment: Use pool. | Tavian Barnes | 2014-05-31 | 1 | -13/+3 |
| | |||||
* | canvas: Use pool. | Tavian Barnes | 2014-05-30 | 1 | -1/+0 |
| | |||||
* | pigment: Kill ->ptr field. | Tavian Barnes | 2014-05-27 | 1 | -7/+20 |
| | |||||
* | Re-think colors. | Tavian Barnes | 2011-12-14 | 1 | -4/+2 |
| | | | | | | | | | Color is a property of light, and thus doesn't include information about transparency. But canvas pixels and object pigments represent a color and a degree of transparency. The new type dmnsn_tcolor/ TColor encapsulates that information. Also, fix the transparent shadow implementation. | ||||
* | Make API more consistent. | Tavian Barnes | 2011-10-30 | 1 | -1/+2 |
| | | | | Object methods should be dmnsn_<object>_<fn>(). | ||||
* | Round correctly when converting colors to integers. | Tavian Barnes | 2011-09-18 | 1 | -3/+3 |
| | |||||
* | Vast libdimension API and internals improvements. | Tavian Barnes | 2011-06-13 | 1 | -2/+0 |
| | | | | | 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 Barnes | 2011-04-03 | 1 | -2/+2 |
| | |||||
* | Update email address. | Tavian Barnes | 2011-03-08 | 1 | -1/+1 |
| | |||||
* | Document libdimension with Doxygen. | Tavian Barnes | 2010-11-14 | 1 | -20/+21 |
| | |||||
* | Rename dmnsn_matrix_*_mul() to dmnsn_transform_*(). | Tavian Barnes | 2010-04-17 | 1 | -1/+1 |
| | |||||
* | Fix canvas_pigments with negative coordinates. | Tavian Barnes | 2010-04-15 | 1 | -7/+4 |
| | |||||
* | Add transformations to textures and pigments. | Tavian Barnes | 2010-04-15 | 1 | -0/+2 |
| | | | | | Also, object intersection callbacks are now responsible for handling their own transformations. | ||||
* | New canvas pigment (image map). | Tavian Barnes | 2010-04-13 | 1 | -0/+58 |