Sha256: 6bf888dc02f166af6a9cf4543b29f6c225dcbc6a35476ebfc59ab06a189b5084
Contents?: true
Size: 457 Bytes
Versions: 4
Compression:
Stored size: 457 Bytes
Contents
//This file is automatically rebuilt by the Cesium build process. /*global define*/ define(function() { "use strict"; return "attribute vec4 position;\n\ varying vec2 v_textureCoordinates;\n\ void main()\n\ {\n\ float x = (position.x - czm_viewport.x) / czm_viewport.z;\n\ float y = (position.y - czm_viewport.y) / czm_viewport.w;\n\ v_textureCoordinates = vec2(x, y);\n\ gl_Position = czm_viewportOrthographic * position;\n\ }\n\ "; });
Version data entries
4 entries across 4 versions & 1 rubygems