Chapter 13: A Simple 3D Application Chapter 13.

Slides:



Advertisements
Similar presentations
Elements of Film Basic Film Terms. Shot: a segment of film; an image that begins when the camera is started and ends either when the camera is stopped.
Advertisements

Digital Photography Camera & Composition Basics. Composing images for maximum impact While visual storytelling is mainly about content, it is the composition.
Lecture 8 Transparency, Mirroring
Presentation and Multimedia
1 Introduction to Computer Graphics with WebGL Prof. John Gauch CSCE Department Spring 2015 Angel and Shreiner: Interactive Computer Graphics 7E © Addison-Wesley.
Notation for Mirrors and Lenses
Composing images for maximum impact. While visual storytelling is mainly about content, it is the composition of the images that determines how effectively.
Image Formation 2 Thin Lens Multi lens/mirror system
6th Grade Assignment Still life composition using contour line. Using still life objects in the room, compose a still life of at least five or more objects.
Part I: Basics of Computer Graphics Viewing Transformation and Coordinate Systems Chapter
Essentials of Interactive Computer Graphics: Concepts and Implementation K. Sung, P. Shirley, S. Baer Chapter 12 Chapter 12: Making the Applications Interesting.
Essentials of Interactive Computer Graphics: Concepts and Implementation K. Sung, P. Shirley, S. Baer Chapter 3 Chapter 3: Simple Graphics Program.
CHAPTER 7 Viewing and Transformations © 2008 Cengage Learning EMEA.
Course Overview, Introduction to CG Glenn G. Chappell U. of Alaska Fairbanks CS 381 Lecture Notes Friday, September 5, 2003.
CS 480/680 Computer Graphics Course Overview Dr. Frederick C Harris, Jr. Fall 2012.
Viewing and Projections
Technology and Historical Overview. Introduction to 3d Computer Graphics  3D computer graphics is the science, study, and method of projecting a mathematical.
Physics 1C Lecture 26A.
INTRO TO COMPUTER GRAPHICS TEXT EDWARD ANGEL: EDITION 5 CS770/870
Rujchai Ung-arunyawee Department of Computer Engineering Khon Kaen University.
A Case Study using the Hugh Morton Photograph Collection A Photographic Journey brought to you by the Digital Production Center.
Chapter 1 INTRODUCTION TO IMAGE PROCESSING Section – 1.2.
Organizing Your Information
1 Graphics CSCI 343, Fall 2015 Lecture 1 Introduction to Graphics Read: Chapter 1 of textbook.
Introduction to Photography. “Painting or writing with light”
Chapter 34 Lecture Seven: Images: I HW 3 (problems): 34.40, 34.43, 34.68, 35.2, 35.9, 35.16, 35.26, 35.40, Due Friday, Sept. 25.
1 COMS 161 Introduction to Computing Title: Digital Images Date: November 12, 2004 Lecture Number: 32.
Photography The Basics. Snapshots vs. Photographs Snapshot Memories What the subject is Point and click Photographs Artistic interpretation of a thing.
Composition is Key What makes a GREAT photograph?.
Hosted by M/J Creative Photography Teachers VocabularyThe Basics Types of Photographers Techniques
Computer Graphics Chapter 6 Andreas Savva. 2 Interactive Graphics Graphics provides one of the most natural means of communicating with a computer. Interactive.
Essentials of Interactive Computer Graphics: Concepts and Implementation K. Sung, P. Shirley, S. Baer Chapter 15 Chapter 15: Working with the Camera.
Mood The feeling the photographer conveys through their images What is the mood in this picture?
Module 4 Review The Elements of Composition. Important Definitions What is focus? What is focus? –When an image is clear –Press the shutter release halfway.
Texas 4-H Photography Judging PROBLEMS PRACTICE SET #6 INTERMEDIATES The Photo classes in this Power Point are for you to try your judging skills. Select.
Composition
Programming in the Simple Raster Graphics Package (SRGP) Chapter 2.
Lecture 6 Rasterisation, Antialiasing, Texture Mapping,
Photography. THE BASICS 1.Focus 2.Exposure 3.Composition.
Exposure. Exposure = Controlling the amount of light hitting the film or digital sensor Getting the “right” amount of light for the scene at hand.
COMPOSITION Task 1d RESOURCES:
Paul Mundy Tables and illustrations.
How an Image is Created Light sensitive paper is placed at the back of the camera The pinhole allows a few rays of light through to reach the paper.
Texas 4-H Photography Judging PROBLEMS PRACTICE SET #2 INTERMEDIATES The Photo classes in this Power Point are for you to try your judging skills. Select.
Rendering Pipeline Fall, D Polygon Rendering Many applications use rendering of 3D polygons with direct illumination.
A Photograph of two papers
Equations of Circles. You can write an equation of a circle in a coordinate plane, if you know: Its radius The coordinates of its center.
1 Computer Graphics Week11 : Hidden Surface Removal.
Orthonormal Basis Cartesian Coordinate System – Unit vectors: i, j, k – Normalized to each other – Unique representation for each position!! – Convenient!
© Copyright NMSU Board of Regents 2004 New Mexico State University is an equal opportunity/affirmative action employer and educator. NMSU and the U.S.
Intro or, Who Am I, and What Am I Doing Here? References The ETGG1803 slides of Dr. James Hudson Chapter 2.
E. LYON 2014 Process Drawing in a Day Using Charcoal/Chalk.
3D Animation 1. Introduction Dr. Ashraf Y. Maghari Information Technology Islamic University of Gaza Ref. Book: The Art of Maya.
What is a Storyboard Graphical (visual) representation of the action sequence to create a story Translates the words of the script to images Quite similar.
Introduction to 3-D Viewing Glenn G. Chappell U. of Alaska Fairbanks CS 381 Lecture Notes Monday, October 27, 2003.
A Photograph of two papers The Model: 2 papers – 8cm x 8cm and 5cm x 5cm The Camera – Simple pinhole – No focusing capability The Scene – Arrangements.
CSE 167 [Win 17], Lecture 2: Review of Basic Math Ravi Ramamoorthi
Chapter 34 Geometric Optics © 2016 Pearson Education Inc.
The Pinhole Camera.
Writing Papers in the Biological Sciences
Modeling 101 For the moment assume that all geometry consists of points, lines and faces Line: A segment between two endpoints Face: A planar area bounded.
3D Graphics Rendering PPT By Ricardo Veguilla.
A Photograph of two papers
Georgia O’Keeffe Created by L. Rice and J. Walker ‘06.
Element of Art: Line Principle of Design: Repetition
Chapter 2 Similarity and Dilations
Chapter 2: Lesson 2: The Coordinate Plane
Digital Photography Basics
Reference Angles.
α The terminal side of the angle here is r
Presentation transcript:

Chapter 13: A Simple 3D Application Chapter 13

This Chapter: we will learn about Basic elements in 3D composition Model Camera Scene (lighting and material) Left vs. Right Handed Coordinate System Compose a 3D Scene in a Computer Graphics Program Chapter 13

A Photograph of two papers The Model: 2 papers 8cm x 8cm and 5cm x 5cm The Camera Simple pinhole No focusing capability The Scene Arrangements model and camera Light sources (later) Chapter 13

The Arrangements Chapter 13

3D Coordinate Systems Two options for Z-axis direction! Same position, different sign for z-value!! Chapter 13

Left vs. Right Handed Systems Right-Handed System EXCLUSIVELY!! Chapter 13

The Model and the Scene Right-Handed Coordinate System Convenience Origin Center of 8x8 Units in cm Chapter 13

Details … Chapter 13

Tut 13.1: Drawing the papers For now: Simplest application no library GrfxWindow class Chapter 13

Tut 13.1: The drawing code … Chapter 13

Tut 13.1: Z-Buffer for 3D Drawing GrfxWindow::OnCreate(): create z-buffer GrfxWindow::OnPaint(): Enable z-buffer Clear z-buffer Chapter 13