DistanceDisplayCondition not changing the show property.

Hello all,

**I have a billboard collection that each of them having a DistanceDisplayCondition. I am trying to get the entities hidden by ****DistanceDisplayCondition but the show property is always true. How can I check if the condition is met for an entity. **

**Thanks. **

Hey Ali,

For efficiency, the actual hiding happens directly in the shader, so there’s no easy way to get this information on the CPU side. You might have to manually compute the distance to the camera yourself to do this.

Thanks for the reply Omar