zoukankan      html  css  js  c++  java
  • VRML之desk

    #VRML V2.0 utf8

    Transform {
     translation 0.0 1.5 0.0
     children [
      Shape {
       appearance DEF WOOD Appearance {
        material Material {
         diffuseColor 0.6 0.4 0.0
        }
       }
       geometry Box {
        size 2.0 0.1 1.0
       }
      }
     ]
    }

    Transform {
     translation -0.95 1.25 0.0
     children [
      Shape {
       appearance USE WOOD
       geometry Box {
        size 0.1 0.5 1.0
       }
      }
     ]
    }

    Transform {
     translation 0.95 1.25 0.0
     children [
      Shape {
       appearance USE WOOD
       geometry Box {
        size 0.1 0.5 1.0
       }
      }
     ]
    }

    Transform {
     translation 0.0 1.0 0.0
     children [
      Shape {
       appearance USE WOOD
       geometry Box {
        size 2.0 0.1 1.0
       }
      }
     ]
    }

    Transform {
     translation 0.0 1.25 -0.45
     children [
      Shape {
       appearance USE WOOD
       geometry Box {
        size 2.0 0.5 0.1
       }
      }
     ]
    }

    Transform {
     translation -0.9 0.5 0.3
     children [
      Shape {
       appearance DEF BAR Appearance {
        material Material {
         diffuseColor 0.6 0.7 0.6
        }
       }
       geometry Cylinder {
        height 1.0
        radius 0.05
        bottom TRUE
       }
      }
     ]
    }

    Transform {
     translation -0.9 0.5 -0.3
     children [
      Shape {
       appearance USE BAR
       geometry Cylinder {
        height 1.0
        radius 0.05
        bottom TRUE
       }
      }
     ]
    }

    Transform {
     translation -0.9 0.0 0.0
     children [
      Shape {
       appearance USE BAR
       geometry Box {
        size 0.2 0.03 0.8
       }
      }
     ]
    }

    Transform {
     translation 0.9 0.5 0.3
     children [
      Shape {
       appearance USE BAR
       geometry Cylinder {
        height 1.0
        radius 0.05
        bottom TRUE
       }
      }
     ]
    }

    Transform {
     translation 0.9 0.5 -0.3
     children [
      Shape {
       appearance USE BAR
       geometry Cylinder {
        height 1.0
        radius 0.05
        bottom TRUE
       }
      }
     ]
    }

    Transform {
     translation 0.9 0.0 0.0
     children [
      Shape {
       appearance USE BAR
       geometry Box {
        size 0.2 0.03 0.8
       }
      }
     ]
    }



    e-mail:shisong.zhu@gmail.com
    GISer in China, for engineering
  • 相关阅读:
    通过通过url routing解决UIViewController跳转依赖
    vs2010下配置CUDA出现kernel launch failed问题,内核无效
    ganglia监控自己定义metric实践
    faq
    Android进阶图片处理之三级缓存方案
    操作系统 内存管理(一)
    rocketmq消费队列代码
    网页固定側栏的做法
    web爬虫之登录google paly 商店
    C之内存地址
  • 原文地址:https://www.cnblogs.com/columbus2/p/2867169.html
Copyright © 2011-2022 走看看