Esempio n. 1
0
 public void Dispose()
 {
     Selection = new LodSelection();
       Frame = -1;
 }
Esempio n. 2
0
        public LodSelection Selection; // The current LOD or LOD transition.

        #endregion Fields

        #region Constructors

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