Sha256: 26cd96ec1f2fcc68d637bc45c6cc9a90956a06865e418d5b1a4a9080c538e95b
Contents?: true
Size: 317 Bytes
Versions: 4
Compression:
Stored size: 317 Bytes
Contents
//This file is automatically rebuilt by the Cesium build process. /*global define*/ define(function() { "use strict"; return "vec4 czm_columbusViewMorph(vec4 position2D, vec4 position3D, float time)\n\ {\n\ vec3 p = mix(position2D.xyz, position3D.xyz, time);\n\ return vec4(p, 1.0);\n\ }\n\ "; });
Version data entries
4 entries across 4 versions & 1 rubygems