UNPKG
@dspacev-bundle/vue-cesium
Version:
latest (3.24.2)
3.24.2
3.24.1
3.15.2
3.15.1
3.1.5
3.1.4
Vue 3.x components for CesiumJS.
github.com/zouyaoji/vue-cesium
zouyaoji/vue-cesium
@dspacev-bundle/vue-cesium
/
lib
/
components
/
overlays
/
wind
/
glsl
/
segmentDraw.frag.js
15 lines
(11 loc)
•
257 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
'use strict'
;
Object
.
defineProperty
(
exports
,
'__esModule'
, {
value
:
true
});
"use strict"
;
const
text =
` void main() { const vec4 white = vec4(1.0); out_FragColor = white; } `
;
exports
[
"default"
] = text;
//# sourceMappingURL=segmentDraw.frag.js.map