Lighting.js 627 B

12345
  1. /*
  2. All material copyright ESRI, All Rights Reserved, unless otherwise specified.
  3. See https://js.arcgis.com/4.25/esri/copyright.txt for details.
  4. */
  5. import{_ as r}from"../chunks/tslib.es6.js";import"../core/Logger.js";import"../core/accessorSupport/ensureType.js";import"../core/arrayUtils.js";import"../core/Error.js";import"../core/has.js";import{subclass as s}from"../core/accessorSupport/decorators/subclass.js";import o from"./SunLighting.js";var e;let t=e=class extends o{constructor(r){super(r)}clone(){return new e(this.cloneConstructProperties())}};t=e=r([s("esri.webscene.Lighting")],t);const c=t;export{c as default};