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