Sha256: 34d9f44aef1ce6564662fa9dcb0aa9d0ec6b61c472a1c3f28dbe4fe2d06e13e4

Contents?: true

Size: 564 Bytes

Versions: 7

Compression:

Stored size: 564 Bytes

Contents

#include "shapes.inc"

// Camera
background{color rgb <1,1,1>}
#default{ texture{ finish{
  ambient 0.4
  phong 0.6
  phong_size 10.0
} } }

camera{
  perspective // orthographic //or
  location < 3.0000,13.0000, 3.0000 >
  right    <-1.0000, 0.0000, 0.0000 >
  up       < 0.0000, 1.0000, 0.0000 >
  sky      < 0.0000, 0.0000, 1.0000 >
  look_at  < 3.0000, 3.0000, 3.0000 > // 最後に置くことが推奨されている。
}

light_source {< 0.0000,-1.0000, 1.0000 >
  color <1,1,1> * 1.5
  parallel
  point_at < 0.0000, 0.0000, 0.0000 >
}

#include "cell.inc"

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
vasputils-0.1.7 example/povray/4angle/main-y.pov
vasputils-0.1.6 example/povray/4angle/main-y.pov
vasputils-0.1.5 example/povray/4angle/main-y.pov
vasputils-0.1.4 example/povray/4angle/main-y.pov
vasputils-0.1.3 example/povray/4angle/main-y.pov
vasputils-0.1.2 example/povray/4angle/main-y.pov
vasputils-0.1.1 example/povray/4angle/main-y.pov