UNPKG

@cesium/engine

Version:

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

18 lines (17 loc) 365 B
//This file is automatically rebuilt by the Cesium build process. export default "in vec3 position3DHigh;\n\ in vec3 position3DLow;\n\ in vec4 color;\n\ in float batchId;\n\ \n\ out vec4 v_color;\n\ \n\ void main()\n\ {\n\ vec4 p = czm_computePosition();\n\ \n\ v_color = color;\n\ \n\ gl_Position = czm_modelViewProjectionRelativeToEye * p;\n\ }\n\ ";