X-Git-Url: https://lisas.de/git/?p=terminatorX.git;a=blobdiff_plain;f=knob%2FtX_knob.pov;h=920a1d57920e571f56614f0c13f8f6c739474b6a;hp=8d861feac4f412298277339cb430c61013a08b01;hb=7b78d144d39ef00adaed246e73b6b7da4eba2062;hpb=8ca97afb27dfa075c231bff0bc898ad32c0c2a10;ds=sidebyside diff --git a/knob/tX_knob.pov b/knob/tX_knob.pov index 8d861fe..920a1d5 100644 --- a/knob/tX_knob.pov +++ b/knob/tX_knob.pov @@ -19,7 +19,7 @@ // interface. // -w320 -h240 -icon -// -w800 -h600 +a0.3 +// -w1600 -h1280 +a0.3 #include "colors.inc" #include "metals.inc" @@ -50,16 +50,21 @@ texture { finish {ambient 0.1 diffuse 0.8 phong 0.5 phong_size 100 } } -#if(1=1) +#if(KNOB_VIEW=1) camera { orthographic location -z*3.3 look_at 0 } #else - camera { orthographic location -x*5 look_at 0 } + camera { location <+1.6,-1,-4> look_at 0 } +// camera { orthographic location -x*5 look_at 0 } #end plane { z, 0.01 hollow on +#if(KNOB_VIEW=1) pigment {BACKGROUND} +#else + texture { chrome } +#end } light_source { <-60, 80, -500> color Gray85}