天王星には土星と同様に輪がありますので、記号式が少し複雑になります。記号式内に disc { という輪を表す記号が新たに加わりますが、作画法は他と同じです。記号式の数値を変え、天王星を変化させて下さい。



天王星グローバル・モザイク画像データ (実寸:1500×768 JPEG)
Produced by:galileo-giken.com
Copyright:Free

No.1の記号式
#declare star_count = 10000;
#declare star_scale = 0.3;
#declare star_colour_turb = 1;
#include "GALAXY.SF"
camera {
location <0,0,-9>
look_at <0,0,0>
}
light_source {
<5,0,-5>
color rgb 2
}
union{
object {
sphere {<0 , 0 , 0> , 1.}
texture {
pigment {
image_map {
jpeg "uranusmap.jpg" map_type 1
}
}
}
rotate <90,0,0>
}
disc {
<0,0,0>
<0,0,1>
3.8
1.4099
texture {
pigment {
waves
color_map{
[0 color rgb <0.1,0.2,0.3>]
[1 color rgb <0,0,0>]
}
}
finish {
ambient 0.3
}
scale 0.05
}
}
rotate <0, 95, 0>
}
No.2の記号式
#declare star_count = 10000;
#declare star_scale = 0.3;
#declare star_colour_turb = 1;
#include "GALAXY.SF"
camera {
location <0,0,-6>
look_at <0,0,0>
}
light_source {
<5,0,-2.5>
color rgb 2
}
union{
object {
sphere {<0 , 0 , 0> , 1.}
texture {
pigment {
image_map {
jpeg "uranusmap.jpg" map_type 1
}
}
}
rotate <90,0,0>
}
disc {
<0,0,0>
<0,0,1>
3.8
1.4099
texture {
pigment {
waves
color_map{
[0 color rgb <0.1,0.2,0.3>]
[1 color rgb <0,0,0>]
}
}
finish {
ambient 0.3
}
scale 0.05
}
}
rotate <0, 0, 0>
}
No.3の記号式
#declare star_count = 10000;
#declare star_scale = 0.3;
#declare star_colour_turb = 1;
#include "GALAXY.SF"
camera {
location <0,0,-4>
look_at <0,0,0>
}
light_source {
<5,1.2,-2.5>
color rgb 2
}
union{
object {
sphere {<0 , 0 , 0> , 1.}
texture {
pigment {
image_map {
jpeg "uranusmap.jpg" map_type 1
}
}
}
rotate <90,0,0>
}
disc {
<0,0,0>
<0,0,1>
3.8
1.4099
texture {
pigment {
waves
color_map{
[0 color rgb <0.1,0.2,0.3>]
[1 color rgb <0,0,0>]
}
}
finish {
ambient 0.3
}
scale 0.05
}
}
rotate <160, 120, 0>
}