File:Egg with pov ray ovus 1 1.png
Summary
Description |
English: Egg shape with POV-Ray ovus object. |
Date | |
Source | Own work |
Author | Merikanto |
POV-Ray 3.8 source code, tested under Linux POV-Ray 3.8 ....
// egg shape with ovus
// POV-Ray 3.8 source code
// povray ovus1.pov -W1600 -H1200 -Q9 -a0.3
light_source { <3e3,0,-1e4>, 1}
camera {
location <0,0,-10>
look_at <0,0,0>
}
background { rgb <1,1,1> }
sky_sphere {
pigment { color rgb <0.9,0.9,1> }
pigment { granite
turbulence 0.5
scale y/3
color_map {
[0 color rgbt <1,1,1,1> ]
[1 color rgbt <1,1,1,0> ]
}
}
}
object {
ovus {1,0.6}
texture {
// pigment {color rgb <0.5,1,0.5>}
pigment { rgb x } finish { specular .5 }
//normal { wrinkles scale 0.03 }
normal { granite scale 0.03 }
}
scale 3
translate y*-1
}
Licensing
I, the copyright holder of this work, hereby publish it under the following license:
![]() ![]() |
This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication. |
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.
|