Ejemplo n.º 1
0
        public BasicModel(string fileName, int index)
        {
            WorldMatrix = Matrix4.Identity;

            var loader = new MdxLoader();

            loader.Load(this, fileName, index);
            SortDrawParts();
        }
Ejemplo n.º 2
0
        public BasicModel( string fileName, int index )
        {
            WorldMatrix = Matrix4.Identity ;

            var loader = new MdxLoader() ;
            loader.Load( this, fileName, index ) ;
            SortDrawParts();
        }