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

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

Culling. Computer Graphics CSE 167 Lecture 12

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

CSE 167: Introduction to Computer Graphics Lecture 11: Scene Graph 2. Jürgen P. Schulze, Ph.D. University of California, San Diego Fall Quarter 2013

CSE 167: Introduction to Computer Graphics Lecture #4: Vertex Transformation

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

Problem Max. Points Total 80

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

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

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

Speeding up your game

Sung-Eui Yoon ( 윤성의 )

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

CSE 167: Introduction to Computer Graphics Lecture 12: Bézier Curves. Jürgen P. Schulze, Ph.D. University of California, San Diego Fall Quarter 2013

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

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

CSE 167: Introduction to Computer Graphics Lecture #8: Scene Graph. Jürgen P. Schulze, Ph.D. University of California, San Diego Fall Quarter 2015

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

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

Total 80

CSE 167: Introduction to Computer Graphics Lecture #11: Bezier Curves. Jürgen P. Schulze, Ph.D. University of California, San Diego Fall Quarter 2016

Pipeline Operations. CS 4620 Lecture Steve Marschner. Cornell CS4620 Spring 2018 Lecture 11

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

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

Pipeline Operations. CS 4620 Lecture 14

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

Universiteit Leiden Computer Science

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

LOD and Occlusion Christian Miller CS Fall 2011

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

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

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

CS4620/5620: Lecture 14 Pipeline

Computer Graphics Shadow Algorithms

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

Computer Graphics. Bing-Yu Chen National Taiwan University

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

CS 381 Computer Graphics, Fall 2012 Midterm Exam Solutions. The Midterm Exam was given in class on Tuesday, October 16, 2012.

Adaptive Point Cloud Rendering

Hidden surface removal. Computer Graphics

CSE 167: Lecture #17: Procedural Modeling. Jürgen P. Schulze, Ph.D. University of California, San Diego Fall Quarter 2011

CSE 167: Introduction to Computer Graphics Lecture #9: Scene Graph. Jürgen P. Schulze, Ph.D. University of California, San Diego Spring Quarter 2016

Spatial Data Structures

Pipeline Operations. CS 4620 Lecture 10

Computer Graphics I Lecture 11

COMP 175: Computer Graphics April 11, 2018

CS488. Visible-Surface Determination. Luc RENAMBOT

Graphics and Interaction Rendering pipeline & object modelling

Lecture 3 Sections 2.2, 4.4. Mon, Aug 31, 2009

CS 130 Exam I. Fall 2015

CHAPTER 1 Graphics Systems and Models 3

Visibility and Occlusion Culling

Shadows in the graphics pipeline

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

CS451Real-time Rendering Pipeline

The Traditional Graphics Pipeline

Computer Graphics CS 543 Lecture 13a Curves, Tesselation/Geometry Shaders & Level of Detail

FROM VERTICES TO FRAGMENTS. Lecture 5 Comp3080 Computer Graphics HKBU

3D Polygon Rendering. Many applications use rendering of 3D polygons with direct illumination

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

The Traditional Graphics Pipeline

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

Lecture 4. Viewing, Projection and Viewport Transformations

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

0. Introduction: What is Computer Graphics? 1. Basics of scan conversion (line drawing) 2. Representing 2D curves

CSE 167: Introduction to Computer Graphics Lecture #18: More Effects. Jürgen P. Schulze, Ph.D. University of California, San Diego Fall Quarter 2016

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

Homework #2. Hidden Surfaces, Projections, Shading and Texture, Ray Tracing, and Parametric Curves

Spatial Data Structures

CSE528 Computer Graphics: Theory, Algorithms, and Applications

Topics and things to know about them:

CSE 167: Introduction to Computer Graphics Lecture #8: Textures. Jürgen P. Schulze, Ph.D. University of California, San Diego Spring Quarter 2016

Hidden Surface Elimination Raytracing. Pre-lecture business. Outline for today. Review Quiz. Image-Space vs. Object-Space

Realtime 3D Computer Graphics Virtual Reality

From Vertices To Fragments-1

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

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

Wed, October 12, 2011

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

CSE 167: Lecture 11: Textures 2. Jürgen P. Schulze, Ph.D. University of California, San Diego Fall Quarter 2011

The Traditional Graphics Pipeline

Procedural modeling and shadow mapping. Computer Graphics CSE 167 Lecture 15

Exercise Max. Points Total 90

Spatial Data Structures

Midterm Exam Fundamentals of Computer Graphics (COMP 557) Thurs. Feb. 19, 2015 Professor Michael Langer

CSE 167: Introduction to Computer Graphics Lecture #7: Lights. Jürgen P. Schulze, Ph.D. University of California, San Diego Spring Quarter 2015

Homework #2. Shading, Projections, Texture Mapping, Ray Tracing, and Bezier Curves

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

Spatial Data Structures

Examples. Clipping. The Rendering Pipeline. View Frustum. Normalization. How it is done. Types of operations. Removing what is not seen on the screen

COMP30019 Graphics and Interaction Rendering pipeline & object modelling

Lecture outline. COMP30019 Graphics and Interaction Rendering pipeline & object modelling. Introduction to modelling

Illumination and Geometry Techniques. Karljohan Lundin Palmerius

Triangle Rasterization

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

Spatial Data Structures

Notes on Assignment. Notes on Assignment. Notes on Assignment. Notes on Assignment

CEng 477 Introduction to Computer Graphics Fall 2007

CS602 Midterm Subjective Solved with Reference By WELL WISHER (Aqua Leo)

Shadow Algorithms. CSE 781 Winter Han-Wei Shen

