现在的位置: 首页 > 综合 > 正文

Windows Presentation Foundation (WPF) 3D 教程(一)—声明

2018年05月05日 ⁄ 综合 ⁄ 共 1394字 ⁄ 字号 评论关闭

The purpose of this tutorial is to provide the simplest explanation and examples possible of how to create 3D graphics with Windows Presentation Foundation (WPF) (formerly known as "Avalon"). It is not a comprehensive guide to 3D modeling, but simply a primer for those who have no knowledge of or experience with 3D graphics. 3D or vector-based graphics is a different world from 2D GDI, and it took a long period of guessing, stumbling, and trial and error before I understood what was going on with it. Ultimately I hope that you are able to avoid some of the pains I went through by reading through this tutorial.

本教程旨在提供一个最简单的解释和例子,教你如何建立一个基于Windows Presentation Foundation (WPF) (之前叫做"Avalon")的3D图形应用程序. 这不是一个完整的3D模型教程,但是对那些没有3d知识或经验的人来讲,是一个最基本的入门教程。3D或者说基于矢量的图形不同与普通2D GDI,我花费了较长时间的推测,探索,尝试和失败去完全理解3D是怎么一回事。最后,我希望你能够通过看本教程来避免走弯路。

 

For your convenience, the tutorial contains inline links to the documentation of all of the .Net 3.0 used in the example code. Click away as you please.

为了您的方便,本教程包含了所有例子中用到的 .net 3.0 classes, structures, properties, 和 methods说明的内部链接。您可以随时点击。

Disclaimer

While I make my best effort to make sure the content and examples in this tutorial are accurate and bug-free, I'm not responsible for anything bad (e.g. crashes, loss of data, any damage) that may happen if you use the information or code in this tutorial. I'll do my best to make sure bugs are fixed and that the content is as accurate as possible. In short, have some common sense and use this at your own risk.

声明:

我尽力保证教程中的这些内容和例子正确无误且没有Bug,但对于您通过看本教程而写的代码中任何可能发生的错误(例如崩溃,丢失数据,任何破坏)不符责任。 我会尽力修复bug,教程的内容也尽可能的正确。总之,您要有一个自担风险的基本认识。

抱歉!评论已关闭.