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 466 B
import { DecalMapConfiguration } from "./material.decalMapConfiguration.js"; import { StandardMaterial } from "./standardMaterial.js"; Object.defineProperty(StandardMaterial.prototype, "decalMap", { get: function () { if (!this._decalMap) { this._decalMap = new DecalMapConfiguration(this); } return this._decalMap; }, enumerable: true, configurable: true, }); //# sourceMappingURL=standardMaterial.decalMap.js.map