radius软件vrml虚拟现实-实验指导书
《VRML虚拟现实技术》实验指导书
实验⼀造型定位和旋转、缩放
⼀、实验内容:
1.熟悉VrmlPad编辑器的安装和使⽤
2.熟悉Cortonaplayer浏览器的安装和使⽤
3.掌握虚拟造型的基本操作。
⼆、实验环境:
1.硬件环境
计算机⼀台
2.软件环境
WindowsXP操作系统、VrmlPad编辑器和Cortonaplayer浏览器三、实验步骤:完成第四章例4-1
代码:
Shape {
appearance Appearance {
material Material {
diffuseColor 0.9 0.1 0.05
}
}
geometry Sphere {
radius 0.85
}
}
Shape {
appearance Appearance {
material Material {
diffuseColor 0.8 0.9 0.1
}
}
Geometry Cylinder {
radius 0.3
height 2.0
bottom FALSE
}
截图:
实验⼆三维⽴体造型的设计与实现(需交实验报告)
⼀、实验内容
1.熟悉各种⽴体造型的设计
2.学会利⽤各种不同的⽴体造型组合实现复杂的造型
⼆、实验环境
1.硬件环境
计算机⼀台
2.软件环境
WindowsXP操作系统、VrmlPad编辑器和Cortonaplayer浏览器
三、实验步骤:
1.制作⼀个烟囱的⽴体造型,⾸先以原点为中⼼⽣成⼀个半径为1、⾼度为2的圆柱体,然后以(0,0,1.5)为坐标变换节点的新原点⽣成⼀个底⾯半径为2,⾼度为1的圆锥体。
2.建⽴⼀个带刻度的钟表造型:⾸先⽣成钟表⾯box造型,然后在钟表⾯上利⽤球体sphere造型⽣成各个刻度,利⽤圆柱体cylinder造型⽣成时针、分针等造型。其中利⽤Transform坐标变换节点对各个造型进⾏平移、缩放以及旋转操作。
3.设计⼀个⽂本造型。
4、完成书中第四章的例4-2 、4-3和4-4。
1)4-2
代码:
Transform {
translation -2 0 0
rotation 0 0 1 0.5
children [
DEF leg Shape {
appearance Appearance {
material Material {
diffuseColor 0.3 0.3 0.3
ambientIntensity 0.3
specularColor 0.7 0.7 0.7
shininess 0.1
}
geometry Box {
size 2 0.2 4
}
}
]
}
Transform{
translation 2 0 0 rotation 0 0 1 -0.5 children [
USE leg
]
}
Transform {
translation 0 0.52 0 scale 1.5 1 1
children [
Shape {
appearance Appearance { material Material { diffuseColor 0.5 0.3 0.2 transparency 0.15
}
}
geometry Cylinder { radius 3
height 0.1
}
}
]
}
截图:
2)4-3
代码:
Shape {
appearance Appearance { material Material { diffuseColor 1.0 0 0
}
}
geometry Text {
string [ "Happy" "new" "Year!"
]
fontStyle FontStyle { style "BOLDITALIC"
size 0.8
justify "MIDDLE"
}
}
Transform {
translation -3 -0.5 0 scale 1.2 1.2 1.2 children [
Inline {
url "1-1.wrl"
}
]
}
Transform {
translation 3 -0.5 0
scale 1.2 1.2 1.2 children [
Inline {
url "1-1.wrl"
}
]
}
截图:
3)4-4
代码:
Shape {
appearance Appearance { material Material { diffuseColor 1 0 0
}
geometry IndexedFaceSet { coord Coordinate {
point [
0.00 -0.05 -1, 0.35 -0.10 -1, 0.53 -0.26 -1, 0.63 -0.50 -1,
0.79 -0.71 -1, 1.00 -0.87 -1,
1.24 -0.97 -1, 1.50 -1.00 -1,
1.76 -0.97 -1,
2.00 -0.90 -1,
0.00 -0.05 -1, 0.35 -0.10 1, 0.53 -0.26 -1, 0.63 -0.50 1,
0.79 -0.71 -1, 1.00 -0.87 1,
1.24 -0.97 -1, 1.50 -1.00 1,
1.76 -0.97 -1,
2.00 -0.90 1,
]
}
coordIndex [
0 10 11 1 -1,1 11 12 2 -1,
2 12 1
3 3 -1,3 13 1
4 4 -1,
4 14 1
5 5 -1,5 15 1
6 6 -1,

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。