UNPKG
vue-cesium-jyt
Version:
latest (3.0.10-fix2)
3.0.10
3.0.10-fix2
3.0.10-fix1
Vue 3.x components for CesiumJS.
github.com/brantroy/vue-cesium
brantroy/vue-cesium
vue-cesium-jyt
/
es
/
components
/
overlays
/
wind
/
glsl
/
segmentDraw.frag.mjs
10 lines
(8 loc)
•
165 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
const
text = `
void
main
()
{
const
vec4 white = vec4(
1.0
); gl_FragColor = white; } `; export { text
as
default
};
//# sourceMappingURL=segmentDraw.frag.mjs.map