-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7741ee7
commit f5ef965
Showing
2 changed files
with
16 additions
and
12 deletions.
There are no files selected for viewing
15 changes: 8 additions & 7 deletions
15
packages/valve/geometry/resources/materials/BEE2/glass_player_clip.vmt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
LightmappedGeneric | ||
{ | ||
$basetexture "Tools/toolsplayerclip" | ||
$surfaceprop glass | ||
$translucent 1 | ||
"%compilenodraw" 1 | ||
"%playerclip" 1 | ||
"%noportal" 1 | ||
"%nopaint" 1 | ||
$basetexture "Tools/toolsplayerclip" | ||
$translucent 1 | ||
"%compilenodraw" 1 | ||
"%playerclip" 1 | ||
"%noportal" 1 | ||
"%nopaint" 1 | ||
$surfaceprop "glass" | ||
"%surfaceprop" "glass" | ||
} |
13 changes: 8 additions & 5 deletions
13
packages/valve/geometry/resources/materials/BEE2/grate_player_clip.vmt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
LightmappedGeneric | ||
{ | ||
$basetexture "Tools/toolsplayerclip" | ||
$surfaceprop metalgrate | ||
$translucent 1 | ||
"%compilenodraw" 1 | ||
"%playerclip" 1 | ||
$basetexture "Tools/toolsplayerclip" | ||
$translucent 1 | ||
"%compilenodraw" 1 | ||
"%playerclip" 1 | ||
"%noportal" 1 | ||
"%nopaint" 1 | ||
$surfaceprop "metalgrate" | ||
"%surfaceprop" "metalgrate" | ||
} |