renderable

true if fog is renderable in shaders, false otherwise. This allows to benefits from optimized tile loading strategy based on fog density without the actual visual rendering.

// Use fog culling but don't render it
viewer.scene.fog.enabled = true;
viewer.scene.fog.renderable = false;

See also