Skip to content

Commit

Permalink
Hallway light model
Browse files Browse the repository at this point in the history
  • Loading branch information
CaramelSweet committed Nov 2, 2020
1 parent 1c9d806 commit 3e46f2a
Show file tree
Hide file tree
Showing 19 changed files with 5,321 additions and 1,939 deletions.
5,305 changes: 3,367 additions & 1,938 deletions au_skeld.vmf

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions materials/au_skeld/models/hallway_light.vmt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"VertexLitGeneric"
{
"$basetexture" "au_skeld/models/hallway_light"
"$surfaceprop" "metal"
"$selfillum" "1"
"$envmap" "env_cubemap"
"$envmapmask" "au_skeld/models/hallway_light_spec"
}
3 changes: 3 additions & 0 deletions materials/au_skeld/models/hallway_light.vtf
Git LFS file not shown
3 changes: 3 additions & 0 deletions materials/au_skeld/models/hallway_light_spec.vtf
Git LFS file not shown
2 changes: 1 addition & 1 deletion models/au_skeld/emergency_button.mdl
Git LFS file not shown
3 changes: 3 additions & 0 deletions models/au_skeld/hallway_light.dx80.vtx
Git LFS file not shown
3 changes: 3 additions & 0 deletions models/au_skeld/hallway_light.dx90.vtx
Git LFS file not shown
3 changes: 3 additions & 0 deletions models/au_skeld/hallway_light.mdl
Git LFS file not shown
3 changes: 3 additions & 0 deletions models/au_skeld/hallway_light.phy
Git LFS file not shown
3 changes: 3 additions & 0 deletions models/au_skeld/hallway_light.sw.vtx
Git LFS file not shown
3 changes: 3 additions & 0 deletions models/au_skeld/hallway_light.vvd
Git LFS file not shown
3 changes: 3 additions & 0 deletions src/materials/models/emergency_button.psd
Git LFS file not shown
3 changes: 3 additions & 0 deletions src/materials/models/hallway_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/materials/models/hallway_light.tga
Git LFS file not shown
3 changes: 3 additions & 0 deletions src/materials/models/hallway_light_spec.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/models/au_skeld/hallway_light.blend
Git LFS file not shown
14 changes: 14 additions & 0 deletions src/models/au_skeld/hallway_light.qc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
$modelname "au_skeld/hallway_light.mdl"
$body hallway_light "hallway_light.smd"
$surfaceprop metal
$cdmaterials "au_skeld/models"
$staticprop
$scale 1

$sequence idle "hallway_light"

$collisionmodel "hallway_light_phys.smd"
{
$mass 10
$concave
}
1,578 changes: 1,578 additions & 0 deletions src/models/au_skeld/hallway_light.smd

Large diffs are not rendered by default.

314 changes: 314 additions & 0 deletions src/models/au_skeld/hallway_light_phys.smd

Large diffs are not rendered by default.

0 comments on commit 3e46f2a

Please sign in to comment.