VRML_简单的鸭子
文件大小: 820k
源码售价: 10 个金币 积分规则     积分充值
资源说明:鸭子游泳,VRML。 #VRML V2.0 utf8 Transform { rotation 0 0 1 1.571 children [ DEF body Shape { appearance Appearance { material Material { diffuseColor 1.0 1.0 0.4 } } geometry Cylinder { radius 0.5 height 1.0 top FALSE bottom FALSE } } ] } Transform { translation 0.5 0.0 0.0 children [ DEF qiu Shape { appearance Appearance { material Material { diffuseColor 1.0 1.0 0.4 } } geometry Sphere { radius 0.5 } } ] } Transform { translation -0.5 0.0 0.0 children [ USE qiu ] } #This is a head. Transform {translation -0.7 0.8 0.0 children [ USE qiu ] } Transform { translation -0.9 0.9 0.35 children [ DEF eye Shape { appearance Appearance { material Material { diffuseColor 0.3 0.3 0.3 } } geometry Sphere { radius 0.12 } } ] } Transform {translation -0.9 0.9 -0.35 children [ USE eye ] } Transform { translation -1.15 0.7 0.0 rotation 0.0 0.0 1.0 0.5 children [ DEF mouth Shape { appearance Appearance { material Material { diffuseColor 1.0 0.0 0.0 } } geometry Box { size 0.35 0.04 0.3 } } ] } Transform { translation -1.15 0.7 0.0 rotation 0.0 0.0 1.0 -0.5 children [ USE mouth ] } Transform { translation 0.8 0.4 0.0 rotation 0.0 0.0 1.0 1.2 children [ DEF tail Shape { appearance Appearance { material Material { diffuseColor 1.0 1.0 0.0 } } geometry Cone { bottomRadius 0.35 height 0.2 } } ] }
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。