注册 | 登录 忘记密码? 51cto首页 | 博客 | 论坛 | 招聘
热点文章 对江西某电信服务器的一次..
 帮助

基本图形


2006-07-22 10:05:09
 标签:   [推送到技术圈]

将文件扩展名改为wrl

#VRML V2.0 utf8
Group
{
children #定义字域
[
DEF mytrs Transform #画一个正方体,中心位置为5 0 0
{
translation 5 0 0
children[
Shape
{
appearance Appearance #
{
material Material #材质填充为红色
{
diffuseColor 1 0 0
}
}
geometry Box #正方体
{
}
}
]
}

DEF mytrs Transform
{
translation 0 0 0
children[
Shape
{
appearance Appearance
{
material Material
{
diffuseColor 0 1 0
}
}
geometry Sphere #圆
{
}
}
]
}

DEF mytrs Transform
{
translation 0 0 0
children[
Shape
{
appearance Appearance
{
material Material
{
diffuseColor 0 0 1
}
}
geometry Cone #圆锥
{
}
}
]
}

]# end of Group children
}





    文章评论
 
2008-06-11 14:40:16
文章很不错,也欢迎博主访问我的技术blog:
http://xiaowang.blog.51cto.com

 

发表评论

昵   称:
验证码:  点击图片可刷新验证码  博客过2级,无需填写验证码
内   容: