VRML虚拟现实应用技术作业.doc
文本预览下载声明
VRML虚拟现实应用技术作业
图片展示:
图一
图二
图三
图形代码:
#VRML V2.0 utf8
#圆锥体、图片的链接
Shape {
appearance Appearance {
material Material { }
texture ImageTexture {
url s.jpg
}
}
geometry Cone {
bottomRadius 2.0
height 5.0
side TRUE
bottom TRUE
}
}
#背景颜色的更换
Background {
skyColor [
0.2 1 0.4
]
}
# 长方体
Transform {
translation 0 -5 0
children [
Shape {
appearance Appearance {
material Material {
diffuseColor 0 0.6 0}
}
geometry Box {
size 2 5 2
}
}
]
}
计网0931班
李艳
显示全部