mirror of
https://github.com/open-goal/jak-project
synced 2026-08-21 23:00:45 -04:00
Collision mesh extraction (#1330)
* temp * extract collision mesh * temp * improve * toggle, cleanup
This commit is contained in:
@@ -67,6 +67,7 @@ Config read_config_file(const std::string& path_to_config_file,
|
||||
config.generate_symbol_definition_map = cfg.at("generate_symbol_definition_map").get<bool>();
|
||||
config.is_pal = cfg.at("is_pal").get<bool>();
|
||||
config.rip_levels = cfg.at("levels_convert_to_obj").get<bool>();
|
||||
config.extract_collision = cfg.at("extract_collision").get<bool>();
|
||||
|
||||
auto allowed = cfg.at("allowed_objects").get<std::vector<std::string>>();
|
||||
for (const auto& x : allowed) {
|
||||
|
||||
Reference in New Issue
Block a user