Add nicer coloring.
This commit is contained in:
parent
565ded39fc
commit
11d306f362
16 changed files with 14 additions and 10 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue