惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
MyScale Blog
MyScale Blog
U
Unit 42
M
MIT News - Artificial intelligence
小众软件
小众软件
P
Proofpoint News Feed
雷峰网
雷峰网
L
LangChain Blog
S
SegmentFault 最新的问题
腾讯CDC
F
Fortinet All Blogs
A
About on SuperTechFans
WordPress大学
WordPress大学
Vercel News
Vercel News
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
G
Google Developers Blog
大猫的无限游戏
大猫的无限游戏
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
D
Docker
N
Netflix TechBlog - Medium
Apple Machine Learning Research
Apple Machine Learning Research
Recent Announcements
Recent Announcements
D
DataBreaches.Net
Stack Overflow Blog
Stack Overflow Blog

博客园 - columbus2

用Python作GIS之五:从示例入手—example函数 用Python作GIS之四:Tkinter基本界面的搭建 用Python作GIS之三:入口程序 - stargui.py 用Python作GIS之二:STARS开发环境配置 用Python作GIS之一:介入STARS OpenBlock:针对EveryBlock.com源码的开源拓展项目 EveryBlock源代码 空间数据可视化 GeoDjango教程[3] GeoDjango教程[2] GeoDjango教程[1] 地理信息技术在现场项目的应用浅析 ESRI and SAP 防卫力量与公共安全:SAP与地理信息的集成 [地图投影之C实现]原数据 [地图投影之C实现]主程序 [地图投影之C实现]PARAMETE.H [地图投影之C实现]BASIC_FU.C 关于地图投影的C程序的一些说明
VRML之desk
columbus2 · 2013-01-19 · via 博客园 - columbus2

#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
   }
  }
 ]
}