mrfangzheng

Hope and fear are useless. Be confident, and always be prepared for the worst.
  首页  :: 新随笔  :: 联系 :: 管理

2008年5月2日

摘要: Storyboard storyBoard = new Storyboard();DoubleAnimation ani = new DoubleAnimation(); ani.From = 0;ani.To = 360;ani.Duration = new Duration(TimeSpan.FromMilliseconds(5000));ani.RepeatBehavi... 阅读全文

posted @ 2008-05-02 18:42 mrfangzheng 阅读(7056) 评论(0) 推荐(0) 编辑

摘要: GeometryModel3D model = .; string imgFile = @"C:\a.jpg"; Uri imgUri = new Uri( imgFile, UriKind.RelativeOrAbsolute ); ImageSource imgSrc = new BitmapImage( imgUri ); //load image DiffuseMaterial mtr... 阅读全文

posted @ 2008-05-02 16:46 mrfangzheng 阅读(1270) 评论(0) 推荐(0) 编辑

摘要: ... 阅读全文

posted @ 2008-05-02 15:48 mrfangzheng 阅读(649) 评论(0) 推荐(0) 编辑

摘要: ... 阅读全文

posted @ 2008-05-02 13:15 mrfangzheng 阅读(1138) 评论(0) 推荐(0) 编辑

摘要: 几何数据相关类 Geometry3D 抽象类, 用于定义物体的几何数据, 可用于计算HitTest和BoundingBox MeshGeometry3D Geometry3D的子类, 定义网格的顶点, 三角形顶点, 法线, Texture(纹理)的座标 常用属性: Positions, TriangleIndices, Noramls, TextureCoordinates 模型相关类 ... 阅读全文

posted @ 2008-05-02 13:04 mrfangzheng 阅读(1623) 评论(1) 推荐(0) 编辑