Testing models
This commit is contained in:
parent
aa264c35e2
commit
8a4f35c190
3
.gitignore
vendored
3
.gitignore
vendored
@ -1 +1,2 @@
|
||||
*.vpk
|
||||
*.vpk
|
||||
*.blend1
|
@ -1,4 +1,4 @@
|
||||
"F:\SteamLibrary\steamapps\common\Source SDK Base 2013 Multiplayer\bin\vpk.exe" ".\d3_lib"
|
||||
copy d3_lib.vpk "F:\SteamLibrary\steamapps\common\Source SDK Base 2013 Multiplayer\customConfig\custom"
|
||||
|
||||
xcopy d3_lib "F:\SteamLibrary\steamapps\common\GarrysMod\garrysmod\download" /e /y
|
||||
xcopy d3_lib "F:\SteamLibrary\steamapps\common\GarrysMod\garrysmod" /e /y
|
@ -1,4 +1,4 @@
|
||||
"C:\Program Files (x86)\Steam\SteamApps\common\Source SDK Base 2013 Multiplayer\bin\vpk.exe" ".\d3_lib"
|
||||
copy d3_lib.vpk "C:\Program Files (x86)\Steam\SteamApps\common\Source SDK Base 2013 Multiplayer\customConfig\custom"
|
||||
|
||||
xcopy d3_lib "C:\Program Files (x86)\Steam\SteamApps\common\GarrysMod\garrysmod\download" /e /y
|
||||
xcopy d3_lib "C:\Program Files (x86)\Steam\SteamApps\common\GarrysMod\garrysmod" /e /y
|
BIN
d3_lib/materials/d3/models/other/suzanne/diffuse.vtf
Normal file
BIN
d3_lib/materials/d3/models/other/suzanne/diffuse.vtf
Normal file
Binary file not shown.
5
d3_lib/materials/d3/models/other/suzanne/material.vmt
Normal file
5
d3_lib/materials/d3/models/other/suzanne/material.vmt
Normal file
@ -0,0 +1,5 @@
|
||||
"VertexLitGeneric"
|
||||
{
|
||||
"$baseTexture" "d3/models/other/suzanne/diffuse"
|
||||
"$model" 1
|
||||
}
|
BIN
d3_lib/models/d3/suzanne/suzanne.dx80.vtx
Normal file
BIN
d3_lib/models/d3/suzanne/suzanne.dx80.vtx
Normal file
Binary file not shown.
BIN
d3_lib/models/d3/suzanne/suzanne.dx90.vtx
Normal file
BIN
d3_lib/models/d3/suzanne/suzanne.dx90.vtx
Normal file
Binary file not shown.
BIN
d3_lib/models/d3/suzanne/suzanne.mdl
Normal file
BIN
d3_lib/models/d3/suzanne/suzanne.mdl
Normal file
Binary file not shown.
BIN
d3_lib/models/d3/suzanne/suzanne.sw.vtx
Normal file
BIN
d3_lib/models/d3/suzanne/suzanne.sw.vtx
Normal file
Binary file not shown.
BIN
d3_lib/models/d3/suzanne/suzanne.vvd
Normal file
BIN
d3_lib/models/d3/suzanne/suzanne.vvd
Normal file
Binary file not shown.
7
src/models/nature/mountains/mountain_a.qc
Normal file
7
src/models/nature/mountains/mountain_a.qc
Normal file
@ -0,0 +1,7 @@
|
||||
$modelname "d3/other/suzanne.mdl"
|
||||
$cdmaterials "d3/models/other/suzanne"
|
||||
$scale 1
|
||||
$surfaceprop "metal"
|
||||
$staticprop
|
||||
$body studio "export/suzanne.smd"
|
||||
$sequence idle "suzanne_idle" fps 1
|
8
src/models/nature/mountains/mountain_idle.smd
Normal file
8
src/models/nature/mountains/mountain_idle.smd
Normal file
@ -0,0 +1,8 @@
|
||||
version 1
|
||||
nodes
|
||||
0 "joint0" -1
|
||||
end
|
||||
skeleton
|
||||
time 0
|
||||
0 0.000000 0.000000 0.000000 0 0.000000 0.000000
|
||||
end
|
BIN
src/models/nature/mountains/mountains.blend
Normal file
BIN
src/models/nature/mountains/mountains.blend
Normal file
Binary file not shown.
BIN
src/models/other/suzanne/export/albedo.png
Normal file
BIN
src/models/other/suzanne/export/albedo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 52 KiB |
BIN
src/models/other/suzanne/export/ao.png
Normal file
BIN
src/models/other/suzanne/export/ao.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 147 KiB |
BIN
src/models/other/suzanne/export/diffuse.png
Normal file
BIN
src/models/other/suzanne/export/diffuse.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 146 KiB |
BIN
src/models/other/suzanne/export/metallic.png
Normal file
BIN
src/models/other/suzanne/export/metallic.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
15754
src/models/other/suzanne/export/suzanne.smd
Normal file
15754
src/models/other/suzanne/export/suzanne.smd
Normal file
File diff suppressed because it is too large
Load Diff
BIN
src/models/other/suzanne/suzanne.blend
Normal file
BIN
src/models/other/suzanne/suzanne.blend
Normal file
Binary file not shown.
7
src/models/other/suzanne/suzanne.qc
Normal file
7
src/models/other/suzanne/suzanne.qc
Normal file
@ -0,0 +1,7 @@
|
||||
$modelname "d3/other/suzanne.mdl"
|
||||
$cdmaterials "d3/models/other/suzanne"
|
||||
$scale 1
|
||||
$surfaceprop "metal"
|
||||
$staticprop
|
||||
$body studio "export/suzanne.smd"
|
||||
$sequence idle "suzanne_idle" fps 1
|
8
src/models/other/suzanne/suzanne_idle.smd
Normal file
8
src/models/other/suzanne/suzanne_idle.smd
Normal file
@ -0,0 +1,8 @@
|
||||
version 1
|
||||
nodes
|
||||
0 "joint0" -1
|
||||
end
|
||||
skeleton
|
||||
time 0
|
||||
0 0.000000 0.000000 0.000000 0 0.000000 0.000000
|
||||
end
|
Loading…
Reference in New Issue
Block a user