Sha256: 17220d848e2cb672071f8402816aeaa7c0e733c545f4a446ebeaa48bce3684c8
Contents?: true
Size: 349 Bytes
Versions: 4
Compression:
Stored size: 349 Bytes
Contents
//This file is automatically rebuilt by the Cesium build process. /*global define*/ define(function() { "use strict"; return "vec4 czm_eyeToWindowCoordinates(vec4 positionEC)\n\ {\n\ vec4 q = czm_projection * positionEC;\n\ q.xyz /= q.w;\n\ q.xyz = (czm_viewportTransformation * vec4(q.xyz, 1.0)).xyz;\n\ return q;\n\ }\n\ "; });
Version data entries
4 entries across 4 versions & 1 rubygems