UNPKG

cesium

Version:

CesiumJS is a JavaScript library for creating 3D globes and 2D maps in a web browser without a plugin.

13 lines 297 B
//This file is automatically rebuilt by the Cesium build process. define(function() { 'use strict'; return "uniform sampler2D colorTexture;\n\ \n\ varying vec2 v_textureCoordinates;\n\ \n\ void main()\n\ {\n\ gl_FragColor = texture2D(colorTexture, v_textureCoordinates);\n\ }\n\ "; });