public static ImporterContext Load(string path) { var context = new ImporterContext(); context.Load(path); context.ShowMeshes(); context.EnableUpdateWhenOffscreen(); return(context); }
public static void Load(ImporterContext context) { context.Load(); context.ShowMeshes(); context.EnableUpdateWhenOffscreen(); }