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

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

FROM VERTICES TO FRAGMENTS. Lecture 5 Comp3080 Computer Graphics HKBU

From Vertices To Fragments-1

Topics. From vertices to fragments

Introduction to Computer Graphics 5. Clipping

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

Realtime 3D Computer Graphics Virtual Reality

Rasterization, Depth Sorting and Culling

Incremental Form. Idea. More efficient if we look at d k, the value of the decision variable at x = k

3D Rendering Pipeline (for direct illumination)

Renderer Implementation: Basics and Clipping. Overview. Preliminaries. David Carr Virtual Environments, Fundamentals Spring 2005

Hidden Surface Removal

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

8. Hidden Surface Elimination

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

CSE528 Computer Graphics: Theory, Algorithms, and Applications

Werner Purgathofer

Two basic types: image-precision and object-precision. Image-precision For each pixel, determine which object is visable Requires np operations

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

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

Visible Surface Detection Methods

Computer Graphics II

Computer Graphics. Bing-Yu Chen National Taiwan University

Hidden surface removal. Computer Graphics

Clipping Algorithms; 8-5. Computer Graphics. Spring CS4815

Computer Graphics. Lecture 9 Hidden Surface Removal. Taku Komura

Culling. Computer Graphics CSE 167 Lecture 12

9. Visible-Surface Detection Methods

CS4620/5620: Lecture 14 Pipeline

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

8. Hidden Surface Elimination

More Visible Surface Detection. CS116B Chris Pollett Mar. 16, 2005.

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

CEng 477 Introduction to Computer Graphics Fall 2007

Today. CS-184: Computer Graphics. Lecture #10: Clipping and Hidden Surfaces. Clipping. Hidden Surface Removal

Graphics and Interaction Rendering pipeline & object modelling

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

COMP30019 Graphics and Interaction Scan Converting Polygons and Lines

Computer Graphics. Rendering. by Brian Wyvill University of Calgary. cpsc/enel P 1

Spatial Data Structures

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

Spatial Data Structures

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

Spatial Data Structures

From 3D World to 2D Screen. Hendrik Speleers

Hidden Surfaces II. Week 9, Mon Mar 15

Spatial Data Structures

Computer Graphics (CS 543) Lecture 9 (Part 2): Clipping. Prof Emmanuel Agu. Computer Science Dept. Worcester Polytechnic Institute (WPI)

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 & Culling. Lecture 11 Spring Trivial Rejection Outcode Clipping Plane-at-a-time Clipping Backface Culling

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

Computer Graphics: 8-Hidden Surface Removal

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

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

CHAPTER 1 Graphics Systems and Models 3

CS488. Visible-Surface Determination. Luc RENAMBOT

Computer Graphics. - Clipping - Philipp Slusallek & Stefan Lemme

Determination (Penentuan Permukaan Tampak)

4.5 VISIBLE SURFACE DETECTION METHODES

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

CSCI 4620/8626. Computer Graphics Clipping Algorithms (Chapter 8-5 )

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

Computer Graphics. The Two-Dimensional Viewing. Somsak Walairacht, Computer Engineering, KMITL

COMP30019 Graphics and Interaction Ray Tracing

CS184 : Foundations of Computer Graphics Professor David Forsyth Final Examination

Visibility: Z Buffering

graphics pipeline computer graphics graphics pipeline 2009 fabio pellacini 1

graphics pipeline computer graphics graphics pipeline 2009 fabio pellacini 1

Pipeline Operations. CS 4620 Lecture 14

Lecture 11: Ray tracing (cont.)

Direct Rendering of Trimmed NURBS Surfaces

CS184 : Foundations of Computer Graphics Professor David Forsyth Final Examination (Total: 100 marks)

CSCI 420 Computer Graphics Lecture 14. Rasterization. Scan Conversion Antialiasing [Angel Ch. 6] Jernej Barbic University of Southern California

