Using an implicit min/max KD-tree for doing efficient terrain line of sight calculations

  • Authors:
  • Bernardt Duvenhage

  • Affiliations:
  • The Council for Scientific and Industrial Research

  • Venue:
  • Proceedings of the 6th International Conference on Computer Graphics, Virtual Reality, Visualisation and Interaction in Africa
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

The generation of accurate Line of Sight (LOS) visibility information consumes significant resources in large scale synthetic environments such as many-on-many serious games and battlefield simulators. Due to the importance of optimum utilisation of computing resources, a number of LOS algorithms are reported in the literature to either efficiently compute LOS information or reduce the impact of LOS queries on the run-time performance of synthetic environments. From the literature it is known that a k-dimensional tree (kd-tree) based raytracing approach, to calculating LOS information, is efficient. A new implicit min/max kd-tree algorithm is discussed for evaluating LOS queries on large scale spherical terrain. In particular the value of low resolution boundary information, in quickly evaluating the LOS query, is emphasised. The min/max algorithm is empirically compared to other LOS approaches that have either implicitly or explicitly used kd-trees to optimise LOS query evaluation. The min/max algorithm is shown to have comparable performance to these existing LOS algorithms for flat earth, but improved performance when the application domain is extended to spherical earth. An average of a factor 3.0 performance increase is experienced over that of the existing implicit and explicit max kd-tree algorithms on spherical earth. This is achieved by combining the existing kd-tree algorithm with the classic smooth-earth LOS obscuration test and from there the min in min/max kd-tree.