Spatial Data Structures and Acceleration Algorithms

Similar documents
Spatial Data Structures and Acceleration Algorithms

Spatial Data Structures and Speed-Up Techniques. Tomas Akenine-Möller Department of Computer Engineering Chalmers University of Technology

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

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

Spatial Data Structures and Speed-Up Techniques. Ulf Assarsson Department of Computer Science and Engineering Chalmers University of Technology

Speeding up your game

Visibility and Occlusion Culling

Spatial Data Structures

CS 563 Advanced Topics in Computer Graphics Culling and Acceleration Techniques Part 1 by Mark Vessella

Spatial Data Structures

Motivation. Culling Don t draw what you can t see! What can t we see? Low-level Culling

Computer Graphics. Bing-Yu Chen National Taiwan University

Computer Graphics. Lecture 9 Hidden Surface Removal. Taku Komura

Spatial Data Structures

Spatial Data Structures

Spatial Data Structures

Announcements. Written Assignment2 is out, due March 8 Graded Programming Assignment2 next Tuesday

Hidden surface removal. Computer Graphics

Real-Time Rendering (Echtzeitgraphik) Dr. Michael Wimmer

Computer Graphics (CS 543) Lecture 13b Ray Tracing (Part 1) Prof Emmanuel Agu. Computer Science Dept. Worcester Polytechnic Institute (WPI)

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

Page 1. Area-Subdivision Algorithms z-buffer Algorithm List Priority Algorithms BSP (Binary Space Partitioning Tree) Scan-line Algorithms

EECE 478. Learning Objectives. Learning Objectives. Rasterization & Scenes. Rasterization. Compositing

CSE528 Computer Graphics: Theory, Algorithms, and Applications

Ray Tracing III. Wen-Chieh (Steve) Lin National Chiao-Tung University

Lecture 25 of 41. Spatial Sorting: Binary Space Partitioning Quadtrees & Octrees

COMP 175: Computer Graphics April 11, 2018

Overview. Pipeline implementation I. Overview. Required Tasks. Preliminaries Clipping. Hidden Surface removal

Universiteit Leiden Computer Science

INFOGR Computer Graphics. J. Bikker - April-July Lecture 11: Visibility. Welcome!

Computer Graphics. - Spatial Index Structures - Philipp Slusallek

Visible Surface Detection. (Chapt. 15 in FVD, Chapt. 13 in Hearn & Baker)

Visible-Surface Detection Methods. Chapter? Intro. to Computer Graphics Spring 2008, Y. G. Shin

CSE328 Fundamentals of Computer Graphics: Concepts, Theory, Algorithms, and Applications

CEng 477 Introduction to Computer Graphics Fall 2007

Hidden Surface Elimination: BSP trees

S U N G - E U I YO O N, K A I S T R E N D E R I N G F R E E LY A VA I L A B L E O N T H E I N T E R N E T

Clipping. Angel and Shreiner: Interactive Computer Graphics 7E Addison-Wesley 2015

LOD and Occlusion Christian Miller CS Fall 2011

CPSC / Sonny Chan - University of Calgary. Collision Detection II

Rendering. Converting a 3D scene to a 2D image. Camera. Light. Rendering. View Plane

CSE 167: Introduction to Computer Graphics Lecture #9: Visibility. Jürgen P. Schulze, Ph.D. University of California, San Diego Fall Quarter 2018

Advanced 3D-Data Structures

Ray Tracing Acceleration Data Structures

Determination (Penentuan Permukaan Tampak)

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

Using Bounding Volume Hierarchies Efficient Collision Detection for Several Hundreds of Objects

Hidden Surface Removal

VISIBILITY & CULLING. Don t draw what you can t see. Thomas Larsson, Afshin Ameri DVA338, Spring 2018, MDH

Frédo Durand, George Drettakis, Joëlle Thollot and Claude Puech

Comparison of hierarchies for occlusion culling based on occlusion queries

9. Visible-Surface Detection Methods

CS535 Fall Department of Computer Science Purdue University

Chapter 11 Global Illumination. Part 1 Ray Tracing. Reading: Angel s Interactive Computer Graphics (6 th ed.) Sections 11.1, 11.2, 11.

Intersection Acceleration