Computer Graphics (CS 543) Lecture 10 (Part 1): 3D Clipping. Prof Emmanuel Agu. Computer Science Dept. Worcester Polytechnic Institute (WPI)

Clipping and Scan Conversion

2D Viewing. Viewing Pipeline: Window-Viewport Transf.

Class of Algorithms. Visible Surface Determination. Back Face Culling Test. Back Face Culling: Object Space v. Back Face Culling: Object Space.

Spatial Data Structures

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

Computer Graphics Geometry and Transform

Rasterization. Rasterization (scan conversion) Digital Differential Analyzer (DDA) Rasterizing a line. Digital Differential Analyzer (DDA)

Fall CSCI 420: Computer Graphics. 7.1 Rasterization. Hao Li.

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

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 #11: Visibility Culling

Painter s HSR Algorithm

Pipeline Operations. CS 4620 Lecture 10

More Hidden Surface Removal

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

Ray Tracing. Foley & Van Dam, Chapters 15 and 16

Ray Tracing Foley & Van Dam, Chapters 15 and 16

(Refer Slide Time 03:00)

Real-Time Shadows. André Offringa Timo Laman

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

Last class. A vertex (w x, w y, w z, w) - clipping is in the - windowing and viewport normalized view volume if: - scan conversion/ rasterization

Computer Graphics Viewing

The Graphics Pipeline. Interactive Computer Graphics. The Graphics Pipeline. The Graphics Pipeline. The Graphics Pipeline: Clipping

Chapter 8: Implementation- Clipping and Rasterization

CS230 : Computer Graphics Lecture 4. Tamar Shinar Computer Science & Engineering UC Riverside

Computer Graphics I Lecture 11

Transcription:

Clipping 1

Objectives Clipping lines First of implementation algorithms Clipping polygons (next lecture) Focus on pipeline plus a few classic algorithms 2

Clipping 2D against clipping window 3D against clipping volume Easy for line segments polygons Hard for curves and text Convert to lines and polygons first 3

Clipping 2D Line Segments Brute force approach: compute intersections with all sides of clipping window Inefficient: one division per intersection 4

Cohen-Sutherland Algorithm Idea: eliminate as many cases as possible without computing intersections Start with four lines that determine the sides of the clipping window y = y max x = x min x = x max y = y min 5

The Cases Case 1: both endpoints of line segment inside all four lines Draw (accept) line segment as is y = y max x = x min x = x max y = y min Case 2: both endpoints outside all lines and on same side of a line Discard (reject) the line segment 6

The Cases Case 3: One endpoint inside, one outside Must do at least one intersection Case 4: Both outside May have part inside Must do at least one intersection y = y max x = x min x = x max 7

Defining Outcodes For each endpoint, define an outcode b 0 b 1 b 2 b 3 b 0 = 1 if y > y max, 0 otherwise b 1 = 1 if y < y min, 0 otherwise b 2 = 1 if x > x max, 0 otherwise b 3 = 1 if x < x min, 0 otherwise Outcodes divide space into 9 regions Computation of outcode requires at most 4 subtractions 8

Using Outcodes Consider the 5 cases below AB: outcode(a) = outcode(b) = 0 Accept line segment 9

Using Outcodes CD: outcode (C) = 0, outcode(d) 0 Compute intersection Location of 1 in outcode(d) determines which edge to intersect with Note if there were a segment from A to a point in a region with 2 ones in outcode, we might have to do two interesections 10

Using Outcodes EF: outcode(e) logically ANDed with outcode(f) (bitwise) 0 Both outcodes have a 1 bit in the same place Line segment is outside of corresponding side of clipping window reject 11

Using Outcodes GH and IJ: same outcodes, neither zero but logical AND yields zero Shorten line segment by intersecting with one of sides of window Compute outcode of intersection (new endpoint of shortened line segment) Reexecute algorithm 12

