Compare commits

..

No commits in common. "1b210b9815cd9286a87b27f41d6f201ec589cb7d" and "57c7ee7de5fb8b017a7266f874f491aa705522b7" have entirely different histories.

18 changed files with 120115 additions and 9 deletions

9
.gitignore vendored
View File

@ -8,8 +8,6 @@
.vscode/*
.qmake.stash
installer/*
# Ignore Qt Creator user files
*.pro.user
*.pro.user.*
@ -65,9 +63,4 @@ docs/appconfig.tex
third_party/dx9_sdk/
third_party/xna/
third_party/zlib/
third_party/lzxdhelper/
# Qt Installer Framework
repository/
installer/packages/*/data/
.deploy-temp/
third_party/lzxdhelper/

View File

@ -1,6 +1,6 @@
QT += core widgets gui multimedia network
SUBDIRS += app
CONFIG += c++latest
CONFIG += c++17
RC_ICONS = app.ico

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

30509
data/obj/defaultactor_LOD0.obj Normal file

File diff suppressed because it is too large Load Diff

Binary file not shown.

12382
data/obj/defaultactor_LOD0.smd Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

View File

@ -0,0 +1,7 @@
newmtl mtl_body_default_character
illum 4
Kd 0.00 0.00 0.00
Ka 0.00 0.00 0.00
Ks 0.50 0.50 0.50
map_Kd _images\\mtl_body_default_character\\defaultcolmap.png
map_bump _images\\mtl_body_default_character\\$identitynormalmap.png

View File

@ -0,0 +1,3 @@
semantic,image_name
normalMap,$identitynormalmap
colorMap,defaultcolmap