⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 light.1.wrl

📁 虚拟现实课件 教会你应用特定软件模拟现实电脑重现现实环境
💻 WRL
字号:
#创建交通灯造型
#VRML V2.0 utf8
Group{
	children[
		Transform{
			translation 0.0 4.0 0.0
			children[
			Shape{
				appearance DEF Bwhite Appearance{
					material Material{
						diffuseColor 0.0 0.0 1.0
							}
						}
				geometry Box{
					size 3.0 0.6 3.0
						}
					},
			Transform{
				translation 0.0 -2.0 0.0
				children Shape{
						appearance Appearance{
							material Material{
								diffuseColor 0.5 0.5 0.5
									}
								}
						geometry Cylinder{
								radius 0.2
								height 4.0
								}
							}
						},
			DEF Llights Transform{
				translation 1.5 0.0 0.0
				children[
					Shape{
						appearance Appearance{
							material Material{
								diffuseColor  0.0 1.0 0.0
									}
								}
						geometry DEF Blight Sphere{
							radius 0.2
								}
							},
					Transform{
						translation 0.0 0.0 -1.0
						children Shape{
							appearance Appearance{
								material Material{
									diffuseColor 1.0 0.0 0.0
										}
									}
							geometry USE Blight
								}
							},
					Transform{
						translation 0.0 0.0 1.0
						children Shape{
							appearance Appearance{
								material Material{
									diffuseColor 1.0 1.0 0.0
										}
								}
							geometry USE Blight
								}
							}
						]
			
					},
		
			Transform{
				rotation 0.0 1.0 0.0 1.57
				children USE Llights
				},
			Transform{
				rotation 0.0 1.0 0.0 -1.57
				children USE Llights
				},
			Transform{
				rotation 0.0 1.0 0.0 3.14
				children USE Llights
				}
			]
		}
	]
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -