// PoVRay 3.7 Scene File "xodbb7.pov" // author: dookie x // date: 05.14.2018 //-------------------------------------------------------------------------- #version 3.7; global_settings{ assumed_gamma 1.0 } #default{ finish{ ambient 0.1 diffuse 0.9 }} //-------------------------------------------------------------------------- #include "colors.inc" #include "textures.inc" #include "glass.inc" #include "metals.inc" #include "golds.inc" //#include "stones.inc" #include "woods.inc" #include "shapes.inc" #include "shapes2.inc" #include "fhtex.pov" #include "fhobjex.pov" #include "fhcamera.pov" #include "cf5.pov" camera{Camera_0} // sun ---------------------------------------------------------------------- light_source{< 1,-3,-10> color White} background{color rgb< 0.0069, 0.0, 0.001> } // a very dark red //background{color rgb< 0.06, 0.0, 0.01> } // not so very dark red object{MetalCross translate y*11.5} object{TyrePyle} object{Heart scale 3.17 translate y*-.5} object {SkullRing} object{AllTexts} //object{MyFlame scale<7,2.5,7> translate y*6.15}