Add existing to tracked
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
#ifdef VECTOR_TILE
|
||||
uniform vec4 u_highlightColor;
|
||||
#endif
|
||||
|
||||
void main(void)
|
||||
{
|
||||
#ifdef VECTOR_TILE
|
||||
out_FragColor = czm_gammaCorrect(u_highlightColor);
|
||||
#else
|
||||
out_FragColor = vec4(1.0);
|
||||
#endif
|
||||
czm_writeDepthClamp();
|
||||
}
|
||||
Reference in New Issue
Block a user