cis 781 realism through synthesis 3d raster graphics
play

CIS 781 Realism Through Synthesis 3D Raster Graphics Roger Crawfis - PowerPoint PPT Presentation

CIS 781 Realism Through Synthesis 3D Raster Graphics Roger Crawfis Ohio State University Real Fake Play Games Design NFL Fever screen shot Stalker screen shot Subdivision planning Golf course LPGA 3D Nature Construction images


  1. CIS 781 Realism Through Synthesis 3D Raster Graphics Roger Crawfis Ohio State University Real Fake Play Games … Design NFL Fever screen shot Stalker screen shot Subdivision planning Golf course LPGA 3D Nature Construction images

  2. Goals of Computer Graphics Major Topics • Generate synthetic images that look real ! • Modeling: representing objects; building those representations. • Do it in a practical way and scientifically sound. • Rendering: how to simulate the image- • In real time, obviously. And make it look easy… forming process. • Interaction: change / manipulate objects, immersion • Real-Time: render quickly (30 frames/sec) The Quest for Visual Realism Modeling ❚ How to represent real environments geometry: curves, surfaces, volumes ❙ photometry: light, color, reflectance ❙ ❚ How to build these representations declaratively: write it down ❙ interactively: sculpt it ❙ programmatically: let it grow (fractals, ❙ algebraic/geometric Methods, extraction) via 3D sensing: scan it in ❙ Get Primitives -lines, triangles, quads, patches ! ❙

  3. Modeling - Declarative, Algebraic, Interactive Scanning Primitives ? Points Hardware, human Primitives Modeling - Procedural Modeling - Procedural 3D Nature Construction Crawfis, 2001 Bryce, 2002 Mountains Plants 3D Nature Construction

  4. Examples Rendering ❚ What’s an image? distribution of light energy on 2D “film” ❙ ❚ How do we represent and store images sampled array of “pixels”: p[x,y] ❙ ❚ How to generate images from scenes input: 3D description of scene, camera ❙ ❙ project to camera’s viewpoint illumination ❙ Other Examples Outline • Review – Transformations – OpenGL • Polygonal models and model construction • Viewing – Projections – Clipping

  5. Other Courses @ OSU Outline • 3D polygonal rendering ❚ cis581 – Intro to 3D Graphics, OpenGL – Rasterization ❚ Cis681 – Ray Tracing, Local Illumination, Anti-aliasing – Clipping ❚ Cis782 – Global Illumination, Special Topics – Hidden surface determination ❚ Cis 784 - Geometric Modeling • Shadows ❚ Cis 694? – Scientific Visualization (Crawfis/Shen) • Texture Mapping ❚ Cis 694R – Animation (Parent) Course Topics Quote (CIS 681 and 782) • Texture Mapping “Now when I paint, I am able to see the bits and the whole at the same time, and colors and shapes pop out at me more – Texture Parameterization: readily. For example, now, instead of seeing just an apple • Mapping an image to a inside a bowl, I see an apple catching the reflection from model the bowl and reciprocally the color of the apple transferring onto the ceramic surface of the bowl. The Bryan 2000 – Determining the pixel bowl must then have a reflective surface capturing other value during scan- parts of the still life and its shadow on the white cloth conversion below is not gray but is actually a bluish tinge with purple – Avoiding Aliasing in edges, and so forth.” Texture Mapping - Owen Demers [digital] Texturing & Painting, 2002 Coleman 2001

  6. Lights and Shadows Quote “I am interested in the effects on an object that speak of human intervention. This is another factor that you must take into consideration. How many times has the object been painted? Written on? Treated? Bumped into? Scraped? This is when things get exciting. I am curious about: the wearing away of paint on steps from continual use; scrapes made by a moving dolly along the baseboard of a wall; acrylic paint peeling away from a previous coat of an oil base paint; cigarette burns on tile or wood floors; chewing gum – the black spots on city sidewalks; lover’s 3D Nature Construction names and initials scratched onto park benches…” Wreckless screen shot, 2001 - Owen Demers [digital] Texturing & Painting, 2002 Adding Detail Shadows Stalker screen snapshot Medal of Honor screen snapshot Prestene Worn and tattered

  7. Essential Process Texture Mapping • Why use textures? Penumbra Umbra Texture Mapping Essential Process • Modeling complexity Primitives

  8. The Problem of Visibility Graphics Pipeline (OpenGL) Transform Texture Illuminate Light Material Interaction - ? Modeling • Types: – Polygon surfaces – Curved surfaces • Generating models: – Interactive – Procedural

  9. Polygon Mesh Representing Polygon Mesh • Vertex coordinates • Set of surface list, polygon table polygons that and (maybe) edge enclose an table object interior, • Auxiliary: polygon mesh – Per vertex normal – Neighborhood • De facto: information, triangles, arranged with regard to vertices and edges triangle mesh. Arriving at a Mesh Example: The Utah Teapot • 32 patches • Use patches model as implicit or parametric surfaces • Beziér Patches : control polyhedron with 16 points and the resulting bicubic patch: single shaded patch wireframe of the control points Patch edges

  10. Shape Construction Operations Patch Representation vs. Polygon Mesh • Polygons are simple and flexible building blocks. • Extrude : add a height to a flat polygon • But, a parametric representation has advantages: • Revolve : Rotate a polygon around a certain axis – Conciseness • Sweep : sweep a shape along a certain curve (a generalization of the above two) • A parametric representation is exact and analytical. • Loft : shape from contours (usually in parallel – Deformation and shape change slices) • Deformations appear smooth, which is not generally the case with a polygonal object. • Set operations (intersection, union, difference), CSG (constructive solid geometry) Constructive Solid Geometry Sweep (Revolve and Extrude) (CSG) • To combine the volumes occupied by overlapping 3D shapes using set operations. union intersection difference

  11. A CSG Tree Example Modeling Package: Alias Studio Pin Hole Model Transformations • Visibility Cone with apex at observer • Modeling transformations • Reduce hole to a point - the cone becomes a ray • build complex models by positioning simple components • Pin hole - focal point, eye point or center of • Viewing transformations projection. • placing virtual camera in the world • transformation from world coordinates EYE to eye coordinates OBJECT • Side note: animation: vary transformations F over time to create motion P WORLD P

  12. Model->Eye Space Viewing Pipeline Object Space and World Space: Canonical Object World Eye Clipping Screen Space view volume Space Space Space Space eye • Object space: coordinate space where each component is defined • World space: all components put together into the same 3D scene via affine transformation. (camera, lighting defined in this space) • Eye space: camera at the origin, view direction coincides with the z axis. Hither and Yon planes perpendicular to the z axis 3. • Clipping space: do clipping here. All points are in homogeneous coordinates, i.e., each point is represented by (x,y,z,w) • 3D image space (Canonical view volume): a parallelpipied shape defined by (-1:1,-1:1,0,1). Objects in this space are distorted Eye-Space : • Screen space: x and y screen pixel coordinates 1. 2. Clip and Image Spaces • Clip Space • Image Space 4. 3. 6. 5.

  13. 2D Transformation Homogeneous Coordinates • Translation • Matrix/Vector format for translation: • Rotation Translation in Homogenous Why these properties are Coordinates important • There exists an inverse mapping for each • when these conditions are shown for any class of functions it can be proven that such a class is closed function under composition • There exists an identity mapping • i. e. any series of translations can be composed to a single translation.

  14. Putting Translation and Rotation Rotation in Homogeneous Space Together • Order matters !! The two properties still apply. Affine Transformation Affine Transformations T • Property: preserving parallel lines • Translation • The coordinates of three corresponding • Rotation points uniquely determine any Affine • Scaling Transform!! • Shearing

  15. How to determine an Affine 2D Transformation? Affine Transformation in 3D • We set up 6 linear equations in terms of our 6 • Translation unknowns. In this case, we know the 2D coordinates before and after the mapping, and we wish to solve for the 6 entries in the affine transform matrix • Rotate • Scale • Shear More Rotation Global Deformations • Which axis of rotation? • Taper • Twist • Bend

  16. Global Deformations Global Deformations • Tapering: • Twisting: θ = f(z) r = f(z) x = r*x x = x*cos θ - y*sin θ y = r*y y = x*sin θ + y*cos θ z = z z = z Global Deformations Viewing • Bending: • Placing objects in World space: affine transformations – More general, bend about some axis. • World space to Eye space: ??? • Eye space to Clipping space: involves projection and viewing frustum

  17. Perspective Projection Image Formation and Pin Hole Camera • Projection point sees anything on ray through pinhole F • Point W projects along the ray through F to appear at I (intersection of WF with image plane) Image Image F W F World I World Projecting shapes • project points onto image plane • lines are projected by projecting their end points only Orthographic Projection Comparison • focal point at infinity • rays are parallel and orthogonal to the image plane World Image F

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend