bate's blog

調べたこと実装したことなどを取りとめもなく書きます。

2012-12-27から1日間の記事一覧

Colladaからデータ取得

C#のLinqToXMLでColladaからデータを取ってみる using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Xml.Linq; using System.Text; using System.Wi…