Sha256: eadeaee98e5c939490a4dcdc10b8d16f24e1d930545dca3b5f108b467fd57e27
Contents?: true
Size: 398 Bytes
Versions: 4
Compression:
Stored size: 398 Bytes
Contents
//This file is automatically rebuilt by the Cesium build process. /*global define*/ define(function() { "use strict"; return "vec4 czm_translateRelativeToEye(vec3 high, vec3 low)\n\ {\n\ vec3 highDifference = high - czm_encodedCameraPositionMCHigh;\n\ vec3 lowDifference = low - czm_encodedCameraPositionMCLow;\n\ return vec4(highDifference + lowDifference, 1.0);\n\ }\n\ "; });
Version data entries
4 entries across 4 versions & 1 rubygems