CSE 167: Introduction to Computer Graphics Lecture #10: View Frustum Culling

Accelerated Raytracing

Acceleration Data Structures for Ray Tracing

Ray Tracing. Cornell CS4620/5620 Fall 2012 Lecture Kavita Bala 1 (with previous instructors James/Marschner)

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

Computer Graphics. - Ray-Tracing II - Hendrik Lensch. Computer Graphics WS07/08 Ray Tracing II

Recall: Inside Triangle Test

Spatial Data Structures for Computer Graphics

Lesson 05. Mid Phase. Collision Detection

Occlusion Horizons for Driving through Urban Scenery

More Hidden Surface Removal

FROM VERTICES TO FRAGMENTS. Lecture 5 Comp3080 Computer Graphics HKBU

Culling. Computer Graphics CSE 167 Lecture 12

Acceleration Data Structures

TDA362/DIT223 Computer Graphics EXAM (Same exam for both CTH- and GU students)

DiFi: Distance Fields - Fast Computation Using Graphics Hardware

Ray Tracing: Intersection

CS452/552; EE465/505. Clipping & Scan Conversion

Algorithms for GIS:! Quadtrees

CS 352: Computer Graphics. Hierarchical Graphics, Modeling, And Animation

Some Thoughts on Visibility

Ray Tracing. Computer Graphics CMU /15-662, Fall 2016

CPSC GLOBAL ILLUMINATION

Collision and Proximity Queries

Clipping & Culling. Lecture 11 Spring Trivial Rejection Outcode Clipping Plane-at-a-time Clipping Backface Culling

Adaptive Point Cloud Rendering

CSE 167: Lecture #5: Rasterization. Jürgen P. Schulze, Ph.D. University of California, San Diego Fall Quarter 2012

Computing Visibility. Backface Culling for General Visibility. One More Trick with Planes. BSP Trees Ray Casting Depth Buffering Quiz

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

Solid Modeling. Thomas Funkhouser Princeton University C0S 426, Fall Represent solid interiors of objects

Collision Detection. These slides are mainly from Ming Lin s course notes at UNC Chapel Hill

CS 498 VR. Lecture 18-4/4/18. go.illinois.edu/vrlect18

Wed, October 12, 2011

CS559: Computer Graphics. Lecture 12: Antialiasing & Visibility Li Zhang Spring 2008

Ray Tracing with Spatial Hierarchies. Jeff Mahovsky & Brian Wyvill CSC 305

Identifying those parts of a scene that are visible from a chosen viewing position, and only process (scan convert) those parts

Computer Graphics Ray Casting. Matthias Teschner

The Traditional Graphics Pipeline

CSE 167: Introduction to Computer Graphics Lecture #11: Visibility Culling

Conservative occlusion culling for urban visualization using a slice-wise data structure

graphics pipeline computer graphics graphics pipeline 2009 fabio pellacini 1

graphics pipeline computer graphics graphics pipeline 2009 fabio pellacini 1

Topics. Ray Tracing II. Intersecting transformed objects. Transforming objects

Hardware-driven visibility culling

Point Cloud Filtering using Ray Casting by Eric Jensen 2012 The Basic Methodology

Transcription:

Spatial Data Structures and Acceleration Algorithms Real-time Rendering Performance Goals Spatial Structures Bounding Volume Hierarchies (BVH) Binary Space Partioning(BSP) Trees, Octrees Scene Graphs Culling Techniques Backface Culling View Frustum, Portal Culling Occlusion Culling Level of Detail Rendering ITCS 3050:Game Engine Programming 1 Spatial Structures/ Acceleration Algorithms

Real-Time Rendering Performance Goals High frame rate (60-85 fps) High resolution (1600 by 1200) More realistic objects : no upper limit, Boeing 777 model - 500M polygons! Spatial data structures, culling techniques and LOD rendering work towards these goals. ITCS 3050:Game Engine Programming 2 Spatial Structures/ Acceleration Algorithms

Spatial Data Structures Data structures that organize geometry in 2D or 3D or higher The goal is faster processing Needed for most speed-up techniques Primary Applications: Games, movie production rendering tools permitting Faster real-time rendering, intersection testing, collision detection, ray tracing, global illumination ITCS 3050:Game Engine Programming 3 Spatial Structures/ Acceleration Algorithms

