mirror of
https://github.com/open-goal/jak-project
synced 2026-06-24 17:53:18 -04:00
Add a gltf level exporter (#1719)
* Add a gltf level exporter * more fixes * disable by default * compile fixes for windows * improve collide packer * bug fix * clang format * fix texture bug
This commit is contained in:
@@ -582,11 +582,6 @@ void inspect_basics(const Ram& ram,
|
||||
}
|
||||
}
|
||||
|
||||
static bool ends_with(const std::string& str, const std::string& suffix) {
|
||||
return str.size() >= suffix.size() &&
|
||||
0 == str.compare(str.size() - suffix.size(), suffix.size(), suffix);
|
||||
}
|
||||
|
||||
void inspect_symbols(const Ram& ram,
|
||||
const std::unordered_map<u32, std::string>& types,
|
||||
const SymbolMap& symbols) {
|
||||
|
||||
Reference in New Issue
Block a user