📄 scene.inc
字号:
//// pedsim - A microscopic pedestrian simulation system. // Copyright (c) 2003 - 2004 by Christian Gloor// // You can redistribute and/or modify this program under the terms of// the GNU General Public License. See copying.txt for details.// background { color rgb <0.0, 0.2, 0.5> }camera { location < 80, 7, -60> look_at < 80, -16, 0>// focal_point < 1, 1, -6> // aperture 0.4 // blur_samples 10}light_source { <-120, 100, -320> color White}light_source { <-110, 100, -300> color White}light_source { <-110, 100, -320> color White}light_source { <-110, 110, -320> color White}plane { <0, 1, 0>, 0 pigment { checker color rgb <0,0.3,0>, color rgb <0,0.2,0> turbulence 0.15 } scale <.2, .2, .2> }fog { distance 250 color rgbf<0.4, 0.4, 0.4, 0.7> fog_type 2 fog_offset 15 fog_alt 0.5 turbulence 0.2 turb_depth 0.3}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -