summaryrefslogtreecommitdiffstats
path: root/dimension/dimension.in
Commit message (Collapse)AuthorAgeFilesLines
* Use a default diffuse amount of 0.7.Tavian Barnes2011-06-171-1/+1
| | | | | POV-Ray's default of 0.6 was added to a 0.1 ambient. But when you do the sRGB correctly, 0.6 + 0.1 ~= 0.6.
* Use /usr/bin/env python3 rather than /usr/bin/python3.Tavian Barnes2011-06-161-1/+1
|
* Put the client in bindir.Tavian Barnes2011-06-161-3/+14
|
* Implement Progress class.Tavian Barnes2011-06-161-8/+26
|
* More slight style fixes.Tavian Barnes2011-06-161-33/+36
|
* Use types for command-line options, and support --quality.Tavian Barnes2011-06-161-7/+11
|
* Add Python client.Tavian Barnes2011-06-161-0/+125