UNPKG

@babylonjs/core

Version:

Getting started? Play directly with the Babylon.js API using our [playground](https://playground.babylonjs.com/). It also contains a lot of samples to learn how to use it.

13 lines 459 B
import { DecalMapConfiguration } from "../material.decalMapConfiguration.js"; import { PBRBaseMaterial } from "./pbrBaseMaterial.js"; Object.defineProperty(PBRBaseMaterial.prototype, "decalMap", { get: function () { if (!this._decalMap) { this._decalMap = new DecalMapConfiguration(this); } return this._decalMap; }, enumerable: true, configurable: true, }); //# sourceMappingURL=pbrMaterial.decalMap.js.map