2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-11-22 21:02:07 +00:00

WIP: Updated premake scripts, removed non-submodule ufbx code, ported BSPCreator to use the submodule. OAT link still fails due to unknown premake issue.

This commit is contained in:
LJW-Dev
2025-11-01 20:13:49 +08:00
parent fc0500e5b4
commit f7a36f938a
6 changed files with 6 additions and 39160 deletions

View File

@@ -118,7 +118,7 @@ group "ThirdParty"
minizip:project()
salsa20:project()
zlib:project()
ufbx:project()
ufbx:project()
if _OPTIONS["modman"] then
webview:project()

View File

@@ -66,4 +66,4 @@ function ObjLoading:project()
json:include(includes)
libtomcrypt:include(includes)
ufbx:include(includes)
end
end

View File

@@ -1,7 +1,8 @@
#include "BSPCreator.h"
#include "BSPUtil.h"
#include "fbx/ufbx.h"
#include <ufbx.h>
namespace
{

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

4
thirdparty/ufbx.lua vendored
View File

@@ -31,8 +31,8 @@ function ufbx:project()
language "C++"
files {
path.join(folder, "ufbx/ufbx.h"),
path.join(folder, "ufbx/ufbx.c")
path.join(folder, "ufbx/*.h"),
path.join(folder, "ufbx/*.c")
}
self:include(includes)