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

推荐订阅源

Martin Fowler
Martin Fowler
Jina AI
Jina AI
J
Java Code Geeks
Microsoft Security Blog
Microsoft Security Blog
Recent Announcements
Recent Announcements
I
InfoQ
L
LangChain Blog
The Cloudflare Blog
IT之家
IT之家
博客园 - 叶小钗
Apple Machine Learning Research
Apple Machine Learning Research
B
Blog
A
About on SuperTechFans
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Last Week in AI
Last Week in AI
Blog — PlanetScale
Blog — PlanetScale
罗磊的独立博客
云风的 BLOG
云风的 BLOG
Microsoft Azure Blog
Microsoft Azure Blog
Engineering at Meta
Engineering at Meta
F
Fortinet All Blogs
博客园 - 聂微东
美团技术团队
博客园_首页

博客园 - 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
   }
  }
 ]
}