We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ea29e5 commit 931893aCopy full SHA for 931893a
packages/vmt/CHANGELOG.md
@@ -6,6 +6,10 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
6
7
The versions in this file adhere to [semantic versioning](https://semver.org/).
8
9
+## [0.3.1]
10
+
11
+- Added vmt shader parameter type "env_cubemap"
12
13
## [0.3.0]
14
15
- Export shader params
packages/vmt/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@sourcelib/vmt",
3
- "version": "0.3.0",
+ "version": "0.3.1",
4
"description": "Source Engine material tools",
5
"main": "lib/main.js",
"scripts": {
0 commit comments