Conversation
Notices
-
Embed this notice
Rendering completed!
@enigmatico @Maira_Nekomori
-
Embed this notice
@Maira_Nekomori /raytrace @@begin
#include "colors.inc"
#include "glass.inc"
#include "rad_def.inc"
global_settings {
radiosity {
Rad_Settings(Radiosity_Normal,off,off)
}
}
#default {finish{ambient 0}}
light_source{<1500,2500,-2500> color rgb<1,1,1> }
fog{ fog_type 2
distance 900
color rgb<1,1,1>*0.9
fog_offset 0.1
fog_alt 20
turbulence 1.8
}
plane{<0,1,0>,1 hollow //
texture{ pigment {color rgb<0.1,0.3,0.75>*0.7}
#if (version = 3.7 ) finish {emission 1 diffuse 0}
#else finish { ambient 1 diffuse 0}
#end
}
texture{ pigment{ bozo turbulence 0.75
octaves 6 omega 0.7 lambda 2
color_map {
[0.0 color rgb <0.95, 0.95, 0.95> ]
[0.05 color rgb <1, 1, 1>*1.25 ]
[0.15 color rgb <0.85, 0.85, 0.85> ]
[0.55 color rgbt <1, 1, 1, 1>*1 ]
[1.0 color rgbt <1, 1, 1, 1>*1 ]
}
translate< 3, 0,-1>
scale <0.3, 0.4, 0.2>*3
}
#if (version = 3.7 ) finish {emission 1 diffuse 0}
#else finish { ambient 1 diffuse 0}
#end
}
scale 10000
}
camera {
location <0, 1, -5>
look_at <0,0,0>
angle 0
}
plane {
y,0
pigment { checker Black White }
finish { reflection .05 specular 0.15 }
}
text{
ttf "Arial" "GAY!!" 10, 0
pigment { Red }
finish { reflection .05 specular 0.55 }
scale 2
translate <-2.5,0.31,0>
}
plane{<0,1,0>, 0.15
texture{pigment{rgb <.2,.2,.2>}
finish {ambient 0.15
diffuse 0.55
brilliance 6.0
phong 0.8
phong_size 120
reflection 0.6}
}// end of texture
normal{
bozo 1.75
//bumps 0.03
scale <2,0.1,0.3>*0.20
turbulence 0.9
translate <0,0,-2>
}
interior {
ior 1.33
fade_power 1001
fade_distance 0.5
fade_color 0.8
caustics 0.16
}
}// end of plane
@@end