Welcome to DiSC 2002
SIGMOD 2001
 = SIGMOD'01 Website
 = SIGMOD/PODS'01 Plena
<<< = SIGMOD'01 Papers>>>
 = Demos
 = Industrial Sessions
 = Panels
 = Tutorials
PODS 2001
 SIGMOD RECORD 2001
CIKM 2001
CoopIS 2001
DASFAA 2001
DASFAA 2000
DBPL 2001
Data Engineering Bul
DEXA_EC-WEB 2001
DMKD 2001
 DPDJ 2001
HYPERTEXT 2001
ICDE 2001
ICDM 2001
ICDT 2001
JCDL 2001
KDD 2001
 KDD_EXPLORATIONS 20
KRDB 2001
MDM 2001
MIR 2001
MIS 2001
RIDE 2001
SBBD 2001
 SIGIR 2001
 SIGIR FORUM 2001
SSDBM 2001
SSTD 2001
TODS 2001
TIME 2001
VLDB 2001
VLDBJ 2001

REVIEW: a real-time virtual walkthrough system


Lidan Shou, Jason Chionh, Kian-Lee Tan, Yixin Ruan, and Zhiyong Huang

  View Paper (PDF)  

Return to Demostrations


Abstract

1. Real-time Virtual Walkthrough Data representing virtual environments (VEs) are getting increasingly large in order to better simulate real scenes. This poses interesting challenges to organize, store, and render the data for interactive navigation in VEs, or walkthrough. A large VE usually consists of thousands of 3D objects, each of which can be represented by hundreds of polygons, and may take thousands of megabytes of storage space. The amount of data is so large that it is impossible to store all of them in the main memory. Even for memory resident models, the graphics pipeline can become a bottleneck quickly with a large amount of data and slow down the rendering to an unacceptable frame rate for the walkthrough. In this demo, we will show the effectiveness of several optimization techniques to address the problems. (1) The data in secondary storage are organized based on their spatial location in an R-tree index and only relevant data are retrieved from the database using a novel R-tree search algorithm. (2) Prefetching of the R-tree index nodes and data is implemented based on a realtime prediction algorithm. (3) A cache replacement policy is used based on the hierarchical structure of the R-tree index and the walkthrough semantics.


DiSC'02 © 2003 Association for Computing Machinery