diff options
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), }, ) |