summaryrefslogtreecommitdiffstats
path: root/dimension/tests/demo.dmnsn
Commit message (Collapse)AuthorAgeFilesLines
* Re-think colors.Tavian Barnes2011-12-141-4/+4
| | | | | | | | | 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.
* Use a separate class for sRGB colors.Tavian Barnes2011-12-041-3/+3
|
* Fix --disable-png behaviour in the Python module.Tavian Barnes2011-09-181-1/+7
|
* Add ImageMaps to Python module.Tavian Barnes2011-09-181-1/+1
|
* Add .scale(), .translate(), and .rotate() methods to transformable objects.Tavian Barnes2011-09-181-13/+9
|
* Replace sky_spheres with a single background pigment.Tavian Barnes2011-08-211-13/+6
|
* Handle reflection correctly in the client.Tavian Barnes2011-08-181-2/+2
|
* Remove color_maps.Tavian Barnes2011-07-281-18/+18
|
* Implement triangles.Tavian Barnes2011-07-131-0/+22
|
* Clean up tests a bit.Tavian Barnes2011-07-131-4/+3
|
* Add pigment= and finish= shorthand to Object.__init__().Tavian Barnes2011-06-171-24/+20
|
* Add Python client.Tavian Barnes2011-06-161-0/+134