// sample japanese strings #include "colors.inc" #include "textures.v2" camera { location <3.0,.60,-8.0> look_at <3.3,.2,1> angle 50 } light_source { <0,400,-500> White } plane { y,0 texture { pigment { SeaGreen } finish { reflection.45 specular 1 } normal { ripples.25 turbulence.5 scale.25 } } } text { ttf "msmincho.ttf" "POV-Rayで" 1, 0 pigment { Green } finish { reflection.1 specular 1 } translate 1.2*y } text { ttf "msgothic.ttf" "日本語を使おう" 1, 0 pigment { BrightGold } finish { reflection.1 specular 0.9 } translate 0.2*y } #include "skies.inc" sky_sphere { S_Cloud2 }