babylonjs-materials 7.26.5 → 7.27.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1489,6 +1489,8 @@ import { Scene } from "babylonjs/scene";
|
|
|
1489
1489
|
import { ICustomShaderNameResolveOptions } from "babylonjs/Materials/material";
|
|
1490
1490
|
import { Nullable } from "babylonjs/types";
|
|
1491
1491
|
import { SubMesh } from "babylonjs/Meshes/subMesh";
|
|
1492
|
+
import "babylonjs/Shaders/pbr.vertex";
|
|
1493
|
+
import "babylonjs/Shaders/pbr.fragment";
|
|
1492
1494
|
/**
|
|
1493
1495
|
* Albedo parts of the shader
|
|
1494
1496
|
*/
|
|
@@ -1793,6 +1795,8 @@ import { Mesh } from "babylonjs/Meshes/mesh";
|
|
|
1793
1795
|
import { Scene } from "babylonjs/scene";
|
|
1794
1796
|
import { Nullable } from "babylonjs/types";
|
|
1795
1797
|
import { SubMesh } from "babylonjs/Meshes/subMesh";
|
|
1798
|
+
import "babylonjs/Shaders/default.vertex";
|
|
1799
|
+
import "babylonjs/Shaders/default.fragment";
|
|
1796
1800
|
/**
|
|
1797
1801
|
* Structure of a custom shader
|
|
1798
1802
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "babylonjs-materials",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.27.1",
|
|
4
4
|
"main": "babylonjs.materials.js",
|
|
5
5
|
"types": "babylonjs.materials.module.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"test:escheck": "es-check es6 ./babylonjs.materials.js"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"babylonjs": "^7.
|
|
18
|
+
"babylonjs": "^7.27.1"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@dev/build-tools": "1.0.0",
|