Efficient View-Dependent Out-of-Core Visualization

Similar documents
Real-time out-of-core trimmed NURBS rendering and editing

Fast and memory efficient viewdependent. rendering

Out-of-Core Simplification with Guaranteed Error Tolerance

Quick-VDR: Interactive View-Dependent Rendering of Massive Models

Real-time appearance preserving out-of-core rendering with shadows

RECENT advances in acquisition, modeling, and simulation

Fast and accurate Hausdorff distance calculation between meshes

Goal and Motivation Application domains / data sources

Identifying Planes in Point Clouds for Efficient Hybrid Rendering

Interactive Ray Tracing: Higher Memory Coherence

RACBVHs: Random Accessible Compressed Bounding Volume Hierarchies

Fast and memory efficient view-dependent trimmed NURBS rendering

Interactive View-Dependent Rendering with Conservative Occlusion Culling in Complex Environments

ICS RESEARCH TECHNICAL TALK DRAKE TETREAULT, ICS H197 FALL 2013

Streaming Massive Environments From Zero to 200MPH

An Easy Viewer for Out-of-core Visualization of Huge Point-sampled Models

CS 563 Advanced Topics in Computer Graphics QSplat. by Matt Maziarz

Level-of-Detail Techniques and Cache-Coherent Layouts

A Real-time Rendering Method Based on Precomputed Hierarchical Levels of Detail in Huge Dataset

Out of Core continuous LoD-Hierarchies for Large Triangle Meshes

Goal. Interactive Walkthroughs using Multiple GPUs. Boeing 777. DoubleEagle Tanker Model

LOD and Occlusion Christian Miller CS Fall 2011

Simplifying Complex Environments Using Incremental Textured Depth Meshes

Progressive Volume Rendering of Large Unstructured Grids

Point based Rendering

Multiresolution model generation of. texture-geometry for the real-time rendering 1

Out-Of-Core Sort-First Parallel Rendering for Cluster-Based Tiled Displays

Interactive View-Dependent Rendering with Conservative Occlusion Culling in Complex Environments

XSplat: External Memory Multiresolution Point Visualization

Mesh Decimation. Mark Pauly

3D Engine Design for Virtual Globes. Patrick Cozzi and Kevin Ring

Interactive Visualization and Collision Detection using Dynamic Simplification and Cache-Coherent Layouts

Adaptive TetraPuzzles: Efficient Out-of-Core Construction and Visualization of Gigantic Multiresolution Polygonal Models

View-dependent Refinement of Multiresolution Meshes Using Programmable Graphics Hardware <CGI special issue>

Real-time Rendering of Complex Vector Data on 3d Terrain Models

Scene Management. Video Game Technologies 11498: MSc in Computer Science and Engineering 11156: MSc in Game Design and Development

Geometric Modeling. Bing-Yu Chen National Taiwan University The University of Tokyo

INTERACTIVE VISUALIZATION PROBLEMS AND APPROACHES

A Developer s Survey of Polygonal Simplification algorithms. CS 563 Advanced Topics in Computer Graphics Fan Wu Mar. 31, 2005

Flexible Point-Based Rendering on Mobile Devices

Parallel Rendering. Jongwook Jin Kwangyun Wohn VR Lab. CS Dept. KAIST MAR

3/1/2010. Acceleration Techniques V1.2. Goals. Overview. Based on slides from Celine Loscos (v1.0)

Batched Multi Triangulation

Appearance-Preserving Simplification

HLODs for Faster Display of Large Static and Dynamic Environments Carl Erikson Dinesh Manocha William V. Baxter III Department of Computer Science

Hierarchical surface fragments *

Interactive Editing of Large Point Clouds

Real-Time Graphics Architecture

CS535 Fall Department of Computer Science Purdue University

Computer Graphics. Bing-Yu Chen National Taiwan University

Real - Time Rendering. Pipeline optimization. Michal Červeňanský Juraj Starinský

Subdivision Of Triangular Terrain Mesh Breckon, Chenney, Hobbs, Hoppe, Watts

Level-of-Detail Triangle Strips for Deforming. meshes

GoLD: Interactive Display of Huge Colored and Textured Models

Real-time Mesh Simplification Using the GPU

Computer Graphics. Bing-Yu Chen National Taiwan University The University of Tokyo

A Streaming Viewer for Triangular Meshes

Simplification and Streaming of GIS Terrain for Web Client

The Randomized Sample Tree: A Data Structure for Interactive Walkthroughs in Externally Stored Virtual Environments

Many rendering scenarios, such as battle scenes or urban environments, require rendering of large numbers of autonomous characters.

Handles. The justification: For a 0 genus triangle mesh we can write the formula as follows:

View-dependent Polygonal Simplification

CSL 859: Advanced Computer Graphics. Dept of Computer Sc. & Engg. IIT Delhi

Triangle Strip Multiresolution Modelling Using Sorted Edges

Protected-3DMPS: Remote-Rendering Based 3D Model Publishing System in Digital Museum

SMOOTH VISUALIZATION OF LARGE POINT CLOUDS

Statistical Point Geometry

Advanced 3D-Data Structures

Software Structures for Virtual Environments

Project Gotham Racing 2 (Xbox) Real-Time Rendering. Microsoft Flighsimulator. Halflife 2

Deferred Splatting. Gaël GUENNEBAUD Loïc BARTHE Mathias PAULIN IRIT UPS CNRS TOULOUSE FRANCE.

RACBVHs: Random-Accessible Compressed Bounding Volume Hierarchies

Applications. Oversampled 3D scan data. ~150k triangles ~80k triangles

QLOD: A Data Structure for Interative Terrain Visualization

Hardware-driven Visibility Culling Jeong Hyun Kim

Hardware Accelerated Rendering of Unprocessed Point Clouds

Single Triangle Strip and Loop on Manifolds with Boundaries

Direct Rendering of Trimmed NURBS Surfaces

A Framework for the Real-Time Walkthrough of Massive Models

Overview of Quadtree-based Terrain Triangulation and Visualization

Points Reloaded: Point-Based Rendering Revisited

Visibility-Based Prefetching for Interactive Out-Of-Core Rendering

Interactive 3D Visualization of a Large University Campus over the Web

DMESH: FAST DEPTH-IMAGE MESHING AND WARPING

Adaptive Point Cloud Rendering

DiFi: Distance Fields - Fast Computation Using Graphics Hardware

L10 Layered Depth Normal Images. Introduction Related Work Structured Point Representation Boolean Operations Conclusion

VDR-AM: View-Dependent Representation of Articulated Models

GPU Computation Strategies & Tricks. Ian Buck NVIDIA

View-dependent fast real-time generating algorithm for large-scale terrain

REAL-TIME RENDERING OF LARGE TERRAIN ON MOBILE DEVICE

Fast and Simple Occlusion Culling using Hardware-Based Depth Queries

Isotopic Approximation within a Tolerance Volume

Level of Details in Computer Rendering

Speeding up your game

RSX Best Practices. Mark Cerny, Cerny Games David Simpson, Naughty Dog Jon Olick, Naughty Dog

GigaWalk: Interactive Walkthrough of Complex Environments

Level-of-Detail Triangle Strips for Deforming Meshes

Progressive Gap Closing for Mesh Repairing

Scalable Compression and Rendering of Textured Terrain Data

Transcription:

Efficient View-Dependent Out-of-Core Visualization Michael Guthe, Pavel Borodin and Reinhard Klein University of Bonn Computer Graphics Group Introduction!Why Why LOD? Why out-of of-core? 372M Triangles (12.5GB) 13M Triangles (500MB) 1

Related Work!Point Point Based Rendering " S. Rusinkiewicz, M. Levoy, QSplat: A Multiresolution Point Rendering System for Large Meshes,, 2000 Related Work!Point Point Based Rendering " S. Rusinkiewicz, M. Levoy, QSplat: A Multiresolution Point Rendering System for Large Meshes,, 2000 Problem: " Too many primitives GPU overload 2

Related Work!View-dependent LOD " C. DeCoro, R. Pajarola, XFastMesh: Fast ViewView- dependent Meshing from External Memory, Memory, 2002 Related Work!View-dependent LOD " C. DeCoro, R. Pajarola, XFastMesh: Fast ViewView- dependent Meshing from External Memory, Memory, 2002 Problem: " Vertex based LOD selection & culling CPU overload Graphics hardware optimized for static geometry 3

!Hierarchical LOD Related Work " C. Erikson, D. Manocha, HLODs for Faster Display of large static and dynamic environments,, 2000 " G. Varadhan, D. Manocha, Out-of of-core Rendering of Massive Geometric Environments,, 2002!Hierarchical LOD Related Work " C. Erikson, D. Manocha, HLODs for Faster Display of large static and dynamic environments,, 2000 " G. Varadhan, D. Manocha, Out-of of-core Rendering of Massive Geometric Environments,, 2002 + Adjustable Balance: CPU GPU Unnecessary triangles at subdivisions Hierarchical simplification may run out of memory Framerate dependent on input model size Simplification not error guided More More drastic simplification possible 4

Contributions!Solution Solution for crack problem General applicaple Minimal overhead Framerate independent on input model size!error Error guided simplification All possible collapses performed Better simplification at same quality!additional optimizations " Improved caching and prefetching Out-of-core HLOD rendering 1. Segmentation 2. Simplification Preprocessing 3. HLOD Selection & Culling 4. Rendering Runtime 5

Segmentation and Simplification!Sudivide Sudivide complex objects using an octree!quantization of geometry to 3n3 bits " Max. size of projected node into image space at most 2 n x2 n pixel (½( pixel screen space error)!simplify Simplify geometry within nodes independently " Avoid cracks within node!high High frequencies along subdivisions prevent efficient simplification Cut Cut triangles along octree cell boundaries Subdivision 6

Hierarchical Simplification!Out-of-Core Simplification Bottom up approach!guaranteed screen space error Control Hausdorff-error between original model and simplified node geometry!problem: impossible to compare to original geometry due to model size Accumulate Hausdorff-errors during hierarchical simplification Accumulation of errors!hausdorff-error is fixed for each level " Fixed ratio: node size / Hausdorff-error " Doublicates with each level!compare current level to model at two levels below (¼( Hausdorff-error)!Accumulate errors 1 1 1 4 " ε + ε + ε + ε + = ε 4 16 64 3 7

Hierarchical Simplification!Cracks Cracks from independent simplification not closed by vertex-pair contractions!either Either stitching or better simplifier Hierarchical Simplification!Generalized Pair Contractions to close cracks during simplification!three Three new operations: " vertex-edge edge contraction " vertex-triangle triangle contraction " edge-edge contraction!sufficient to connect the closest points of two objects P. Borodin, S. Gumhold, M. Guthe, R. Klein, High-Quality Simplification with Generalized Pair Contractions, GraphiCon, 2003 8

Geometry Compression!Quantization of vertex positions to n bit per coordinate " Additional error: node size / 2 n+1 " E.g. node n size / Hausdorff-error = 256 " ½ pixel screen space error node max. 128x128 pixel " 8 bit per coordinate ¼ pixel additional error " Quantization error less than ¼ pixel not visible!quantized normals Connectivity Compression!For For fast decompression: " Indexed triangle strips " Indexed boundary loops " Huffman coding!in In priciple any other compression scheme can be used (e.g. Cut-Border) 9

Problem:!Cracks Cracks from independent simplification of nodes are visible Extrude Extrude geometry along cuts to close cracks Rendering Crack Filling εa + εb 1pixel viewer A. Balázs, M. Guthe, R. Klein, Fat Borders: Gap Filling for Efficient View-dependent LOD Rendering,, Computers & Graphics, Special Issue on OpenSG Plus, 2004 ε b 1 2 pixel ε a 1 2 pixel 10

Motion Estimation!Standard technique used for prefetching " Priority depends on necessary resolution change p det ail εdes : ε εnode des < ε = ε parent : else ε des,parent node!modified priority: " Likeliness of a node to be rendered in the next frame p = p p det ail det ail cosα ( γθ) α = max, : visible : culled Motion Estimation!Estimated view position and direction for prefetching!quadratic movement assumed!movement per time step viewer path estimated next view position current view position previous view positions 11

Results Comparison with previous out-of of-core HLOD rendering Constr. simpl. Fat Borders Model #Triangles avg. (min.) 1 avg. (min.) Armadillo 345,944 123 (72) fps 128 (71) fps Dragon 871,414 114 (80) fps 122 (86) fps Happy Buddha 1,087,716 101 (62) fps 117 (69) fps David 2mm 8,254,150 80 (49) fps 155 (73) fps Lucy 28,055,742 29 (8) fps 110 (51) fps David 1mm 56,230,343 13 (1) fps 114 (61) fps St. Matthew 372,422,615 5 (1) fps 93 (43) fps Rendering performance on an Athlon 2800+ with ATI Radeon 9800Pro 1 Non-reference implementation of Varadhan s HLOD rendering alorithm Results 28M triangles 963MB 372M triangles 12.5GB 12

Acknowledgements!The The models used in this talk were provided the UNC Walkthrough Group and the Digital Michelangelo Project!This This work was funded by the BMBF under the project OpenSG PLUS and by the European Union under the project of RealReflect http://cg.cs.uni-bonn.de/project- pages/opensg-plus 13