0

Mulitple import

Anonymous 10 years ago 0
This discussion was imported from CodePlex

JohnyWhite wrote at 2013-07-17 23:51:

Hi,

I'm trying to learn Helix toolkit and started with analysing and modifying Model Viewer. I see that the object is loaded with the code:
var importer = new ModelImporter();
CurrentModel = importer.Load(CurrentModelPath);
However this code removes the previously loaded model. Could anyone advise how to load multiple objects.

Any help (piece of code) will be much appreciated.

JohnyWhite wrote at 2013-07-18 01:00:

Found it here:
https://helixtoolkit.codeplex.com/discussions/406298

When I get it running, I will post my code.

Mrme wrote at 2013-07-19 10:56:

I'm looking forward for that