📄 tree.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.// #include "meshcone.inc"#include "meshtree.inc"#declare Entire_Tree = MeshTree ( 7, // Number_Of_Large_Branches 7, // Number_Of_Medium_Branches 5, // Number_Of_Small_Branches 6, // Number_Of_Leaves 20, // Branch_Minimum_Angle 120, // Branch_Maximum_Angle 6,// 8 // Tree_Trunk_Size 5, // Large_Branch_Size_Min 6, // Large_Branch_Size_Max 2, // Medium_Branch_Size_Min 3, // Medium_Branch_Size_Max 1, // Small_Branch_Size_Min 2, // Small_Branch_Size_Max texture { pigment { color rgb <0.5,0.3,0.3> } }, // T_Tree_1 texture { pigment { color rgb <0.1,0.6,0.0> } }, // T_Tree_2 457 // Seed_1)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -