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

推荐订阅源

Hugging Face - Blog
Hugging Face - Blog
宝玉的分享
宝玉的分享
G
Google Developers Blog
T
Tailwind CSS Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
V
V2EX
V
Visual Studio Blog
博客园 - Franky
S
SegmentFault 最新的问题
Jina AI
Jina AI
爱范儿
爱范儿
The Cloudflare Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
D
DataBreaches.Net
C
Check Point Blog
月光博客
月光博客
P
Proofpoint News Feed
T
The Blog of Author Tim Ferriss
罗磊的独立博客
H
Hackread – Cybersecurity News, Data Breaches, AI and More
MongoDB | Blog
MongoDB | Blog
The GitHub Blog
The GitHub Blog
Y
Y Combinator Blog
Martin Fowler
Martin Fowler

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