czm_inverseModel

czm_inverseModel

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

Example
// GLSL declaration
uniform mat4 czm_inverseModel;

// Example
vec4 modelPosition = czm_inverseModel * worldPosition;
See:
Source: