|
@@ -45636,7 +45636,7 @@ var BABYLON;
|
|
BABYLON.MaterialHelper.BindLogDepth(defines, this._activeEffect, scene);
|
|
BABYLON.MaterialHelper.BindLogDepth(defines, this._activeEffect, scene);
|
|
}
|
|
}
|
|
this._uniformBuffer.update();
|
|
this._uniformBuffer.update();
|
|
- this._afterBind(mesh);
|
|
|
|
|
|
+ this._afterBind(mesh, this._activeEffect);
|
|
};
|
|
};
|
|
/**
|
|
/**
|
|
* Returns the animatable textures.
|
|
* Returns the animatable textures.
|
|
@@ -106317,7 +106317,7 @@ var BABYLON;
|
|
(function (Extensions) {
|
|
(function (Extensions) {
|
|
var NAME = "KHR_materials_unlit";
|
|
var NAME = "KHR_materials_unlit";
|
|
/**
|
|
/**
|
|
- * [Specification](https://github.com/donmccurdy/glTF/tree/feat-khr-materials-cmnConstant/extensions/2.0/Khronos/KHR_materials_unlit) (Experimental)
|
|
|
|
|
|
+ * [Specification](https://github.com/KhronosGroup/glTF/tree/master/extensions/2.0/Khronos/KHR_materials_unlit)
|
|
*/
|
|
*/
|
|
var KHR_materials_unlit = /** @class */ (function (_super) {
|
|
var KHR_materials_unlit = /** @class */ (function (_super) {
|
|
__extends(KHR_materials_unlit, _super);
|
|
__extends(KHR_materials_unlit, _super);
|