summaryrefslogtreecommitdiffstats
path: root/dimension/tests
Commit message (Collapse)AuthorAgeFilesLines
* Use inheritance for spheres in cube test.Tavian Barnes2011-12-161-19/+23
|
* 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.
* Rename complex test to cube test.Tavian Barnes2011-12-042-3/+3
|
* Use a separate class for sRGB colors.Tavian Barnes2011-12-042-9/+11
|
* Ship dimension client inside the Python package.Tavian Barnes2011-10-311-2/+2
|
* 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-182-3/+3
|
* Clean up lights in complex.dmnsn even more.Tavian Barnes2011-08-071-2/+2
|
* Clean up lights in complex test.Tavian Barnes2011-08-031-9/+5
|
* Remove color_maps.Tavian Barnes2011-07-281-18/+18
|
* Fix up formatting a bit in complex test.Tavian Barnes2011-07-191-2/+2
|
* Implement triangles.Tavian Barnes2011-07-131-0/+22
|
* Clean up tests a bit.Tavian Barnes2011-07-131-4/+3
|
* Fix complex test colors.Tavian Barnes2011-07-101-1/+1
|
* Add pigment= and finish= shorthand to Object.__init__().Tavian Barnes2011-06-172-25/+21
|
* Add Python client.Tavian Barnes2011-06-163-0/+235
|
* Rip out old client.Tavian Barnes2011-05-1526-1567/+0
|
* Group tests and benchmarks with the corresponding source code.Tavian Barnes2011-05-1526-0/+1567