- UID
- 352
- 帖子
- 1321
- 精华
- 14
- 积分
- 2599
- 来自
- 河南永城
|
camera position(0.91,0.5,-0.7) direction(-0.78,0,0.62) vertical(0,1,0) fov(50);
light color(0,2,0) position(1,1,-3);
light color(2,2,0) position(3,-1,-1);
ambient(1,1,1,0.1);
background(0,0,0,0);
f1 := scale(0.1,0.2,0.1);
f2 := translate(0,1,0) rotate(0,1,0,144) scale(0.9) translate(0,-1,0);
f3 := translate(0,0.1,0) scale(0.3) rotate(0,0,1,60);
build s = (f1+f2+f3)s;
这是 IFS Builder 3d 软件的代码如何解读? |
|