Compare commits
No commits in common. "1b210b9815cd9286a87b27f41d6f201ec589cb7d" and "57c7ee7de5fb8b017a7266f874f491aa705522b7" have entirely different histories.
1b210b9815
...
57c7ee7de5
7
.gitignore
vendored
7
.gitignore
vendored
@ -8,8 +8,6 @@
|
|||||||
.vscode/*
|
.vscode/*
|
||||||
.qmake.stash
|
.qmake.stash
|
||||||
|
|
||||||
installer/*
|
|
||||||
|
|
||||||
# Ignore Qt Creator user files
|
# Ignore Qt Creator user files
|
||||||
*.pro.user
|
*.pro.user
|
||||||
*.pro.user.*
|
*.pro.user.*
|
||||||
@ -66,8 +64,3 @@ third_party/dx9_sdk/
|
|||||||
third_party/xna/
|
third_party/xna/
|
||||||
third_party/zlib/
|
third_party/zlib/
|
||||||
third_party/lzxdhelper/
|
third_party/lzxdhelper/
|
||||||
|
|
||||||
# Qt Installer Framework
|
|
||||||
repository/
|
|
||||||
installer/packages/*/data/
|
|
||||||
.deploy-temp/
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
QT += core widgets gui multimedia network
|
QT += core widgets gui multimedia network
|
||||||
SUBDIRS += app
|
SUBDIRS += app
|
||||||
CONFIG += c++latest
|
CONFIG += c++17
|
||||||
|
|
||||||
RC_ICONS = app.ico
|
RC_ICONS = app.ico
|
||||||
|
|
||||||
|
|||||||
BIN
data/d3dbsp/asset_viewer.d3dbsp
Normal file
BIN
data/d3dbsp/asset_viewer.d3dbsp
Normal file
Binary file not shown.
BIN
data/d3dbsp/barebones.d3dbsp
Normal file
BIN
data/d3dbsp/barebones.d3dbsp
Normal file
Binary file not shown.
BIN
data/obj/defaultactor_LOD0.XMODEL_BIN
Normal file
BIN
data/obj/defaultactor_LOD0.XMODEL_BIN
Normal file
Binary file not shown.
55098
data/obj/defaultactor_LOD0.XMODEL_EXPORT
Normal file
55098
data/obj/defaultactor_LOD0.XMODEL_EXPORT
Normal file
File diff suppressed because it is too large
Load Diff
BIN
data/obj/defaultactor_LOD0.bin
Normal file
BIN
data/obj/defaultactor_LOD0.bin
Normal file
Binary file not shown.
BIN
data/obj/defaultactor_LOD0.cast
Normal file
BIN
data/obj/defaultactor_LOD0.cast
Normal file
Binary file not shown.
1743
data/obj/defaultactor_LOD0.gltf
Normal file
1743
data/obj/defaultactor_LOD0.gltf
Normal file
File diff suppressed because it is too large
Load Diff
1157
data/obj/defaultactor_LOD0.ma
Normal file
1157
data/obj/defaultactor_LOD0.ma
Normal file
File diff suppressed because one or more lines are too long
17607
data/obj/defaultactor_LOD0.mesh.ascii
Normal file
17607
data/obj/defaultactor_LOD0.mesh.ascii
Normal file
File diff suppressed because it is too large
Load Diff
30509
data/obj/defaultactor_LOD0.obj
Normal file
30509
data/obj/defaultactor_LOD0.obj
Normal file
File diff suppressed because it is too large
Load Diff
BIN
data/obj/defaultactor_LOD0.semodel
Normal file
BIN
data/obj/defaultactor_LOD0.semodel
Normal file
Binary file not shown.
12382
data/obj/defaultactor_LOD0.smd
Normal file
12382
data/obj/defaultactor_LOD0.smd
Normal file
File diff suppressed because it is too large
Load Diff
1607
data/obj/defaultactor_LOD0_BIND.mel
Normal file
1607
data/obj/defaultactor_LOD0_BIND.mel
Normal file
File diff suppressed because it is too large
Load Diff
0
data/obj/defaultactor_LOD0_cosmetics.mel
Normal file
0
data/obj/defaultactor_LOD0_cosmetics.mel
Normal file
7
data/obj/mtl_body_default_character.mtl
Normal file
7
data/obj/mtl_body_default_character.mtl
Normal 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
|
||||||
3
data/obj/mtl_body_default_character_images.txt
Normal file
3
data/obj/mtl_body_default_character_images.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
semantic,image_name
|
||||||
|
normalMap,$identitynormalmap
|
||||||
|
colorMap,defaultcolmap
|
||||||
Loading…
x
Reference in New Issue
Block a user