summaryrefslogtreecommitdiffstats
path: root/libdimension-python/dimension.pxd
Commit message (Collapse)AuthorAgeFilesLines
* Add teapots WIP.teapotTavian Barnes2011-12-211-0/+1
|
* Make triangles smooth.Tavian Barnes2011-12-171-1/+7
|
* Re-think colors.Tavian Barnes2011-12-141-14/+22
| | | | | | | | | 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.
* Hide the presence of dimension.wrapper from wrapper types.Tavian Barnes2011-12-051-0/+397
|
* Ship dimension client inside the Python package.Tavian Barnes2011-10-311-397/+0
|
* Make API more consistent.Tavian Barnes2011-10-301-9/+9
| | | | Object methods should be dmnsn_<object>_<fn>().
* Rename progress objects to future objects.Tavian Barnes2011-10-191-11/+11
|
* Add ImageMaps to Python module.Tavian Barnes2011-09-181-0/+2
|
* Transform normals as pseudovectors, not vectors.Tavian Barnes2011-09-141-1/+3
| | | | | | | | Also clarify the vector transformation API. Instead of dmnsn_transform_vector(), we have: - dmnsn_transform_point() - dmnsn_transform_direction() - dmnsn_transform_normal()
* Use dmnsn_object::intrinsic_trans from Python.Tavian Barnes2011-09-121-0/+1
|
* Replace sky_spheres with a single background pigment.Tavian Barnes2011-08-211-13/+1
|
* Don't dynamically allocate timers.Tavian Barnes2011-08-211-5/+4
|
* Support thread cancelation, and handle ^C in the client.Tavian Barnes2011-08-191-0/+1
|
* Rename "translucency" to "transparency".Tavian Barnes2011-08-121-1/+1
| | | | Perhaps I should look up terms before I use them.
* Add [] accessors to Canvases.Tavian Barnes2011-07-291-0/+4
|
* Support rendering image subregions.Tavian Barnes2011-07-291-1/+6
| | | | This is the first step to supporting distributed renders.
* Add leopard pigment.Tavian Barnes2011-07-281-0/+1
|
* Make the checker pattern a singleton.Tavian Barnes2011-07-281-1/+1
|
* Remove color_maps.Tavian Barnes2011-07-281-4/+0
|
* Implement quick_color for Pigments.Tavian Barnes2011-07-131-0/+1
|
* Implement triangles.Tavian Barnes2011-07-131-0/+3
|
* Implement Progress class.Tavian Barnes2011-06-161-0/+15
|
* Fix python module license.Tavian Barnes2011-06-161-6/+7
|
* Add .pigment and .finish properties to Textures.Tavian Barnes2011-06-151-0/+4
|
* Add Timers to Python module.Tavian Barnes2011-06-141-0/+16
|
* Fix rotational alignment.Tavian Barnes2011-06-141-3/+2
|
* Use Cython for the Python module.Tavian Barnes2011-06-131-0/+359