Download presentation
1
Lecture 0: Course Overview
IT300: Computer Graphics Lecture 0: Course Overview
2
Lecturer Details Dr. Walid Khedr, Ph.D.
Web: Department of Information Technology
3
Course Info Course Name: Computer Graphics Course Number: IT300
Course Group: Tools: Java (NetBeans or Eclipse) and Java 3D API (NetBeans 7 or eclipse) (Java 3D API) Office Hours: 10 am – 12 pm, Monday Prerequisite: JAVA BS 110: Mathematics BS 150: Discrete Mathematics Course Materials: Textbooks Lectures
4
Yahoo Course Group
5
Grading Policy Your final grade will be calculated as follows:
Term Work: Assignments / Homework / Quizzes / Midterm exam (20 points) Lab Exams + Term Project (20 points) Oral Exam, Attendance and Participation (20 points) How to participate? Ask questions Answer questions Final Exam (90 points)
6
Grading Rules Final exam is cancelled if attendance < %75
If final exam grade is less than %30, your final grade will be just your final exam grade.
7
Course Objective This course provides an introduction the basic concepts of computer graphics. While graphics has become widespread, few people understand the internal workings of applications like video games, Adobe Photoshop, etc.
8
Course Objective Computer Graphics IT300 is designed to provide students with an introduction to the fundamental algorithms of computer graphics through detailed coverage of the mathematics and implementation of 2D and 3D line, curve and surface drawing. The goals of this course will be to: Introduce JAVA 2D/3D API, a common graphics programming API Discuss a number of important, low level implementation details hidden by APIs like JAVA 2D/3D To understand the basic structures of 2D and 3D graphics systems Identify computer graphics related fields. To learn problem solving skills. Through the course study you will learn a set of powerful mathematical and computational tools.
9
What you will NOT learn? Software packages CAD-CAM
Photoshop and other painting tools Artistic skills Game design Graphics API Although you will be exposed to JAVA 2D/3D
10
What is Computer Graphics
In general sense, computer graphics is the process of producing a picture or Image using computer. This includes applications that start form drawing simple graphs or line drawings And ends with programs that involve complex mathematics and physics in the production of highly accurate images. Added to this is the capability to create a series of images that result in an animation. The purpose of this Course is to explore some of the basic ideas of realistic image generation. The goal then is the creation of an image by writing a program instead of taking a picture with a camera. The amount of pages that have been written about this topic in specialized graphics books and technical conference papers is considerable. A book of this size, therefore, cannot expect to give all of the details for the simulation of all the possible natural phenomena that can be included in an image. Rather, the intent of this book is to introduce those concepts that are critical components of realistic image generation or are the foundation on which current efforts are built.
11
Why Computer Graphics There is virtually no area in which graphical displays cannot be used to some advantage and so it is not surprising to find the use of computer graphics so widespread. Today, we find computer graphics used routinely in such diverse areas as science, engineering, medicine, business, industry, government, art, entertainment, advertising, education, and training
12
Why Computer Graphics, Cont.
Computer Aided Design (CAD) Presentation Graphs Architecture Games
13
Computer Aided Design (CAD)
Why Computer Graphics Computer Aided Design (CAD) Presentation Graphs Architecture Games
14
Why Computer Graphics, Cont.
Simulation Visualization Image Processing Graphical User Interface (GUI)
15
Graphical User Interface (GUI)
Why Computer Graphics Simulation Visualization Image Processing Graphical User Interface (GUI)
16
Main Topics Introduction
Provides a brief overview on typical application fields and concepts of computer graphics Basic principles of two-dimensional graphics Introduces basic concepts that are required for the understanding of two-dimensional graphics Drawing lines and curves Illustrates the basic problems and solutions in the context of drawing lines and curves within raster graphics. Areas, text and colors Contains in addition to techniques for viewing, clipping and filling areas also basic models for colors and a short introduction to handling text in images. Basic principles of three-dimensional graphics Introduces basic concepts that are required for the understanding of three-dimensional graphics
17
Main Topics Modeling three-dimensional objects
Introduces a variety of techniques for modeling three-dimensional objects and their surfaces. Visible surface determination Focuses on three-dimensional clipping and algorithms for determining visible objects. Illumination and shading Introduces the necessary background and techniques for illumination and shading in computer graphics. Special effects and virtual reality Presents a selection of special topics as well as basic techniques that are required for virtual reality applications
18
Example
19
Modeling and Projection
20
Axonometric Projection
21
Color
22
Visible Line Determination and Clipping
23
Illumination and Shading
24
Illumination and Shading
25
Illumination and Shading
26
Illumination and Shading
27
Illumination and Shading
28
Illumination and Shading
29
Illumination and Shading
30
Texture Mapping
31
Illumination
32
Reflection Mapping
33
Reading JAVA Linear Algebra Chapter 1
34
Next Lecture Introduction to Computer Graphics
Computer Graphics Background
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.