• 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
  • 相关阅读:
    nginx
    httprunner(8)用例调用-RunTestCase
    httprunner(7)测试用例RunRequest
    jmespath(2)投影Projections
    jmespath(1)基础语法
    httprunner(6)配置信息config
    httprunner(5)编写测试用例
    Pytest(18)pytest接口自动化完整框架思维导图
    charles(3)charles防止30分钟自动重启
    charles(2)MAC Charles关闭后无法上网
  • 原文地址:https://www.cnblogs.com/columbus2/p/2867169.html
Copyright © 2020-2023  润新知