Sha256: f52c66b4f57cd297507962bdb8ee457d062e638454bb19757f986a02773f415f
Contents?: true
Size: 422 Bytes
Versions: 3
Compression:
Stored size: 422 Bytes
Contents
//This file is automatically rebuilt by the Cesium build process. /*global define*/ define(function() { "use strict"; return "attribute vec3 position;\n\ \n\ varying vec3 v_texCoord;\n\ \n\ void main()\n\ {\n\ vec3 p = czm_viewRotation * (czm_temeToPseudoFixed * (czm_entireFrustum.y * position));\n\ gl_Position = czm_projection * vec4(p, 1.0);\n\ v_texCoord = position.xyz;\n\ }\n\ "; });
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
cesium-0.25.0 | app/assets/javascripts/Shaders/SkyBoxVS.js |
cesium-0.24.1 | app/assets/javascripts/Shaders/SkyBoxVS.js |
cesium-0.24.0 | app/assets/javascripts/Shaders/SkyBoxVS.js |