Efficiency In many applications, the clipping window is small relative to the size of the entire data base Most line segments are outside one or more side of the window and can be eliminated based on their outcodes Inefficiency when code has to be reexecuted for line segments that must be shortened in more than one step 13

Cohen Sutherland in 3D Use 6-bit outcodes When needed, clip line segment against planes 14

Polygon Rendering 18

Objectives Introduce clipping algorithms for polygons Survey hidden-surface algorithms 19

Polygon Clipping Not as simple as line segment clipping Clipping a line segment yields at most one line segment Clipping a polygon can yield multiple polygons However, clipping a convex polygon can yield at most one other polygon 20

Tessellation and Convexity One strategy is to replace nonconvex (concave) polygons with a set of triangular polygons (a tessellation) Also makes fill easier Tessellation through tesselllation shaders 21

Clipping as a Black Box Can consider line segment clipping as a process that takes in two vertices and produces either no vertices or the vertices of a clipped line segment 22

Pipeline Clipping of Line Segments Clipping against each side of window is independent of other sides Can use four independent clippers in a pipeline 23

Pipeline Clipping of Polygons Three dimensions: add front and back clippers Strategy used in SGI Geometry Engine Small increase in latency 24

Bounding Boxes Rather than doing clipping on a complex polygon, we can use an axisaligned bounding box or extent Smallest rectangle aligned with axes that encloses the polygon Simple to compute: max and min of x and y 25

Bounding boxes Can usually determine accept/reject based only on bounding box reject accept requires detailed clipping 26

Clipping and Visibility Clipping has much in common with hidden-surface removal In both cases, we are trying to remove objects that are not visible to the camera Often we can use visibility or occlusion testing early in the process to eliminate as many polygons as possible before going through the entire pipeline 27

Hidden Surface Removal Object-space approach: use pairwise testing between polygons (objects) partially obscuring can draw independently Worst case complexity O(n 2 ) for n polygons 28

Painter s Algorithm Render polygons a back to front order so that polygons behind others are simply painted over B behind A as seen by viewer Fill B then A 29

Depth Sort Requires ordering of polygons first O(n log n) calculation for ordering Not every polygon is either in front or behind all other polygons Order polygons and deal with easy cases first, harder later Polygons sorted by distance from Center Of Projection 30

Easy Cases A lies behind all other polygons Can render Polygons overlap in z but not in either x or y Can render independently 31

Hard Cases Overlap in all directions but can one is fully on one side of the other cyclic overlap penetration 32

Back-Face Removal (Culling) face is visible iff 90 θ -90 equivalently cos θ 0 or v n 0 θ plane of face has form ax + by +cz +d =0 but after normalization n = ( 0 0 1 0) T need only test the sign of c In OpenGL we can simply enable culling but may not work correctly if we have nonconvex objects 33

Image Space Approach Look at each projector (nm for an n x m frame buffer) and find closest of k polygons Complexity O(nmk) Ray tracing z-buffer 34

z-buffer Algorithm Use a buffer called the z or depth buffer to store the depth of the closest object at each pixel found so far As we render each polygon, compare the depth of each pixel to depth in z buffer If less, place shade of pixel in color buffer and update z buffer 35

Scan-Line Algorithm Can combine shading and hsr through scan line algorithm scan line i: no need for depth information, can only be in no or one polygon scan line j: need depth information only when in more than one polygon 37

Implementation Need a data structure to store Flag for each polygon (inside/outside) Incremental structure for scan lines that stores which edges are encountered Parameters for planes 38

Visibility Testing In many realtime applications, such as games, we want to eliminate as many objects as possible within the application Reduce burden on pipeline Reduce traffic on bus Partition space with Binary Spatial Partition (BSP) Tree 39

Simple Example consider 6 parallel polygons top view The plane of A separates B and C from D, E and F 40

BSP Tree Can continue recursively Plane of C separates B from A Plane of D separates E and F Can put this information in a BSP tree Use for visibility and occlusion testing 41