Transcription:

CSE 167: Introduction to Computer Graphics Lecture #10: View Frustum Culling Jürgen P. Schulze, Ph.D. University of California, San Diego Fall Quarter 2015

Announcements Project 4 due tomorrow Project 5 discussion on Monday Midterm: Problem 5 a): no point deduction if R not normalized 2

Bounding Volumes Simple shape that completely encloses an object Generally a box or sphere We use spheres Easiest to work with But hard to calculate tight fits Intersect bounding volume with view frustum instead of each primitive 3

Bounding Box How to cull objects consisting of may polygons? Cull bounding box Rectangular box, parallel to object space coordinate planes Box is smallest box containing the entire object 4 Image: SGI OpenGL Optimizer Programmer's Guide

View Frustum Culling Frustum defined by 6 planes Each plane divides space into outside, inside Check each object against each plane Outside, inside, intersecting If outside all planes Outside the frustum If inside all planes Inside the frustum Else partly inside and partly out Efficiency View frustum 5

Distance to Plane A plane is described by a point p on the plane and a unit normal n Find the (perpendicular) distance from point x to the plane r n x p 6

Distance to Plane The distance is the length of the projection of x-p onto n uuuuuuu r r dist = x p n ( ) r n x uuuuu p r x p 7

Distance to Plane The distance has a sign positive on the side of the plane the normal points to negative on the opposite side zero exactly on the plane Divides 3D space into two infinite half-spaces uuuuuuu r r r dist(x) = ( x p) n n Positive p 8 Negative

Distance to Plane Simplification d is independent of x d is distance from the origin to the plane We can represent a plane with just d and n 9

Frustum With Signed Planes Normal of each plane points outside outside means positive distance inside means negative distance 10

Test Sphere and Plane For sphere with radius r and origin x, test the distance to the origin, and see if it is beyond the radius Three cases: dist(x)>r completely above dist(x)<-r completely below -r<dist(x)<r intersects r n Positive Negative 11

Culling Summary Pre-compute the normal n and value d for each of the six planes. Given a sphere with center x and radius r For each plane: if dist(x) > r: sphere is outside! (no need to continue loop) add 1 to count if dist(x)<-r If we made it through the loop, check the count: if the count is 6, the sphere is completely inside otherwise the sphere intersects the frustum (can use a flag instead of a count) 12

Culling Groups of Objects Want to be able to cull the whole group quickly But if the group is partly in and partly out, want to be able to cull individual objects 13

Hierarchical Bounding Volumes Given hierarchy of objects Bounding volume of each node encloses the bounding volumes of all its children Start by testing the outermost bounding volume If it is entirely outside, don t draw the group at all If it is entirely inside, draw the whole group 14

Hierarchical Culling If the bounding volume is partly inside and partly outside Test each child s bounding volume individually If the child is in, draw it; if it s out cull it; if it s partly in and partly out, recurse. If recursion reaches a leaf node, draw it normally 15

Video Math for Game Developers - Frustum Culling http://www.youtube.com/watch?v=4p-e_31xopm 16

Culling Goal: Discard geometry that does not need to be drawn to speed up rendering Types of culling: View frustum culling Occlusion culling Small object culling Backface culling Degenerate culling 17

Occlusion Culling Geometry hidden behind occluder cannot be seen Many complex algorithms exist to identify occluded geometry Images: SGI OpenGL Optimizer Programmer's Guide 18

Video Umbra 3 Occlusion Culling explained http://www.youtube.com/watch?v=5h4qgdbwqhc 19

Small Object Culling Object projects to less than a specified size Cull objects whose screen-space bounding box is less than a threshold number of pixels 20

Backface Culling Consider triangles as one-sided, i.e., only visible from the front Closed objects If the back of the triangle is facing the camera, it is not visible Gain efficiency by not drawing it (culling) Roughly 50% of triangles in a scene are back facing 21

Backface Culling Convention: Triangle is front facing if vertices are ordered counterclockwise p2 p1 p0 p0 Front-facing OpenGL allows one- or two-sided triangles One-sided triangles: glenable(gl_cull_face); glcullface(gl_back) Two-sided triangles (no backface culling): gldisable(gl_cull_face) p1 Back-facing p2 22

Backface Culling Compute triangle normal after projection (homogeneous division) Third component of n negative: front-facing, otherwise back-facing Remember: projection matrix is such that homogeneous division flips sign of third component 23

Degenerate Culling Degenerate triangle has no area Vertices lie in a straight line Vertices at the exact same place Normal n=0 Source: Computer Methods in Applied Mechanics and Engineering, Volume 194, Issues 48 49 24

Rendering Pipeline Primitives Modeling and Viewing Transformation Shading Projection Scan conversion, visibility Culling, Clipping Discard geometry that will not be visible 25 Image

Level-of-Detail Techniques Don t draw objects smaller than a threshold Small feature culling Popping artifacts Replace 3D objects by 2D impostors Textured planes representing the objects Adapt triangle count to projected size Impostor generation Original vs. impostor 26 Size dependent mesh reduction (Data: Stanford Armadillo)

Lecture Overview Polynomial Curves Introduction Polynomial functions Bézier Curves Introduction Drawing Bézier curves Piecewise Bézier curves 27

Modeling Creating 3D objects How to construct complex surfaces? Goal Specify objects with control points Objects should be visually pleasing (smooth) Start with curves, then generalize to surfaces Next: What can curves be used for? 28

Curves Surface of revolution 29

Curves Extruded/swept surfaces 30

Curves Animation Provide a track for objects Use as camera path 31