角の丸い立方体
#include"colors.inc"
#include"shapes.inc"
#include"shapes2.inc"
#include"textures.inc"
#include "stones.inc"
#include "glass.inc"
#include "metals.inc"
camera{
location<-30,30,-16>
look_at<0,0,0.5>
angle 8 }
light_source{ <-25,20,-10> color 1.5*White }
object {
Round_Box_Union(<-0.7,-0.7,-0.7>, <0.7,0.7,0.7>, .1)
texture {
pigment {
color Green
}
}
rotate 45*x
}
background{color White}

添付ファイル