Esempio n. 1
0
 public void Dispose()
 {
     Selection = new LodSelection();
     Frame     = -1;
 }
Esempio n. 2
0
        public int Frame;              // The frame number in which the LOD was selected.


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