Etree: a database-oriented method for generating large octree meshes

  • Authors:
  • T. Tu;R. O’Hallaron;C. López

  • Affiliations:
  • Carnegie Mellon University, Computer Science Department, Pittsburgh, PA, USA;Carnegie Mellon University, Computer Science Department and Electrical and Computer Engineering Department, Pittsburgh, PA, USA;Carnegie Mellon University, Electrical and Computer Engineering Department, Pittsburgh, PA, USA

  • Venue:
  • Engineering with Computers
  • Year:
  • 2004

Quantified Score

Hi-index 0.00

Visualization

Abstract

This paper presents the design, implementation, and evaluation of the etree, a database-oriented method for large out-of-core octree mesh generation. The main idea is to map an octree to a database structure and perform all octree operations by querying and updating the database. We apply two standard database techniques, the linear octree and the B-tree, to index and store the octants on disk. Then we introduce two new techniques, auto-navigation and local balancing, to address the special needs of mesh generation. Preliminary evaluation suggests that the etree method is an effective way of generating very large octree meshes on desktop machines.