📄 4.9.wrl
字号:
#以sphere,box,cylinder,cone为节点创建一个航空塔的三维模型,其中用def定义了一个
#名字为bwhite的appearance的节点
#VRML V2.0 utf8
Group{
children[
Shape{
appearance DEF Bwhite Appearance {
material Material { }
}
geometry Sphere{
radius 0.75
}
},
Shape{
appearance USE Bwhite
geometry Box{
size 1.8 0.01 1.8
}
},
Shape{
appearance USE Bwhite
geometry Cylinder{
radius 0.9
height 0.02
}
},
Shape{
appearance USE Bwhite
geometry Cone{
bottomRadius 0.9
height 4.0
}
}
]
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -