UNPKG

cesium

Version:

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

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