Sha256: 388e6ae58a5ea34d80d0a04142150f27da53b2e792759ef1b649d411c96639fa
Contents?: true
Size: 437 Bytes
Versions: 3
Compression:
Stored size: 437 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
3 entries across 3 versions & 1 rubygems