コード例 #1
0
ファイル: LodData.cs プロジェクト: terrynoya/DigitalRune
 public void Dispose()
 {
     Selection = new LodSelection();
     Frame     = -1;
 }
コード例 #2
0
ファイル: LodData.cs プロジェクト: terrynoya/DigitalRune
        public int Frame;              // The frame number in which the LOD was selected.


        public LodData()
        {
            Selection = new LodSelection();
            Frame     = -1;
        }