Add existing to tracked
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
in vec3 position;
|
||||
in float a_batchId;
|
||||
|
||||
uniform mat4 u_modifiedModelViewProjection;
|
||||
|
||||
void main()
|
||||
{
|
||||
gl_Position = czm_depthClamp(u_modifiedModelViewProjection * vec4(position, 1.0));
|
||||
}
|
||||
Reference in New Issue
Block a user