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
  • 相关阅读:
    c++模板使用
    配置文件读取(2-2)读取yml
    全景拼接学习-原理篇 (4) 基本过程
    全景拼接学习-原理篇 (3) 从对极几何 单相机拍摄的画面估计运动轨迹
    全景拼接学习-原理篇 (2) 单张图片 单相机成像模型
    全景拼接学习-原理篇 (1) 两张图片之间关系计算 单应性Homograph估计
    js之async和await
    mysql之GORM接口
    casbin应用
    jQuery
  • 原文地址:https://www.cnblogs.com/columbus2/p/2867169.html
Copyright © 2011-2022 走看看