From: Anders P. <an...@gm...> - 2008-11-17 23:53:07
|
Hello, I must have missed something simple here, because these two boxes look identical to me: >>> from visual import * >>> a = box(pos=(0,0,0), color=(0.3,0.3,0.3)) >>> b = box(pos=(2,0,0), color=(0.3,0.3,0.3), shininess=0) Actually texture_and_lighting.py also shows shiniess for the boxes with "shininess=0" so maybe it isn't just me after all. Might the grim truth be that shininess is not changable for boxes? Setting "lit" works, but this looks pretty dull. Regards /Anders |