Sha256: cfb18c6c3bd92bc12566c9c4e2a270145c57fdd5026cde49fd8107ee11d12255
Contents?: true
Size: 356 Bytes
Versions: 4
Compression:
Stored size: 356 Bytes
Contents
//This file is automatically rebuilt by the Cesium build process. /*global define*/ define(function() { "use strict"; return "vec4 czm_modelToWindowCoordinates(vec4 position)\n\ {\n\ vec4 q = czm_modelViewProjection * position;\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