cosmath PovRay

角のまるい立方体

最終更新:

匿名ユーザー

- view
だれでも歓迎! 編集

角の丸い立方体


#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} 

タグ:

+ タグ編集
  • タグ:

このサイトはreCAPTCHAによって保護されており、Googleの プライバシーポリシー利用規約 が適用されます。

添付ファイル
記事メニュー
目安箱バナー