chore: implement obj loading skeleton with localize asset

This commit is contained in:
Jan
2024-12-23 22:55:58 +01:00
parent 673db0592f
commit c524cb007a
64 changed files with 1238 additions and 1038 deletions

View File

@ -58,7 +58,7 @@ namespace zone_creator
AssetCreatorCollection creatorCollection(*zone);
objCompiler->ConfigureCreatorCollection(creatorCollection, *zone, *context.m_definition);
objLoader->ConfigureCreatorCollection(creatorCollection);
objLoader->ConfigureCreatorCollection(creatorCollection, *zone, *context.m_asset_search_path);
AssetCreationContext creationContext(zone.get(), &creatorCollection, &ignoredAssetLookup);