@arcgis/core
Version:
ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API
6 lines (5 loc) • 959 B
JavaScript
/*
All material copyright ESRI, All Rights Reserved, unless otherwise specified.
See https://js.arcgis.com/4.32/esri/copyright.txt for details.
*/
import{create as e}from"../../../../../core/libs/gl-matrix-2/factories/vec3f64.js";import{ReloadableShaderModule as r}from"../../core/shaderTechnique/ReloadableShaderModule.js";import{ShaderTechnique as s}from"../../core/shaderTechnique/ShaderTechnique.js";import{LaserlinePassParameters as o}from"./LaserlineTechnique.js";import{VertexAttribute as t}from"../../lib/VertexAttribute.js";import{L as i}from"../../../../../chunks/LaserlinePath.glsl.js";class a extends o{constructor(){super(...arguments),this.origin=e()}}class c extends s{constructor(e,s){super(e,s,new r(i,(()=>import("../../shaders/LaserlinePath.glsl.js"))),n)}}const n=new Map([[t.START,0],[t.END,1],[t.EXTRUDE,2],[t.START_UP,3],[t.END_UP,4]]);export{a as LaserlinePathPassParameters,c as LaserlinePathTechnique,n as vertexAttributeLocations};