Spatial Data Structures Organize geometry into some type of a hierarchy In general, parents enclose the children s (geometry) extents. Performance Advantage: Generally from O(n) to O(lg n) Construction is expensive, done as preprocess. ITCS 3050:Game Engine Programming 4 Spatial Structures/ Acceleration Algorithms

Spatial Data Structures: Why? Example: Want to pick the object user clicks on (shoot a monster, move towards an object) A hierarchcy can be used to improve performance of spatial queries: Test the root first Descend recursively as needed Terminate traversal when possible ITCS 3050:Game Engine Programming 5 Spatial Structures/ Acceleration Algorithms

Bounding Volume Hierarchies (BVH) Sphere, Boxes (Axis- Most common bounding volumes (BVs): aligned (AABB) and Oriented OBB) The BV does not contibute to the rendered image rather, encloses an object Data Structure is a k-ary tree Leaf nodes have geometry Internal nodes have at most k children Internal nodes BV encloses all geometry in its subtree ITCS 3050:Game Engine Programming 6 Spatial Structures/ Acceleration Algorithms

Tree Structures Height of tree, h: longest path from root to leaf Balanced Tree: All leaves at height h or h + 1 Height of balanced tree with n nodes: lg k n k = 2 (binary tree) is most common, also k = 4, 8, quadtrees and octrees. ITCS 3050:Game Engine Programming 7 Spatial Structures/ Acceleration Algorithms

Building a BVH Example: Axis-aligned BB, top-down approach Split along longest axis ITCS 3050:Game Engine Programming 8 Spatial Structures/ Acceleration Algorithms

Building a BVH:Termination Criteria Bounding Volume is empty When only one primitive (e.g. triangle) is inside BV Less than n (user defined) primitives is inside BV When recursion level l has been reached ITCS 3050:Game Engine Programming 9 Spatial Structures/ Acceleration Algorithms

Binary Space Partitioning Trees Pioneered by Sutherland, advanced by Naylor (1978) Idea: Recursive subdivision of space: Divide space with a planes Sort geometry into the space it belongs Resulting ordering is view independent The earliest games to use BSP trees : Doom (early 90s) Applications: visible surface determination, ray tracing, collision detection Two types: Axis-aligned, Polygon alighned ITCS 3050:Game Engine Programming 10 Spatial Structures/ Acceleration Algorithms

Axis-Aligned BSP Tree Partitioning planes are aligned with the principal axes, X, Y, Z ITCS 3050:Game Engine Programming 11 Spatial Structures/ Acceleration Algorithms

Axis-Alighned BSP Tree Each internal node holds a partitioning plane Leaf nodes hold geometry Different from Bounding Volume Hierarchy: Encloses entire space and provides sorting (approximate) The BV hierarchy can be constructed in any way (no sort), use any BV ITCS 3050:Game Engine Programming 12 Spatial Structures/ Acceleration Algorithms

Using an Axis-Alighned BSP Tree Test the planes against view point, starting from the root. Continue on the far side to sort front to back Rough sorting order. ITCS 3050:Game Engine Programming 13 Spatial Structures/ Acceleration Algorithms

Polygon (Plane)-Aligned BSP Tree Partitioners are aligned with polygon faces Provides an exact sorting order Ordering can be generated in near real-time for any viewing position; no z-buffer required ITCS 3050:Game Engine Programming 14 Spatial Structures/ Acceleration Algorithms

Polygon (Plane)-Aligned BSP Tree Continuous Space Representation. Represents geometry with hyperplanes. Convex decomposition of space by recursive subdivision. Internal nodes contain discontinuities(planes), leaf nodes represent convex regions. a a c in d in b c b out out Viewer in d in out ITCS 3050:Game Engine Programming 15 Spatial Structures/ Acceleration Algorithms

Polygon Aligned BSP Tree: Tree Construction a c in d in b ITCS 3050:Game Engine Programming 16 Spatial Structures/ Acceleration Algorithms

a c in d in b a out ITCS 3050:Game Engine Programming 17 Spatial Structures/ Acceleration Algorithms

