Skip to content

Commit bb06416

Browse files
committed
Release 1.4.0
1 parent ea7bce0 commit bb06416

File tree

5 files changed

+31
-12
lines changed

5 files changed

+31
-12
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66

77
Versioning adheres to a loose semver scheme.
88

9+
## [1.4.0]
10+
11+
**VMT**
12+
- Added parameters $parallax $parallaxcenter $parallaxdepth $basetexturetransform
13+
14+
**Snippets**
15+
- Removed $envmap parameter from PBR snippet
16+
917
## [1.3.1]
1018

1119
**VMT**

package-lock.json

Lines changed: 10 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "source-engine-support",
33
"displayName": "Source Engine Support",
44
"description": "Adds support for Source Engine file types and other commands",
5-
"version": "1.3.1",
5+
"version": "1.4.0",
66
"icon": "extension-icon-256.png",
77
"author": {
88
"name": "Stefan Heinz",
@@ -452,7 +452,7 @@
452452
"@sourcelib/captions": "^0.1.1",
453453
"@sourcelib/fs": "^0.1.1",
454454
"@sourcelib/kv": "^0.7.1",
455-
"@sourcelib/vmt": "^0.3.1",
455+
"@sourcelib/vmt": "^0.4.0",
456456
"list-files-in-dir": "^0.1.5"
457457
}
458458
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
PBR {
2+
$basetexture "_hr/signage/chamber_signs/chamber_sign_basecolor"
3+
$basetexturetransform "center 0.125 0.125 scale 4 4 rotate 0 translate 0 0"
4+
$bumpmap "_hr/signage/chamber_signs/chamber_sign_normal"
5+
$emissiontexture "_hr/signage/chamber_signs/chamber_sign_emission"
6+
$mraotexture "_hr/signage/chamber_signs/chamber_sign_mrao"
7+
8+
$parallax 1
9+
$parallaxcenter 0
10+
$parallaxdepth 0.05
11+
}

snippets/vmt-snippets.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"\t\\$basetexture \"$1\"",
3939
"\t\\$bumpmap \"$2\"",
4040
"\t\\$mraotexture \"$3\"",
41-
"\t\\$envmap env_cubemap",
4241
"}"
4342
],
4443
"description": "Basic PBR Material for brushes. Add `$model 1` to use on a model."

0 commit comments

Comments
 (0)