Problem this feature should fix
Default model flags are currently specified in both ModelManager.cpp and AssetProperties.cpp.
Expected solution
All default values should be grouped into a data structure in ModelLoader, which both ModelManager.cpp and AssetProperties could reference.
Problem this feature should fix
Default model flags are currently specified in both
ModelManager.cppandAssetProperties.cpp.Expected solution
All default values should be grouped into a data structure in
ModelLoader, which bothModelManager.cppandAssetPropertiescould reference.