summaryrefslogtreecommitdiffstats
path: root/dimension/client.py.in
diff options
context:
space:
mode:
Diffstat (limited to 'dimension/client.py.in')
-rw-r--r--dimension/client.py.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/dimension/client.py.in b/dimension/client.py.in
index 2eaf3c3..9f68198 100644
--- a/dimension/client.py.in
+++ b/dimension/client.py.in
@@ -107,7 +107,8 @@ def main():
"objects" : [],
"lights" : [],
"camera" : PerspectiveCamera(),
- "default_texture" : Texture(finish = Ambient(0.1) + Diffuse(0.7)),
+ "default_texture" : Texture(finish = Ambient(sRGB(0.1))
+ + Diffuse(sRGB(0.7))),
"default_interior" : Interior(),
"background" : Black,
"recursion_limit" : None,