2)球状マップ

 画像を球面へマテリアルマップにより、球状マップとして貼り付けています。

 //**********************************************************************************
  #local Pose =
   sphere { 0, 0.5
   texture {
    material_map { png "spring_mini.png" map_type 1
    texture { pigment { color rgb <0,0,1> } }
    texture { pigment { color rgb <1,1,0> } }
    }
   translate <-1/2, -1/2, 0> scale <300/640,1,1> }
   }
  object { Pose scale 120 rotate -90*y }
 //**********************************************************************************