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
/
es
/
components
/
overlays
/
wind
/
glsl
/
fullscreen.vert.mjs
15 lines
(11 loc)
•
253 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
const
text = ` attribute vec3 position; attribute vec2 st; varying vec2 textureCoordinate;
void
main
()
{ textureCoordinate = st; gl_Position = vec4(position,
1.0
); } `; export { text
as
default
};
//# sourceMappingURL=fullscreen.vert.mjs.map