From 57ca6b8f4789d74a3d743a1f11c3b189c59d4edf Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 18 Sep 2011 14:53:37 -0400 Subject: Add ImageMaps to Python module. --- dimension/tests/demo.dmnsn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dimension') 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), }, ) -- cgit v1.2.3