ハイト・フィールドによる画像

 画像から、ハイト・フィールドにより造った形状を、上から見た画像です。

 //**********************************************************************************
  #local Pose = height_field { png "spring_dress.png"
              translate <-1/2,-1/2,-1/2> scale <275/710,1,1> }
  object { Pose scale 100 rotate -90*x pigment { color rgb <1,0,0> } translate -25*x }
  object { Pose scale 100 rotate -90*x pigment { color rgb <1,1,0> }
                    rotate 15*y translate (25+10)*x }
 //**********************************************************************************