hilo3d 1.16.0 → 1.16.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hilo3d",
3
- "version": "1.16.0",
3
+ "version": "1.16.1",
4
4
  "description": "Hilo3d, a WebGL 3d engine.",
5
5
  "main": "build/Hilo3d.js",
6
6
  "types": "types/index.d.ts",
package/types/index.d.ts CHANGED
@@ -5418,6 +5418,10 @@ class Material {
5418
5418
  * shader cache id
5419
5419
  */
5420
5420
  shaderCacheId: string;
5421
+ /**
5422
+ * shader name,会在 shader 中加个 SHADER_NAME 宏,不填用 className 代替。
5423
+ */
5424
+ shaderName: string;
5421
5425
  /**
5422
5426
  * 光照类型
5423
5427
  */