Exemplo n.º 1
0
        public WmoGroup(string fileName, WmoRoot root)
        {
            Batches  = new List <WmoBatch>();
            Indices  = new List <ushort>();
            Vertices = new List <WmoVertex>();

            mFileName = fileName;
            mParent   = new WeakReference <WmoRoot>(root);
        }
Exemplo n.º 2
0
        public WmoGroup(string fileName, WmoRoot root)
        {
            Batches = new List<WmoBatch>();
            Indices = new List<ushort>();
            Vertices = new List<WmoVertex>();

            mFileName = fileName;
            mParent = new WeakReference<WmoRoot>(root);
        }