例)平面への貼り付け

 バイキュービック・パッチによる平面へのUVマッピングです。

 //**********************************************************************************
  bicubic_patch{ type 1 flatness 0 u_steps 4 v_steps 4
     <0,0,0>,<1,0,0>,<2,0,0>,<3,0,0>
     <0,1,0>,<1,1,0>,<2,1,0>,<3,1,0>
     <0,2,0>,<1,2,0>,<2,2,0>,<3,2,0>
     <0,3,0>,<1,3,0>,<2,3,0>,<3,3,0>
     pigment { uv_mapping image_map { png "habotan.png" }
               scale <559/381,1,559/381> translate -1/5*x }
  translate <-3/2,-3/2,0> scale 40 }
//**********************************************************************************