このソフトでつくられる画像は、必ずしも心揺さぶられるものではない。しかし、立体物に貼り付けると面白い画像に変化する。立体物の作成、貼り付けには、Pov-Rayを使用した。
XaoS 3.5:http://wmi.math.u-szeged.hu/xaos/doku.php
Pov-Ray:http://www.povray.org/download/
1.Pov-Rayでつくったした球にXaoS の画像をはりつけたもの。まるでパックマンのようだ。
wrap3.jpg |
fract3.png |
XaoS画像データ(fract3.xpf)とPov-Ray(wrap3.pov)データを添付する。
;Position file automatically generated by XaoS 3.5
; - a realtime interactive fractal zoomer
;Use xaos -load <filename> to display it
(initstate)
(filter 'anti #t)
(filter 'palette #t)
(filter 'edge #t)
(palette 3 354 0)
(formula 'mandel4)
(maxiter 500)
(bailout 3)
(incoloring 6)
(plane 1)
(view -0.04010 -0.13420 4.2022 4.2022)
//---------------------------------------------------------------------------
//Pov-Ray Example file (wrap3.pov):
// Persistence Of Vision raytracer version 3.5 sample file.
global_settings { assumed_gamma 2.2 }
#include "colors.inc"
#include "shapes.inc"
camera {
location <0, 0, -6.5>
right x*image_width/image_height
direction <0, 0, 1>
angle 40
}
light_source {<10, 20, -30> color White}
//background { color White }
background { color Black }
sphere{<0,0,0>,1
texture {
pigment{
image_map {
png "fract3.png"
map_type 1
}
}
finish { specular 0.2 phong 0.1 ambient .6}
scale <1,1,1>
rotate<0,00,0>
translate<0,0,0>
} // end of texture
scale <2,2,2>
rotate<0,0,0>
translate<0,0,0>
}
0 件のコメント:
コメントを投稿