[XNA]XNAnimation Library 簡介

  • 7623
  • 0
  • 2010-10-19

[XNA]XNAnimation Library 簡介

 

回應問題 http://social.msdn.microsoft.com/Forums/zh-TW/905/thread/0c9d0e88-1840-4a30-8b26-7f4cc568ee8d

 

一、簡述

名稱 : XNAnimation  Library

功能 : XNAnimation is a skeletal animation library for XNA. This library allows developers to easly manipulate, playback, interpolate and blend animations.

網址 : http://xnanimation.codeplex.com/

附註 : compatible with VS2008/XNA 3.1 and with minor additions.

 

二、使用

首先安裝 VS 2008 與 Microsoft XNA Game Studio 3.1

 到 http://xnanimation.codeplex.com/ 下載 XNAnimation  Library

 

 下載後進行解壓縮,包含 XNAnimation  Library 函式庫 XNAnimation  與範例 XNAnimation Samples

到 XNAnimation Samples 資料夾執行 XNAnimation Samples 方案,參考以下徒,內有四個專案,您可以挑選您要執行的專案,然後按滑鼠右鍵,選擇 [設定為起始專案],然後按 [執行]

 針對 dll 設置部分,首先進入 XNAnimation 資料夾中,包含 Windows 與 XBOX360 可用的 XNAAnimation Library,對應於 XNA Game Studio 3.1 專案的 Windows Game 專案範本與 XBox 360 Game 專案範本。

新增 Windows Game 專案,在方案總管,在專案 [參考] 上按滑鼠右鍵,選擇 [加入參考]

切換到 [瀏覽] 索引標籤,在 [搜尋位置] 切換到 XNAnimation\Windows 資料夾中,選擇 dll 後,按 [確定]。

加入後,您就可以開始使用 XNAnimation Library

 關於如何使用 XNAAnimation Library,請到 http://xnanimation.codeplex.com/documentation 下載 Documentation