mirror of
https://github.com/open-goal/jak-project
synced 2026-09-04 02:29:37 -04:00
Initial implementation of custom level tool (#1482)
* wip * learning about colors * gltf node stuff working * cleanup * support textures * bvh generation seems reasonable * tree layout * frag packer, untested and doesnt do real stripping yet * temp * working collide frags * handle bad inputs better * clean up * format * include * another include * reorganize for release build use
This commit is contained in:
@@ -66,6 +66,7 @@ MakeSystem::MakeSystem() {
|
||||
add_tool<GroupTool>();
|
||||
add_tool<TextTool>();
|
||||
add_tool<SubtitleTool>();
|
||||
add_tool<BuildLevelTool>();
|
||||
}
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user