Fixed color rendering of snappy.

This commit is contained in:
Revar Desmera
2017-04-17 19:05:09 -07:00
parent 3a9badfea1
commit e4229ba3e0
2 changed files with 2 additions and 2 deletions

View File

@@ -69,7 +69,7 @@ wiki/v1.5-%.png: %.scad config.scad GDMUtils.scad
rm -f $(subst wiki/v1.5-,tmp_,$@)
wiki/v1.5-snappy_full.png: full_assembly.scad $(wildcard *.scad)
${OPENSCAD} -o $(subst wiki/v1.5-,tmp_,$@) --render --imgsize=3200,3200 --projection=p \
${OPENSCAD} -o $(subst wiki/v1.5-,tmp_,$@) --imgsize=3200,3200 --projection=p \
--csglimit=2000000 --camera=0,0,245,65,0,30,3000 -D '$$t=0.5' $<
${CONVERT} -trim -resize 800x800 -border 10x10 -bordercolor '#ffffe5' $(subst wiki/v1.5-,tmp_,$@) $@
rm -f $(subst wiki/v1.5-,tmp_,$@)

2
wiki

Submodule wiki updated: 26c32e2bbb...5e92e0add3