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


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