Sha256: 56b3d0810b7bd53f5a35efaef5fa235b69d93307ed56338979c3e833f1261caa
Contents?: true
Size: 321 Bytes
Versions: 4
Compression:
Stored size: 321 Bytes
Contents
//This file is automatically rebuilt by the Cesium build process. /*global define*/ define(function() { "use strict"; return "attribute vec4 position;\n\ varying vec4 positionEC;\n\ void main()\n\ {\n\ positionEC = czm_modelView * position;\n\ gl_Position = czm_projection * positionEC;\n\ }\n\ "; });
Version data entries
4 entries across 4 versions & 1 rubygems