📄 street.1.wrl
字号:
#创建街道的空间造型
#VRML V2.0 utf8
Group{
children[
Shape{
appearance DEF Bwhite Appearance{
material Material{ }
}
geometry Box{
size 100.0 1.0 100.0
}
},
Transform{
translation 0.0 0.5 0.0
children Shape{
appearance Appearance{
material Material{
diffuseColor 0.6 0.6 0.6
}
}
geometry Cylinder{
radius 1.0
height 1.0
}
}
},
Transform{
translation 27.5 0.5 27.5
children DEF Bblock Shape{
appearance Appearance{
material Material{
diffuseColor 0.8 0.8 0.3
}
}
geometry Box{
size 45.0 0.5 45.0
}
}
},
Transform{
translation -27.5 0.5 27.5
children USE Bblock
},
Transform{
translation -27.5 0.5 -27.5
children USE Bblock
},
Transform{
translation 27.5 0.5 -27.5
children USE Bblock
}
]
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -