czm_inverseModelView

czm_inverseModelView

An automatic GLSL uniform representing a 4x4 transformation matrix that transforms from eye coordinates to model coordinates.

Example
// GLSL declaration
uniform mat4 czm_inverseModelView;

// Example
vec4 modelPosition = czm_inverseModelView * eyePosition;
See:
Source: