Add nicer coloring.

This commit is contained in:
jmsgrogan 2017-10-24 10:42:09 +01:00
parent 565ded39fc
commit 11d306f362
16 changed files with 14 additions and 10 deletions

View file

@ -23,8 +23,8 @@ def generate(shape,
# Set up materials and textures
colormap = {"shade": color,
"base": (220.0/255.0, 220.0/255.0, 220.0/255.0),
"chord": (20.0/255.0, 20.0/255.0, 20.0/255.0)}
"base": (132.0/255.0, 64.0/255.0, 11.0/255.0),
"chord": (5.0/255.0, 5.0/255.0, 5.0/255.0)}
product_gen.generate_lamp.apply_textures(colormap, models)
rendering.setup_scene.setup_scene()