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

推荐订阅源

Google DeepMind News
Google DeepMind News
N
Netflix TechBlog - Medium
The Register - Security
The Register - Security
C
Cybersecurity and Infrastructure Security Agency CISA
H
Hackread – Cybersecurity News, Data Breaches, AI and More
The Hacker News
The Hacker News
P
Proofpoint News Feed
Project Zero
Project Zero
The GitHub Blog
The GitHub Blog
The Last Watchdog
The Last Watchdog
F
Fortinet All Blogs
S
Schneier on Security
Help Net Security
Help Net Security
Security Archives - TechRepublic
Security Archives - TechRepublic
C
Check Point Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
P
Proofpoint News Feed
I
InfoQ
T
The Blog of Author Tim Ferriss
Cisco Talos Blog
Cisco Talos Blog
Stack Overflow Blog
Stack Overflow Blog
T
Troy Hunt's Blog
人人都是产品经理
人人都是产品经理
T
Threatpost
www.infosecurity-magazine.com
www.infosecurity-magazine.com
C
Cyber Attacks, Cyber Crime and Cyber Security
雷峰网
雷峰网
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
爱范儿
爱范儿
Forbes - Security
Forbes - Security
Vercel News
Vercel News
S
Security Affairs
美团技术团队
P
Privacy & Cybersecurity Law Blog
N
News and Events Feed by Topic
Cyberwarzone
Cyberwarzone
Recent Commits to openclaw:main
Recent Commits to openclaw:main
Jina AI
Jina AI
Spread Privacy
Spread Privacy
Attack and Defense Labs
Attack and Defense Labs
IT之家
IT之家
U
Unit 42
Recorded Future
Recorded Future
W
WeLiveSecurity
PCI Perspectives
PCI Perspectives
P
Palo Alto Networks Blog
H
Hacker News: Front Page
S
Security @ Cisco Blogs
博客园 - 【当耐特】

博客园 - huangyi

垃圾回收 郁闷 MyConsole 白做了 Winform程序中打开控制台 心目中软件开发的未来 把新闻系统转到CommunityServer下的几点体会 css学习笔记 Float css学习笔记 Position CommunityServer下的新闻系统 qq 被人骗走了啊 狗日的 2千多个小时啊 Enterprise Library CommunityServer如何管理Url CommunityServer如何实现属性的动态扩展 CommuntyServer架构分析 web2.0 与 未来网 论坛 博客 相册 留言本 开发计划 微软技术一个共同点 与delphi有关 看到Agent Oriented Programmig感想 Introduce Longhorn to developers(The Longhorn Application Model)[翻译]
学习avalon的第一个小程序 献丑了
huangyi · 2005-07-31 · via 博客园 - huangyi

<Grid xmlns="http://schemas.microsoft.com/winfx/avalon/2005">
  
<DockPanel>
   
<Viewport3D Name="myViewport" >
   
<Viewport3D.Camera>
    
<PerspectiveCamera FarPlaneDistance="20" LookAtPoint="0,0,0" Up="0,1,0" NearPlaneDistance="1" Position="8,5,8" FieldOfView="45" />
   
</Viewport3D.Camera>
   
<Viewport3D.Models>
    
<Model3DGroup >
     
<Model3DGroup.Children>
      
<DirectionalLight Color="Red" Direction="9,5,-9" />
      
<DirectionalLight Color="Cyan" Direction="-9,-5,-9" />
      
<DirectionalLight Color="Blue" Direction="9,-5,9" />
      
<GeometryModel3D>
       
<GeometryModel3D.Geometry>
        
<MeshGeometry3D     Positions="-1 -1 0  1 -1 0  -1 1 0  1 1 0 -1 -1 2  1 -1 2  -1 1 2 1 1 2"
                                    Normals
="1 1 1  1 1 -1  1 1 -1  1 1 1  -1 -1 1  1 1 1  1 1 1  -1 -1 1"
                                    TriangleIndices
="0 1 2  1 3 2  4 5 6  6 5 7  4 0 2  6 4 2  2 6 7  7 3 2  4 5 1  1 0 4  1 5 7  7 3 1  2 1 0  2 3 1  6 5 4  7 5 6  2 0 4  2 4 6  7 6 2  2 3 7  1 5 4  4 0 1  7 5 1  1 3 7" />
       
</GeometryModel3D.Geometry> 
       
<GeometryModel3D.Material>
        
<DiffuseMaterial>
         
<DiffuseMaterial.Brush>
          
<SolidColorBrush Color="White" Opacity="1.0"/>
         
</DiffuseMaterial.Brush>
        
</DiffuseMaterial>
       
</GeometryModel3D.Material>
       
<GeometryModel3D.Transform>
        
<TranslateTransform3D Offset="0,0,-2" >
        
</TranslateTransform3D>
       
</GeometryModel3D.Transform>
      
</GeometryModel3D>
     
</Model3DGroup.Children>
    
</Model3DGroup>
   
</Viewport3D.Models>
  
</Viewport3D>
 
</DockPanel>
</Grid>