
本站地址:http://www.bajiao123.com

托管的 Direct3D之 使用 Frame Hierarchy 创建动画(翻译)
模型下载:http://www.jkarlsson.com/Articles/tank1.x
using System;using System.Drawing;using System.Windows.Forms;using System.IO;using Microsoft.DirectX;using Microsoft.DirectX.Direct3D;namespace Joakim.DirectX{ public class CustomFrame : Frame { // This transformation matrix allows us to add a transformation // to an individual frame within the frame hierarchy. protected Matrix customTransform = Matrix.Identity; public CustomFrame() : base() { } public CustomFrame(string name) : base() { this.Name = name; } public Matrix CustomTransform { get
<< 上一页 [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] ... 下一页 >>
本站地址:http://www.bajiao123.com