a c in d in b a b out out ITCS 3050:Game Engine Programming 18 Spatial Structures/ Acceleration Algorithms

a c in d in b a c b out out in ITCS 3050:Game Engine Programming 19 Spatial Structures/ Acceleration Algorithms

a c in d in b a c b out out in d in out ITCS 3050:Game Engine Programming 20 Spatial Structures/ Acceleration Algorithms

Determining Visible Surface using the BSP Tree a a c in d in b c b out out Viewer in d in out Paint faces back to front, as faces in front cannot obscure those that are behind. Classification is performed recursively, resulting in generating a priority order of faces, for a given viewer position. The BSP tree is independent of viewer location, so long as the objects ITCS 3050:Game Engine Programming 21 Spatial Structures/ Acceleration Algorithms

Octrees Similar to axis-aligned BSP trees, but subdivision is done simultaneously along all 3 dimensions 2D variant is the quadtree, shown above: In 3D each square (or rectangle) becomes a box, and 8 children ITCS 3050:Game Engine Programming 22 Spatial Structures/ Acceleration Algorithms

Octrees Expensive to rebuild (as are BSPs) Loose octrees: a relaxation to avoid problems Octrees can be used to Speed up ray tracing Faster picking Culling techniques Are not used that often in real-time contexts ITCS 3050:Game Engine Programming 23 Spatial Structures/ Acceleration Algorithms

Scene Graphs Bounding Volume Hierarchies have 2 advantages, (1) Simple to understand, (2) Simple to implement BVHs store only geometry Scene Graph is an extended BVH with lights, textures, transforms, and more. ITCS 3050:Game Engine Programming 24 Spatial Structures/ Acceleration Algorithms

Scene Graphs Scene Graphs add structure to environments Instancing (hierarchical modeling) makes this structure graph (rather than a tree) Originally introduced in SGI Inventor, followed by VRML, Java3D, etc. Scene Graph Traversal: top to bottom, left to right ITCS 3050:Game Engine Programming 25 Spatial Structures/ Acceleration Algorithms

Culling Techniques Cull: Remove from a flock In graphics, culling removes parts of a scene that do not contributed to the final image Fastest polygon to render - the one that is never sent to the renderer! Focus on culling as relates to rendering Culling Classify techniques as backface, view frustum and occlusion culling. Can take place at the application, geometry or rasterizer (hardware assisted) ITCS 3050:Game Engine Programming 26 Spatial Structures/ Acceleration Algorithms

Culling Techniques ITCS 3050:Game Engine Programming 27 Spatial Structures/ Acceleration Algorithms

Culling Techniques: Terminology Exact Visible Set(EVS): the set of polygons that is part of the visible surface; extremely expensive to compute from any point of view. Potentially Visible Set(PVS): Prediction of the EVS By approximating the EVS, in general, PVS can be computed faster. Ultimate visibility is determined by the Z-buffer. ITCS 3050:Game Engine Programming 28 Spatial Structures/ Acceleration Algorithms

Backface Culling Discards polygons facing away from the viewer Application: Closed surfaces (example: sphere), room walls Can be done in screen space or eye space Computation: n = (v 1 v 0 ) (v 2 v 0 ) Screen Space: n = (0, 0, a) or (0, 0, a) Eye Space: n V > 0 Benefits: Less workload on the rasterizer or geometry stage ITCS 3050:Game Engine Programming 29 Spatial Structures/ Acceleration Algorithms

Backface Culling ITCS 3050:Game Engine Programming 30 Spatial Structures/ Acceleration Algorithms

Clustered Backface Culling Group normals of objects into clusters and enclose by solid cones (front-facing, backfacing cones). Tests with cones can eliminate collections of polygons from the rendering stage Alternately, discretize directions into frustums that emanate from the center of a cube. Refer text, for details. ITCS 3050:Game Engine Programming 31 Spatial Structures/ Acceleration Algorithms

View Frustum Culling Bound every natural group of primitives by a simple volume (e.g., sphere, box) If a Bounding Volume (BV) is outside the view frustum, then the entire contents of BV is not visible Can we further accelerate view frustum culling? Use a hierarchy ITCS 3050:Game Engine Programming 32 Spatial Structures/ Acceleration Algorithms

