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:
water111
2022-06-19 20:44:07 -04:00
committed by GitHub
parent 196c09a232
commit c13934708a
57 changed files with 3184 additions and 259 deletions
+1
View File
@@ -66,6 +66,7 @@ MakeSystem::MakeSystem() {
add_tool<GroupTool>();
add_tool<TextTool>();
add_tool<SubtitleTool>();
add_tool<BuildLevelTool>();
}
/*!