摘要: Axiom3D程序的基本渲染流程 1 #region Namespace Declarations 2 3 using System; 4 using System.Linq; 5 using Axiom.Core; 6 using Axiom.Framework.Configuration; 7 using Axiom.Graphics; 8 using Vector3 = Axiom.Math.Vector3; 9 10 #endregion Namespace Declarations 11 12 namespace Axiom.Framework 13 { 14... 阅读全文
posted @ 2014-03-24 21:51 太一吾鱼水 阅读(527) 评论(0) 推荐(0) 编辑