Hierarchical View Frustum Culling Can use Bounding Volume Hierarchy (BVH) - using preorder traversal If a node s BV is outside the frustum, then discard all geometry under it, else must test its children (recursively) If leaf nodes are intersected, geometry inside them go through the pipeline, clipping resolves the visibility. ITCS 3050:Game Engine Programming 33 Spatial Structures/ Acceleration Algorithms

Hierarchical View Frustum Culling Typically view frustum culling operates in the application stage (CPU), benefits geometry, rasterizer stages Can also use BSP trees, octrees, but they are not flexible for dynamic scenes Polygon-aligned BSP trees are simple and useful - tests against the splitting plane determine the pruning, traversal order Can exploit frame-to-frame coherence by caching and updating planes intersected with the spatial structure ITCS 3050:Game Engine Programming 34 Spatial Structures/ Acceleration Algorithms

Portal Culling Culling specific to architectural type models. Rationale: Exploit the fact that walls act as large occluders in indoor scenes. Thus, perform (diminished) view frustum culling through each portal Must preprocess the scene into a set of cells - usually rooms, hallways; doors, windows that connect rooms are the portals Preprocessed scene maintained in an adjacency graph ITCS 3050:Game Engine Programming 35 Spatial Structures/ Acceleration Algorithms

Portal Culling (Luebke 1995) Simple Method requiring a small amount of preprocessing Locate cell V containing viewer Initialize 2D bounding box P to screen rectangle Render geometry of V starting from viewer, and through P. Recurse on portals neighboring V ; project portal onto P, using axisaligned BB (BB aa and perform P BB aa. ITCS 3050:Game Engine Programming 36 Spatial Structures/ Acceleration Algorithms

Portal Culling Example Non-Empty Intersection: Perform view frustum culling using intersection rectangle to form the view frustum. Non-Empty Intersection: Recurse on neighbor of projected cell. Termination Criteria: (1) Current AABB is empty, (2) out of time to render cell (that is far away ) ITCS 3050:Game Engine Programming 37 Spatial Structures/ Acceleration Algorithms

Portal Culling Example ITCS 3050:Game Engine Programming 38 Spatial Structures/ Acceleration Algorithms

Detail Culling Technique that sacrifices quality for speed Small details contribute little or nothing, especially during motion (highly dynamic environments). Method: Project BV of object onto screen, estimate area in pixels and remove object if below a threshold Also known as screen size culling, this can also be thought of as a simplified LOD technique ITCS 3050:Game Engine Programming 39 Spatial Structures/ Acceleration Algorithms

Occlusion Culling Visibility using the Z-Buffer can be very inefficient. Example: Consider rendering a sequence of spheres All spheres are rendered, but only the closest is visible! Depth Complexity: the number of times a pixel is overwritten Real-life examples: rain forest, city models, interior of skyscraper, engine block Occlusion Culling: Methods to avoid these inefficiencies ITCS 3050:Game Engine Programming 40 Spatial Structures/ Acceleration Algorithms

Occlusion Culling(OC) Algorithmic approaches to avoid drawing related inefficiencies. Optimally, only visible objects are drawn. Occlusion culling algorithms perform simple tests early on to avoid sending objects down the graphics pipeline. Types of occlusion culling: point-based, cell-based Point-Based OC: visibility from a single viewing location. Cell-Based OC: visibility from a region of space OC based on image(2d), object(3d) or ray space. Cell based OC is more expensive to compute, but valid for a few frames ITCS 3050:Game Engine Programming 41 Spatial Structures/ Acceleration Algorithms

Occlusion Culling Algorithm Given Occlusion Representation (O R ), the set of objects G, for each object g O R = ; P = for each object g G if (IsOccluded(g, O R )) Skip (g) else Render (g) Add (g, P ) if (LargeEnough (P ) ) Update (O R, P ) P = end end end ITCS 3050:Game Engine Programming 42 Spatial Structures/ Acceleration Algorithms

Issues in Occlusion Culling Algorithms Occluded objects are not processed. Potentially visible objects: Has to be rendered, added to P, might undergo merging (fusion), based on occluding power of the set. Want to fuse objects that can form the best occluders for incoming objects. Some algorithms cannot merge occluders, some update O R only once per frame Object ordering matters, rough front to back sorting performed by some algorithms. Object distance matters; Bridge! matchbox can occlude Golden Gate ITCS 3050:Game Engine Programming 43 Spatial Structures/ Acceleration Algorithms

Occlusion Horizons (Wonka,Schmalstieg 1999, Downs 2001 Targeted at rendering urban environments. Objects composed of buildings and ground (2.5D) treated as a height field Occlusion horizon is constructed on the fly and used to cull incoming objects (roughly front to back order) Point Based occlusion culling ITCS 3050:Game Engine Programming 44 Spatial Structures/ Acceleration Algorithms

Occlusion Horizons Method Quadtree of the XY plane of the scene is built Sweep a plan parallel to near-plane from the viewer, front to back. Objects to be culled are overestimated with a bounding volume, occluders are underestimated with Convex Vertical Prisms (CVP) Union of CVPs and ground mesh forms a height field, and a conservative estimate of occluding power. Horizon representation: piecewise constant function of x. ITCS 3050:Game Engine Programming 45 Spatial Structures/ Acceleration Algorithms

Occlusion Horizons: Algorithm Initially, horizon is a horizontal line, with y = 0. Horizon Rep: 1D binary tree, with nodes maintaining range of x values (x min, x max ); leaf nodes store y (constant). Internal nodes store y min and, y max ) Processing: Priority queue, Q is used to process objects in front to back order, sortez by smallest Z. Pop object, project BB to screen, compute 2D AABB and test with the horizon (binary tree). Reject if object below horizon, else will be added to update the horizon Fusing the Occluder: Done based on farthest Z Additional Optimizations: Refer Text. ITCS 3050:Game Engine Programming 46 Spatial Structures/ Acceleration Algorithms

Occlusion Horizons: Example ITCS 3050:Game Engine Programming 47 Spatial Structures/ Acceleration Algorithms

Shaft Occlusion Culling (Schauffler, 2000) Cell based, operates in object space One of the first cell-based schemes that could handle 3D scenes Applications: Visibility preprocessing for walkthroughs, ray tracing with area lights. Represent view cells using AABBs Quadtree describes the occluding power of scene Leaf node is either opaque, boundary or empty ITCS 3050:Game Engine Programming 48 Spatial Structures/ Acceleration Algorithms

Shaft Occlusion Culling:Method Starting from view cell, traverse quadtree for opaque node Traversal is performed outwards from the view cell to maximize occlusion Extend occluder along the coordinate axis that gives the largest angle from view cell to occluder (can grow in 2 directions) Hidden Leaf nodes can also be considered to be part of the occluder In 3D, can extend in 3 directions and an octree is used. ITCS 3050:Game Engine Programming 49 Spatial Structures/ Acceleration Algorithms

Hardware Occlusion Queries HP Visualize FX Graphics: Supports occlusion queries, compares a set of polygons to current Z-buffer contents. Typically bounding volume polygons used. Performance: 25 to 100 percent, long latency. NVIDIA: NV query, returns the number of pixels that pass the depth test Cull object if n = 0, or n > thresh (speed/quality tradeoff) or use to determine LOD. Can test if the result is back, else return control to application, and allows multiple queries in parallel. Bounding volumes and hierarchies can be used to further optimally use the hardware queries (see text). ITCS 3050:Game Engine Programming 50 Spatial Structures/ Acceleration Algorithms

Hierarchical Z-Buffering (Greene 93, 95) Signficance influence on occlusion culling research Potential for hardware implementation, real-time applications. Scene model in an octree, frame s Z-buffer is a pyramid Octree enables object-space culling, while Z-buffer pyramid enables hierarchical Z-buffering of primitves, bounding volumes Z-Pyramid is the occlusion representation. ITCS 3050:Game Engine Programming 51 Spatial Structures/ Acceleration Algorithms

Hierarchical Z-Buffering (HZB) Algorithm Z-Pyramid Construction: Finest level is the standard Z-buffer, all other levels - Z value is the farthest of the 2 2 window of adjacent finer level. If a Z value is overwritten, the coarser levels are updated in sequence. Hierarchical Culling: BB of octree (screen projected) is tested against the coarsest level If face s nearest depth (z near ) is farther, the face is culled, else continue down the Z-pyramid If bottom level of Z-pyramid reached, and octree box is visible, testing continues down the octree. ITCS 3050:Game Engine Programming 52 Spatial Structures/ Acceleration Algorithms

Hierarchical Z-Buffering (HZB) Algorithm ITCS 3050:Game Engine Programming 53 Spatial Structures/ Acceleration Algorithms

HZB Algorithm: Real-time Applications Modify hardware Z-buffer pipeline to support HZB, requiring a Z- pyramid This will enable rendering considerably more complex scenes Permit the tip of the pyramid to be read out from H/W to the application, permitting culling at the beginning of the pipeline. Additional Optimizations: BSP trees with coverage masks, frame-toframe coherence (visibility changes are slow, so visible octree nodes are cached), etc. ITCS 3050:Game Engine Programming 54 Spatial Structures/ Acceleration Algorithms

Level Of Detail(LOD) Basic Idea: Use simpler versions of an object as it contributes lesser and lesser to an image No need to draw 10,000 polygons of a Ferrari, if it projects to a 10 5 pixels on the screen! Using simpler models leads to significant rendering speedup Can be combined with fog rendering LOD algorithms have three major components, generation, selection, switching Generation: A topic in of itself, significant amount of work in polygon simplification algorithms (Chapter 11) ITCS 3050:Game Engine Programming 55 Spatial Structures/ Acceleration Algorithms

LOD Example ITCS 3050:Game Engine Programming 56 Spatial Structures/ Acceleration Algorithms

LOD Switching Abrupt LOD model switching during rendering is distracting and leads to popping Discrete Geometry LODs Represent each LOD of the object with differing numbers of primitives, usually as triangle strips, and pulled in from DMA memory Popping is the worst for this method, as LODs can switch on any frame ITCS 3050:Game Engine Programming 57 Spatial Structures/ Acceleration Algorithms

LOD Switching:Blend LODs To void popping, do a linear blend from one LOD to another over a few frames Smoother switch, but we are rendering two LODs, which can be expensive. However, only over a few frames and not all objects are switching simultaneously. Method: Draw the current LOD (say LOD1) opaquely, then fade in LOD2 (alpha from 0 towards 1), switch LOD to LOD2, then fade out LOD2 (fade in/out with Z-test on, Z-writes disabled). ITCS 3050:Game Engine Programming 58 Spatial Structures/ Acceleration Algorithms

LOD Switching:Alpha LODs Use transparency to fade out objects, based on LOD criteria Example, when objects move away from viewer, they become gradually more and more transparent and finally disappear. ITCS 3050:Game Engine Programming 59 Spatial Structures/ Acceleration Algorithms

LOD Switching:CLODs and Geomorph LODs Generating LOD models using edge collapse (an example of simplification algorithms) can also provide smoother transitions Reducing the number of primitives in models across LODs can create a Continuous Level of Detail (CLOD). Removing an edge, edge collapse or adding an edge, vertex split in a mesh is the basis for generating CLODs. Disadvantage: Triangle strips are more difficult to use with CLODs. Geomorphs: Vertex connectivity between LODs are maintained and linear interpolation is performed to make smooth transitions. ITCS 3050:Game Engine Programming 60 Spatial Structures/ Acceleration Algorithms

LOD Selection When and on what basis do we switch LODs? Range-Based: Each LOD of an object is associated with a range of distances from the viewer, eg. 0 < r 1 < r 2 <. LOD1 corrsponds to (0, r 1 ), LOD2 corresponds to (r 1, r 2 ), etc. Projected Area-Based: Size of area projected by object decreases with viewer distance. Can use BV of object to simplify calculations, eg., spheres, boxes (details,formulas in section 9.8.2). ITCS 3050:Game Engine Programming 61 Spatial Structures/ Acceleration Algorithms

LOD Selection Hysteresis: If the LOD metric varies too frequently (around a boundary), popping will occur. Introduce hysteresis, so that the LOD switch is asymmetric when view distance is increasing vs. when its decreasing Other Methods Based on importance of objects, motion, focus Constraints based on a polygon budget, textures. ITCS 3050:Game Engine Programming 62 Spatial Structures/ Acceleration Algorithms