自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 资源 (9)
  • 收藏
  • 关注

原创 WPF中的3D Wireframe

WPF不支持画三维线,但开发人员提供了ScreenSpaceLines3D 类用于实现这个功能。我已经在程序中实现并成功显示3D Wireframe,并能够进行3D Solid和3D Wireframe的切换。我在熟悉这个类的基础上,自己定义了3D Wireframe xml文件的格式,用于保存3D Wireframe数据。格式如下:      Form="Generic"    Co

2009-03-31 13:20:00 5073 1

原创 WPF 3D Transparency Depth-Order Sorting

 Just a quick post here - When making WPF 3D apps, transparency can make for some powerful visual effects. The trouble is that any re-orientation of your scene or the camera will ruin the rendering

2009-03-31 13:17:00 1869

原创 Texture Coordinates and Visuals on 3D surfaces 纹理坐标

 TextureCoordinates集合的每一个条目都是Brush空间的2D点。这些点将3D空间的三角形映射到Brush空间的三角形。当表面被渲染时,Brush空间的三角形提供了材质的颜色。One of the capabilities that WPF provides is the ability to render 2D visual elements on 3D surface. F

2009-03-26 11:20:00 2111

原创 WPF 3D中多个模型如何设置某一个在最前?

问题:我们的模型包括导入的3D solid模型和axis坐标轴模型,当模型旋转的时候,3D会将axis挡住。期望:axis一直在最前面,不会被3D挡住。方法:(1) 将模型设置为透明,,同时,将axis使用EmissiveMaterial。这样实现可以在旋转后看到axis,但是这种方法并没有让axis放在最前,效果并不好,所以需要继续找到其他方法。(2) 看到有些文章中说到z

2009-03-25 14:03:00 1624

转载 WPF 3D 的十二天

 Eric Sink撰写的The Twelve Days of WPF 3D的系列文章,完整介紹 WPF 3D,在此收录一下链接: The Twelve Days of WPF 3DFor the next twelve days, I will be posting one brief entry each day about WPF 3D.Performance issue

2009-03-25 11:41:00 1913

原创 The Mysterious Normals Property

The Mysterious Normals Property (Part 1)December 16, 2006Roscoe, NYThese two figures are known as square cuboids: But notice how differently theyre colored. The one on the left has gradiated

2009-03-16 15:23:00 838

WPF Localization Guidance

WPF Localization Guidance WPF程序实现本地化的方法介绍

2009-07-27

WPF Help Project

实现WPF使用F1打开帮助文档功能。 类HelpProvider类似C#里面的,需要设置Helpname和Keyword。

2009-07-14

WPF使用 F1 打开帮助文档源代码

实现了类似C# HelpProvider类的功能,用于WPF打开帮助文档。

2009-07-13

Beginning Visual C# Express

Beginning Visual C# Express is presented using a combination of over 400 pages of course notes and actual Visual C# Express examples. Ten plain-English lessons explain the Visual C# Express toolbox, event methods, and many elements of the C# computer language. Examples are used to demonstrate every step in the application building process. The tutorial also includes several computer projects that illustrate practical applications of Visual C# Express, including loan calculators, graphics programs, portfolio managers, checkbook balancers, and even a simple video game.

2009-07-06

Visual C# and Databases

Visual C# and Databases is a tutorial that provides a detailed introduction to using Visual C# for accessing and maintaining databases. Topics covered include: database structure, database design, Visual C# project building, ADO .NET data objects, data bound controls, proper interface design, structured query language (SQL), and database reports. Visual C# and Databases is presented using a combination of over 700 pages of course notes and actual Visual C# examples. No previous experience working with databases is presumed. It is assumed, however, that users of the course are familiar with the Visual C# environment and the steps involved in building a Visual C# application.

2009-07-06

WPF Arrow Code

WPF画箭头的相关代码,具体使用参见文章:http://blog.csdn.net/wmjcom/archive/2009/04/15/4075794.aspx

2009-07-06

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除