diff options
author | Tavian Barnes <tavianator@gmail.com> | 2011-09-18 14:53:37 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2011-09-18 14:53:37 -0400 |
commit | 57ca6b8f4789d74a3d743a1f11c3b189c59d4edf (patch) | |
tree | 5aaa13c2223d636fc39c83aef2900145652f0bf5 /dimension/tests/demo.dmnsn | |
parent | b2e1763c7d54e76a49f6f4434996f37882ae2171 (diff) | |
download | dimension-57ca6b8f4789d74a3d743a1f11c3b189c59d4edf.tar.xz |
Add ImageMaps to Python module.
Diffstat (limited to 'dimension/tests/demo.dmnsn')
-rw-r--r-- | dimension/tests/demo.dmnsn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dimension/tests/demo.dmnsn b/dimension/tests/demo.dmnsn index 331c2b4..040ae4f 100644 --- a/dimension/tests/demo.dmnsn +++ b/dimension/tests/demo.dmnsn @@ -26,7 +26,7 @@ camera.rotate(53*Y) background = PigmentMap( pattern = Gradient(Y), map = { - 0: Orange, + 0: ImageMap("../../libdimension/tests/png2.png").rotate(53*Y), 0.35: Color(0, 0.1, 0.2, trans = 0.1, filter = 0.0), }, ) |