czm_inverseView3D

czm_inverseView3D

An automatic GLSL uniform representing a 4x4 transformation matrix that transforms from 3D eye coordinates to world coordinates. In 3D mode, this is identical to czm_inverseView, but in 2D and Columbus View it represents the inverse view matrix as if the camera were at an equivalent location in 3D mode. This is useful for lighting 2D and Columbus View in the same way that 3D is lit.

Example
// GLSL declaration
uniform mat4 czm_inverseView3D;

// Example
vec4 worldPosition = czm_inverseView3D * eyePosition;
See:
Source: