Remove svg importer.
This commit is contained in:
parent
c3b18803ac
commit
1ddd43c0b1
@ -90,8 +90,7 @@ OV.Importer = class
|
|||||||
new OV.ImporterThreeFbx (),
|
new OV.ImporterThreeFbx (),
|
||||||
new OV.ImporterThreeDae (),
|
new OV.ImporterThreeDae (),
|
||||||
new OV.ImporterThreeWrl (),
|
new OV.ImporterThreeWrl (),
|
||||||
new OV.ImporterThree3mf (),
|
new OV.ImporterThree3mf ()
|
||||||
new OV.ImporterThreeSvg ()
|
|
||||||
];
|
];
|
||||||
this.fileList = new OV.FileList ();
|
this.fileList = new OV.FileList ();
|
||||||
this.model = null;
|
this.model = null;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user