UNPKG
casc-cesium
Version:
latest (3.0.12)
3.0.12
3.0.11
3.0.10-beta.0
Vue 3.x components for CesiumJS.
casc-cesium
/
lib
/
components
/
overlays
/
wind
/
glsl
/
segmentDraw.frag.js
14 lines
(10 loc)
•
242 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
'use strict'
;
Object
.
defineProperty
(
exports
,
'__esModule'
, {
value
:
true
});
const
text =
` void main() { const vec4 white = vec4(1.0); gl_FragColor = white; } `
;
exports
[
"default"
] = text;
//# sourceMappingURL=segmentDraw.frag.js.map