PART 2 Introduction to Computer Graphics using OpenGL. Burkhard Wünsche

Size: px
Start display at page:

Download "PART 2 Introduction to Computer Graphics using OpenGL. Burkhard Wünsche"

Transcription

1 PART 2 Introduction to Computer Graphics using OpenGL Burkhard Wünsche Director of the Graphics Group Director of the Division for Biomedical Imaging and Visualization

2 Burkhard Wünsche City Campus, Room Phone: (09) ext Office hours: Whenever I am in my office and the door is open Or by appointment 2

3 Introduction to Computer Graphics Introduction to OpenGL Illumination and Shading Introduction to Modelling Modelling with Polygonal Meshes Ray Tracing Texture Mapping Spline Curves and Surfaces 3

4 Lecture times: Mon 4-5pm, Tue 3-4pm, Wed 1-2pm (303-G50, LgChem) NOTE: Monday, the 5 th June is a public holiday (Queen s birthday) Week 7 (1 5 May): Introduction to Graphics Research, Introduction to OpenGL Week 8 (8 12 May): Illumination and Shading Week 9 (15 19 May): Geometric Modelling with Polygonal Meshes Week 10 (22 26 May): Raytracing Week 11 (29 May 2 June): Texture Mapping & Spline Curves Week 12 (5 9 June): Spline Surfaces & Revision 4

5 Tutorial times: Tue 5-6pm, Wed 4-5pm, Thu 3-4pm Week 7 (1 5 May): Tutorials about week 6 from Patrice s lecture Week 8 (8 12 May): Intro to OpenGL Week 9 (15 19 May): Illumination and Shading Week 10 (22 26 May): Modelling and 3D Transformations Week 11 (29 May 2 June): Raytracing Week 12 (5 9 June): Texture Mapping & Spline Curves 5

6 Week 7 (1 5 May): Lab about week 6 from Patrice s lecture Week 8 (8 12 May): OpenGL Week 9 (15 19 May): Illumination and Shading Week 10 (22 26 May): Modelling Week 11 (29 May 2 June): Raytracing Week 12 (5 9 June): Texture Mapping & Spline Curves => 5 sets of quizzes/labs (theory and programming component) for Part 2 of the lecture, each set of quizzes is worth 2.5% IMPORTANT: OpenGL only works on the latest Coderunner version. Please use: 6

7 Lectures and tutorials: There will be short (3-5min) ungraded quizzes in each tutorial about 3D Thinking Lecture/tutorials notes and recordings: Canvas pages for CS 373 S1 (and CS 771 S1) [folders Computer Graphics 2017 and Lecture recordings 2017 ] Additional lecture resources (recommended reading, example code) CS 373 S1 course webpage: Coderunner assignments/labs: (NOTE: different URL from part 1 of the lecture) Ungraded quizzes are voluntarily and have unlimited tries and are open during the entire semester The graded quizzes consist of a theoretical part (MCQs) and a programming part and are open for only a week. Each part is worth 5 points, i.e. 10 points in total (2.5% of your final grade). 7

8 Introduction to Computer Graphics What is Computer Graphics? Career opportunities in Computer Graphics How to do well in this course Who is Burkhard? Graphics Group and Graphics Lab Visual Problem Solving Computer Graphics research in the Graphics Group 8

9 Computer graphics (CG) is the field of visual computing, where one utilizes computers both to generate visual images synthetically and to integrate or alter visual and spatial information sampled from the real world. [ OUTPUT descriptions images INPUT descriptions Computer Graphics images Computer Vision Image Processing 9

10 Engineer Mechanic Taxi driver, Truck driver Formula 1 pilot Computer Graphics Specialist Technician Software support Designer Animator Research & Development Maintenance Use 10

11 Logical- Mathematical Abilities Artistic Abilities Visual Thinking Abilities Technical Abilities Interpersonal Abilities Mathematics Problem Solving Analytical Skills Creativity Artistic Skills 3D Vision Spatial Intelligence Programming Hardware Communication Skills Social Skills Teamwork Research / Development Implementation / Testing / Service Graphics Design Evaluation Specifications Sales / Marketing 11

12 Game and Movie Industry (Sidhe, Weta Digital, SmallWorlds) Biomedical Imaging (Siemens, MeVis) Graphics Software Development (Autodesk, Nemetschek, Massive Software) Education & Training (Pacific Simulators, SIMTICS) Applications (Serato, Animation Research) 12

13 If you are not familiar with C/C++ start studying now Spruce up your mathematics skills ;-) Be proactive, creative, learn teamwork ( plagiarism!!) Read the lecture notes BEFORE the lecture Read the lecture notes again after the lecture and try to understand everything Read the prescribed textbook, use the web, Do exercises & Coderunner quizzes Study and experiment with code examples Form study groups!!! (use the online forum for this) Go to the tutorials Do the labs/assignments yourself (don t copy) Be nice to each other 13

14 Neuroscience research shows that: Self-control is a better predictor of academic success than IQ Learn to prioritise your study Eliminate distractions Get enough sleep Five successive days of insufficient sleep can lower IQ by 15 points The brain s job is surviving, not learning Doing everything at the last minute might help you to work harder, but not better. Synaptic plasticity GOOD: Purposeful learning, curiosity, regular exercises (physically, mentally), emotional stability BAD: Stress, depression, sedative lifestyle Be proactive, not reactive 14

15 Born in München (Germany) Studied 3 years in Kaiserslautern (Germany) PhD in Biomedical Visualization Research Interests: Computer Graphics, Exergaming, CompSci Education, Biomedical Imaging, Scientific Visualization, Game Technology, Exergaming, Simulation Algorithms, Information Visualization, Human-Computer Interfaces, Human-Robot Interfaces, Augmented and Virtual Reality, Image-based modelling 15

16 2+ Academic staff 7 PhD Students > 200 international publications since 1997 Numerous research grants and student scholarships Successful commercial projects International collaborations 16

17 17

18 Burkhard Wünsche Graphics Group Department of Computer Science The University of Auckland, New Zealand GRAPHICS GROUP

19 A Simple Game - Textual Representation Given: 1, 2, 3, 4, 5, 6, 7, 8, 9 Two players: Alternately choose one number Player 1: Player 2: Winner: First player with three numbers adding up to 15 19

20 A Simple Game - Textual Representation Given: 1, 2, 3, 4, 5, 6, 7, 8, 9 Two players: Alternately choose one number Winner: First player with three numbers adding up to 15 Player 1: Player 2: 8 20

21 A Simple Game - Textual Representation Given: 1, 2, 3, 4, 5, 6, 7, 8, 9 Two players: Alternately choose one number Winner: First player with three numbers adding up to 15 Player 1: Player 2:

22 A Simple Game - Textual Representation Given: 1, 2, 3, 4, 5, 6, 7, 8, 9 Two players: Alternately choose one number Winner: First player with three numbers adding up to 15 Player 1: Player 2: 8,

23 A Simple Game - Textual Representation Given: 1, 2, 3, 4, 5, 6, 7, 8, 9 Two players: Alternately choose one number Winner: First player with three numbers adding up to 15 Player 1: Player 2: 8, 5 3, 2 23

24 A Simple Game - Textual Representation Given: 1, 2, 3, 4, 5, 6, 7, 8, 9 Two players: Alternately choose one number Winner: First player with three numbers adding up to 15 Player 1: Player 2: 8, 5,? 3, 2 24

25 A Simple Game - Visual Representation Given: 1, 2, 3, 4, 5, 6, 7, 8, 9 Two players: Alternately choose one number Winner: First player with three numbers adding up to 15 Player 1: Player 2:

26 A Simple Game - Visual Representation Given: 1, 2, 3, 4, 5, 6, 7, 8, 9 Two players: Alternately choose one number Winner: First player with three numbers adding up to 15 Player 1: Player 2:

27 A Simple Game - Visual Representation Given: 1, 2, 3, 4, 5, 6, 7, 8, 9 Two players: Alternately choose one number Winner: First player with three numbers adding up to 15 Player 1: Player 2:

28 A Simple Game - Visual Representation Given: 1, 2, 3, 4, 5, 6, 7, 8, 9 Two players: Alternately choose one number Winner: First player with three numbers adding up to 15 Player 1: Player 2:

29 A Simple Game - Visual Representation Given: 1, 2, 3, 4, 5, 6, 7, 8, 9 Two players: Alternately choose one number Winner: First player with three numbers adding up to 15 Player 1: Player 2:

30 A Simple Game - Visual Representation Given: 1, 2, 3, 4, 5, 6, 7, 8, 9 Two players: Alternately choose one number Winner: First player with three numbers adding up to 15 Player 1: Player 2:

31 50% of the brain is used for visual processing 31

32 Computer Graphics Domain knowledge Cognitive Psychology Computer Vision Fine Arts Marthematical Modelling Visual Problem Solving HCI 32

33 Improve the perception, analysis, understanding, interaction with and communication of complex data 33

34 Enable inexperienced users to rapidly create 3D content 34

35 Texture synthesis, morphing, reconstruction and completion 35

36 Create cognitive and perceptual overlap Improve efficiency, reduce cost & improve safety of applications ` 36

37 Visual representations for entertainment, business & education 37

38 Exercise games & rehabilitation applications Consumer-level sensors 38

39 Evaluate, improve and find novel applications for consumer-level hardware HCI technologies 39

40 Evaluate and develop technologies and concepts for improving computer science (and especially computer graphics) education 40

41 For more information and possible research projects please talk to me Burkhard Wünsche Graphics Group Department of Computer Science The University of Auckland, New Zealand 41

CS535: Interactive Computer Graphics

CS535: Interactive Computer Graphics CS535: Interactive Computer Graphics Instructor: Daniel G. Aliaga (aliaga@cs.purdue.edu, www.cs.purdue.edu/homes/aliaga) Classroom: LWSN B134 Time: MWF @ 1:30-2:20pm Office hours: by appointment (LWSN

More information

Goals. Computer Graphics (Fall 2008) Course Outline. Course Outline. Course Outline. Demo: Surreal and Crazy World (HW 3)

Goals. Computer Graphics (Fall 2008) Course Outline. Course Outline. Course Outline. Demo: Surreal and Crazy World (HW 3) Computer Graphics (Fall 2008) COMS 4160, Lecture 1: Overview and History Ravi Ramamoorthi http://www.cs.columbia.edu/~cs4160 Goals Systems: Be able to write complex 3D graphics programs (real-time in OpenGL,

More information

CSCD18: Computer Graphics. Instructor: Leonid Sigal

CSCD18: Computer Graphics. Instructor: Leonid Sigal CSCD18: Computer Graphics Instructor: Leonid Sigal CSCD18: Computer Graphics Instructor: Leonid Sigal (call me Leon) lsigal@utsc.utoronto.ca www.cs.toronto.edu/~ls/ Office: SW626 Office Hour: M, 12-1pm?

More information

CS380: Computer Graphics Introduction. Sung-Eui Yoon ( 윤성의 ) Course URL:

CS380: Computer Graphics Introduction. Sung-Eui Yoon ( 윤성의 ) Course URL: CS380: Computer Graphics Introduction Sung-Eui Yoon ( 윤성의 ) Course URL: http://sglab.kaist.ac.kr/~sungeui/cg About the Instructor Joined KAIST at 2007 Main Research Focus Handle massive data for various

More information

Computer Graphics Disciplines. Grading. Textbooks. Course Overview. Assignment Policies. Computer Graphics Goals I

Computer Graphics Disciplines. Grading. Textbooks. Course Overview. Assignment Policies. Computer Graphics Goals I CSCI 480 Computer Graphics Lecture 1 Course Overview January 10, 2011 Jernej Barbic University of Southern California Administrative Issues Modeling Animation Rendering OpenGL Programming Course Information

More information

Fundamentals of Database Systems

Fundamentals of Database Systems Fundamentals of Database Systems Semester 1, 2017 Fundamentals of Database Systems COMPSCI/SOFTENG 351 COMPSCI 751 Instructors: Gill Dobbie, Miika Hannula, Sebastian Link, Gerald Weber Department of Computer

More information

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

CSE 167: Introduction to Computer Graphics. Jürgen P. Schulze, Ph.D. University of California, San Diego Fall Quarter 2013 CSE 167: Introduction to Computer Graphics Jürgen P. Schulze, Ph.D. University of California, San Diego Fall Quarter 2013 Today Course organization Course overview 2 Course Staff Instructor Jürgen Schulze,

More information

Binghamton University. EngiNet. Thomas J. Watson. School of Engineering and Applied Science. State University of New York. EngiNet WARNING CS 560

Binghamton University. EngiNet. Thomas J. Watson. School of Engineering and Applied Science. State University of New York. EngiNet WARNING CS 560 Binghamton University EngiNet State University of New York EngiNet Thomas J. Watson School of Engineering and Applied Science WARNING All rights reserved. No Part of this video lecture series may be reproduced

More information

COMPUTER GRAPHICS CS

COMPUTER GRAPHICS CS COMPUTER GRAPHICS CS-234325 http://webcourse.cs.technion.ac.il/234325/ Lecture Syllabus Introduction (1 week) Transformations (2 weeks) Line Drawing (1 weeks) Polygon Fill (1 week) Hidden Surface Removal

More information

CS5620 Intro to Computer Graphics

CS5620 Intro to Computer Graphics CS 5620 Fall 2015 www.youtube.com/watch?v=hjhic0mt4ts 3 Computer Graphics Synthesis of static/dynamic 2D images from 3D geometry using computers Teaching Staff Lecturer: Prof. Craig Gotsman Class: Mon

More information

CSCI-6962 Advanced Computer Graphics

CSCI-6962 Advanced Computer Graphics Luxo Jr. CSCI-6962 Advanced Computer Graphics Pixar Animation Studios, 1986 Director: John Lasseter CSCI-6962 Advanced Computer Graphics Cutler 2 Plan Introduction Overview of the Semester Administrivia

More information

1. Textbook #1: Our Digital World (ODW). 2. Textbook #2: Guidelines for Office 2013 (GFO). 3. SNAP: Assessment Software

1. Textbook #1: Our Digital World (ODW). 2. Textbook #2: Guidelines for Office 2013 (GFO). 3. SNAP: Assessment Software CIS - Survey of Computer Information Systems SPRING 014-16-Week Course Professor: JON P. RAGER Weekly Schedule Note: This schedule is subjected to BE CHANGED at your instructor's discretion. Please check

More information

Lecture 0 of 41: Part A Course Organization. Introduction to Computer Graphics: Course Organization and Survey

Lecture 0 of 41: Part A Course Organization. Introduction to Computer Graphics: Course Organization and Survey Lecture 0 of 41: Part A Course Organization : Course Organization and Survey William H. Hsu Department of Computing and Information Sciences, KSU KSOL course page: http://bit.ly/hgvxlh Course web site:

More information

,

, [Class Room Online Training] Weekdays:- 2hrs / 3 days Fastrack:- 1½hrs / Day Weekend:- 2½ hrs (Sat & Sun) An ISO 9001:2015 Institute ADMEC Multimedia Institute www.admecindia.co.in 9911782350, 9811818122

More information

School of Computer Science

School of Computer Science School of Computer Science Computer Science (CS) modules CS1002 Object-Oriented Programming Computer Science - 1000 & 2000 Level - 2016/7 - December 2016 SCOTCAT Credits: 20 SCQF Level 7 Semester: 1 3.00

More information

Outline. Intro. Week 1, Fri Jan 4. What is CG used for? What is Computer Graphics? University of British Columbia CPSC 314 Computer Graphics Jan 2013

Outline. Intro. Week 1, Fri Jan 4. What is CG used for? What is Computer Graphics? University of British Columbia CPSC 314 Computer Graphics Jan 2013 University of British Columbia CPSC 314 Computer Graphics Jan 2013 Tamara Munzner Intro Outline defining computer graphics course structure course content overview Week 1, Fri Jan 4 http://www.ugrad.cs.ubc.ca/~cs314/vjan2013

More information

Intro. Week 1, Fri Jan 4

Intro. Week 1, Fri Jan 4 University of British Columbia CPSC 314 Computer Graphics Jan 2013 Tamara Munzner Intro Week 1, Fri Jan 4 http://www.ugrad.cs.ubc.ca/~cs314/vjan2013 Outline defining computer graphics course structure

More information

CISN 340 Data Communication and Networking Fundamentals Fall 2012 (Hybrid)

CISN 340 Data Communication and Networking Fundamentals Fall 2012 (Hybrid) CISN 340 Data Communication and Networking Fundamentals Fall 2012 (Hybrid) Instructor: Kevin M. Anderson, MBA, CCAI, MCSE, MCDBA, Office Phone: (916) 650-2926 CNE, LCP, CIW Associate, Security+, N +, A

More information

Instructor: Anna Miller

Instructor: Anna Miller Media Graphics ADV 3203 Fall 2016 Advertising Media Graphics - 81584 - ADV 3203 Mondays and Wednesdays 12:15 PM - 1:30 PM room 1011 And Advertising Media Graphics - 82354 - ADV 3203 Mondays and Wednesdays

More information

15-462: Computer Graphics. Jessica Hodgins and Alla Safonova

15-462: Computer Graphics. Jessica Hodgins and Alla Safonova 15-462: Computer Graphics Jessica Hodgins and Alla Safonova Introduction Administrivia Who are we? What is computer graphics? A few case studies Administration Web page www.cs.cmu.edu/~jkh/462_s07 Linked

More information

CIS 581 Interactive Computer Graphics

CIS 581 Interactive Computer Graphics CIS 581 Interactive Computer Graphics Instructor: Han-Wei Shen (hwshen@cse.ohio-state.edu) Credit: 4 Class: MWF 2:30 pm 3:18 pm DL 264 Office hours: TuTr 11 am - 12pm DL 789 Web: http://www.cse.ohio-state.edu/~hwshen/581

More information

Course Producer. Prerequisites. Textbooks. Academic integrity. Grading. Ming Chen. Same office hours as TA. The Hobbit: The Desolation of Smaug (2013)

Course Producer. Prerequisites. Textbooks. Academic integrity. Grading. Ming Chen. Same office hours as TA. The Hobbit: The Desolation of Smaug (2013) CSCI 420 Computer Graphics Lecture 1 Course Information On-Line Course Overview http://www-bcf.usc.edu/~jbarbic/cs420-s18/ Administrative Issues Modeling Animation Rendering OpenGL Programming [Angel Ch.

More information

Learning Outcomes: Upon the successful completion of this course, a student should be able to:

Learning Outcomes: Upon the successful completion of this course, a student should be able to: NORTHWEST VISTA COLLEGE Fall 2009 ARTV 1345: Modeling I - Introduction to MAYA - TR 7:00 8:45 PM- Lecture & Lab Lab Room: MLH 200 Instructor: Nathan Anderson Office phone: (415) 306-4371 Email: nathanande@gmail.com

More information

Announcements. Course syllabus Tutorial/lab signup form (due 4pm today) Lecture 1 notes Homework 1 Initial assessment

Announcements. Course syllabus Tutorial/lab signup form (due 4pm today) Lecture 1 notes Homework 1 Initial assessment Announcements Handouts (5) to pick up Course syllabus Tutorial/lab signup form (due 4pm today) Lecture 1 notes Homework 1 Initial assessment Please do it now and hand it in as you leave lecture It s ungraded;

More information

Course information for Bachelor of 3D Art and Animation Associate Degree of 3D Art and Animation Diploma of 3D Art and Animation

Course information for Bachelor of 3D Art and Animation Associate Degree of 3D Art and Animation Diploma of 3D Art and Animation Course information for Bachelor of 3D Art and Animation Associate Degree of 3D Art and Animation Diploma of 3D Art and Animation Course Number HE20520 - Bachelor of 3D Art and Animation HE20519 - Associate

More information

Information Technology

Information Technology Courses - Victoria 2017 This document has been developed to assist students and parents in researching undergraduate information technology and computer science courses. It isn t an exhaustive list, and

More information

Elementary Computing CSC /01/2015 M. Cheng, Computer Science 1

Elementary Computing CSC /01/2015 M. Cheng, Computer Science 1 Elementary Computing CSC 100 03/01/2015 M. Cheng, Computer Science 1 Welcome! 03/01/2015 M. Cheng, Computer Science 2 Is CSC 100 For You? CSC 105 is similar to CSC 100, but is designed primarily for students

More information

CS380: Introduction to Computer Graphics Introduction to OpenGLSL. Min H. Kim KAIST School of Computing. [CS380] Introduction to Computer Graphics

CS380: Introduction to Computer Graphics Introduction to OpenGLSL. Min H. Kim KAIST School of Computing. [CS380] Introduction to Computer Graphics CS380: Introduction to Computer Graphics Introduction to OpenGLSL Min H. Kim KAIST School of Computing Welcome [CS380] Introduction to Computer Graphics Professor: Min H. Kim ( 김민혁 ) (minhkim@vclab.kaist.ac.kr)

More information

COURSE SYLLABUS. Course Name NETWORK+ Course Number ITNW Y Lecture - Lab - Credit. NONE Prerequisite

COURSE SYLLABUS. Course Name NETWORK+ Course Number ITNW Y Lecture - Lab - Credit. NONE Prerequisite Course Syllabus _ Page 1 COURSE SYLLABUS Course Name NETWORK+ Course Number ITNW 1358 46Y1 2-4 - 3 Lecture - Lab - Credit NONE Prerequisite This syllabus has been reviewed and is current on the date indicated.

More information

1. Textbook #1: Our Digital World (ODW). 2. Textbook #2: Guidelines for Office 2013 (GFO). 3. SNAP: Assessment Software

1. Textbook #1: Our Digital World (ODW). 2. Textbook #2: Guidelines for Office 2013 (GFO). 3. SNAP: Assessment Software CIS - Survey of Computer Information Systems FALL 014-16-Week Course Professor: JON P. RAGER Weekly Schedule Note: This schedule is subjected to BE CHANGED at your instructor's discretion. Please check

More information

Course Web Site ENGN2501 DIGITAL GEOMETRY PROCESSING. Tue & Thu Barus&Holley 157

Course Web Site ENGN2501 DIGITAL GEOMETRY PROCESSING. Tue & Thu Barus&Holley 157 ENGN2501 DIGITAL GEOMETRY PROCESSING Tue & Thu 2:30-3:50 @ Barus&Holley 157 Instructor: Gabriel Taubin http://mesh.brown.edu/dgp } Polygon Meshes / Point Clouds } Representation / Data

More information

CS GPU and GPGPU Programming Lecture 1: Introduction. Markus Hadwiger, KAUST

CS GPU and GPGPU Programming Lecture 1: Introduction. Markus Hadwiger, KAUST CS 380 - GPU and GPGPU Programming Lecture 1: Introduction Markus Hadwiger, KAUST Lecture Overview Goals Learn GPU architecture and programming; both for graphics and for computing (GPGPU) Shading languages

More information

Advanced Relational Database Management MISM Course F A Fall 2017 Carnegie Mellon University

Advanced Relational Database Management MISM Course F A Fall 2017 Carnegie Mellon University Advanced Relational Database Management MISM Course F17-95736A Fall 2017 Carnegie Mellon University Instructor: Randy Trzeciak Office: HBH 1104C Office hours: By Appointment Phone: 412-268-7040 E-mail:

More information

EECS 282 Information Systems Design and Programming. Atul Prakash Professor, Computer Science and Engineering University of Michigan

EECS 282 Information Systems Design and Programming. Atul Prakash Professor, Computer Science and Engineering University of Michigan EECS 282 Information Systems Design and Programming Atul Prakash Professor, Computer Science and Engineering University of Michigan 1 What is the Course About? A second programming course - but different

More information

CS354 Computer Graphics Introduction. Qixing Huang Januray 17 8h 2017

CS354 Computer Graphics Introduction. Qixing Huang Januray 17 8h 2017 CS354 Computer Graphics Introduction Qixing Huang Januray 17 8h 2017 CS 354 Computer Graphics Instructor: Qixing Huang huangqx@cs.utexas.edu Office: GDC 5.422 Office hours: Friday 3:00 pm 5:00 pm Teaching

More information

ce Hours: MW 12:30 PM 1:30 PM (till 12/12/18), or by appointment

ce Hours: MW 12:30 PM 1:30 PM (till 12/12/18), or by appointment DRAFT EXCERPT (Subject to Revision) CS459-001 Fundamentals of Computer Graphics, Fall 2018 LEC 401 MW 2:00 pm 2:50 pm, PHY 145 LAB 801 Th 9:00 am 10:45 am, EMS 942 LAB 802 Th 11:00 am 12:45 pm, EMS 942

More information

COURSE SYLLABUS. Course Name SWITCHING BASICS. Course Number ITCC Y Lecture - Lab - Credit. NONE Prerequisite

COURSE SYLLABUS. Course Name SWITCHING BASICS. Course Number ITCC Y Lecture - Lab - Credit. NONE Prerequisite Course Syllabus _ Page 1 COURSE SYLLABUS Course Name SWITCHING BASICS Course Number ITCC 1340 46Y1 2-4 - 3 Lecture - Lab - Credit NONE Prerequisite This syllabus has been reviewed and is current on the

More information

FOUNDATIONS OF INFORMATION SYSTEMS MIS 2749 COURSE SYLLABUS Fall, Course Title and Description

FOUNDATIONS OF INFORMATION SYSTEMS MIS 2749 COURSE SYLLABUS Fall, Course Title and Description FOUNDATIONS OF INFORMATION SYSTEMS MIS 2749 COURSE SYLLABUS Fall, 2013 Instructor s Name: Vicki Robertson E-mail: vrobrtsn@memphis.edu Course Title and Description Foundations of Information Systems. (3

More information

61A LECTURE 1 FUNCTIONS, VALUES. Steven Tang and Eric Tzeng June 24, 2013

61A LECTURE 1 FUNCTIONS, VALUES. Steven Tang and Eric Tzeng June 24, 2013 61A LECTURE 1 FUNCTIONS, VALUES Steven Tang and Eric Tzeng June 24, 2013 Welcome to CS61A! The Course Staff - Lecturers Steven Tang Graduated L&S CS from Cal Back for a PhD in Education Eric Tzeng Graduated

More information

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

CSE 167: Introduction to Computer Graphics. Jürgen P. Schulze, Ph.D. University of California, San Diego Fall Quarter 2016 CSE 167: Introduction to Computer Graphics Jürgen P. Schulze, Ph.D. University of California, San Diego Fall Quarter 2016 Today Course organization Course overview 2 Course Staff Instructor Jürgen Schulze,

More information

CS380: Computer Graphics Introduction. Sung-Eui Yoon ( 윤성의 ) Course URL:

CS380: Computer Graphics Introduction. Sung-Eui Yoon ( 윤성의 ) Course URL: CS380: Computer Graphics Introduction Sung-Eui Yoon ( 윤성의 ) Course URL: http://sglab.kaist.ac.kr/~sungeui/cg About the Instructor Main Research Focus Handle massive data for various computer graphics and

More information

EECS 282 Information Systems Design and Programming. Atul Prakash Professor, Computer Science and Engineering University of Michigan

EECS 282 Information Systems Design and Programming. Atul Prakash Professor, Computer Science and Engineering University of Michigan EECS 282 Information Systems Design and Programming Atul Prakash Professor, Computer Science and Engineering University of Michigan 1 What is the Course About? A second programming course - but different

More information

Computer Graphics. - Introduction - Hendrik Lensch. Computer Graphics WS07/08 - Introduction

Computer Graphics. - Introduction - Hendrik Lensch. Computer Graphics WS07/08 - Introduction Computer Graphics - Introduction - Hendrik Lensch Overview Today Administrative stuff Introduction First lecture Ray Tracing I General Information Core Lecture (Stammvorlesung) Applied Computer Science

More information

Advanced Relational Database Management MISM Course S A3 Spring 2019 Carnegie Mellon University

Advanced Relational Database Management MISM Course S A3 Spring 2019 Carnegie Mellon University Advanced Relational Database Management MISM Course S19-95736 A3 Spring 2019 Carnegie Mellon University Instructor: Randy Trzeciak Office: HBH 1104C Office hours: By Appointment Phone: 412-268-7040 E-mail:

More information

2005 University of California Undergraduate Experience Survey

2005 University of California Undergraduate Experience Survey 2005 University of California Undergraduate Experience Survey This year's survey has three parts: I. Time use and overall satisfaction II. Your background III. Rotating modules PART I: TIME USE and OVERALL

More information

ISATI 231: Windows Client (4 credits) Spring 2018 Mon, Tue, Wed, Thu, 13:10-14:40, MTB 105

ISATI 231: Windows Client (4 credits) Spring 2018 Mon, Tue, Wed, Thu, 13:10-14:40, MTB 105 INSTRUCTOR INFORMATION: ISATI 231: Windows Client (4 credits) Spring 2018 Mon, Tue, Wed, Thu, 13:10-14:40, MTB 105 Name: Joshua L. Rogers Office: Mechanical-Technical Building (MTB) 105A Tel: (208) 792-2817

More information

CSI Program Action Plan Table (Department)

CSI Program Action Plan Table (Department) Kingdom of Saudi Arabia Ministry of Higher Education Majmaah University Collage of Science in Zulfi Department of Computer Science & Information CSI Program Action Plan Table (Department) 1435- List what

More information

Computer Graphics and Image Processing Introduction

Computer Graphics and Image Processing Introduction Image Processing Computer Graphics and Image Processing Introduction Part 3 Image Processing Lecture 1 1 Lecturers: Patrice Delmas (303.389 Contact details: p.delmas@auckland.ac.nz Office: 303-391 (3 rd

More information

Overview. Computer Graphics CSE 167

Overview. Computer Graphics CSE 167 Overview Computer Graphics CSE 167 CSE 167: Computer Graphics Today Course overview Logistics CSE 167, Winter 2018 2 What is computer graphics? Everything visual on computers The representation and manipulation

More information

COLLEGE OF INFORMATION TECHNOLOGY DEPARTMENT OF INFORMATION TECHNOLOGY COURSE SYLLABUS/SPECIFICATION

COLLEGE OF INFORMATION TECHNOLOGY DEPARTMENT OF INFORMATION TECHNOLOGY COURSE SYLLABUS/SPECIFICATION COLLEGE OF INFORMATION TECHNOLOGY DEPARTMENT OF INFORMATION TECHNOLOGY COURSE SYLLABUS/SPECIFICATION CODE & TITLE: ITCS 334 Introduction to PL/SQL (ODBA 2) WEIGHT: (2-2 - 3) PREREQUISITE: ITCS 333 DESCRIPTION:

More information

Syllabus. Art 324, Web Design, course #1091 California State University Channel Islands Fall 2003 semester

Syllabus. Art 324, Web Design, course #1091 California State University Channel Islands Fall 2003 semester Syllabus Art 324, Web Design, course #1091 California State University Channel Islands Fall 2003 semester Instructor Information: Liz King Office location: room 1826, West wing, Bell Tower E-mail address:

More information

Digital 3D Animation

Digital 3D Animation Elizabethtown Area School District Digital 3D Animation Course Number: 753 Length of Course: 1 semester 18 weeks Grade Level: 11-12 Elective Total Clock Hours: 120 hours Length of Period: 80 minutes Date

More information

Welcome to COMP 770 (236) Introduction. Prerequisites. Prerequisites

Welcome to COMP 770 (236) Introduction. Prerequisites. Prerequisites Welcome to COMP 770 (236) Introduction Computer Graphics COMP 770 (236) Spring 2007 Instructor: Brandon Lloyd Instructor: Brandon Lloyd Email: blloyd@cs.unc.edu Office: SN349 Office hours: MW 1:00 2:00

More information

TSBK 07! Computer Graphics! Ingemar Ragnemalm, ISY

TSBK 07! Computer Graphics! Ingemar Ragnemalm, ISY 1(46) Information Coding / Computer Graphics, ISY, LiTH TSBK 07 Computer Graphics Ingemar Ragnemalm, ISY 1(46) TSBK07 Computer Graphics Spring 2017 Course leader/examiner/lecturer: Ingemar Ragnemalm ingis@isy.liu.se

More information

Introduction to Computer Graphics. Instructor: Stephen J. Guy

Introduction to Computer Graphics. Instructor: Stephen J. Guy Introduction to Computer Graphics Instructor: Stephen J. Guy 1 Undergrad vs Grad COMP 575: For undergraduate students COMP 770: For graduate students http://comp575.web.unc.edu 2 About Me 5 th year Ph.D.

More information

CSCE 5013: Cloud Computing Spring 2017

CSCE 5013: Cloud Computing Spring 2017 CSCE 5013: Cloud Computing Spring 2017 Lecture: M/W/F 11:50AM-12:40PM, JBHT 239 Course Management Website: moodle.csce.uark.edu Instructor: Miaoqing Huang Office: JBHT 526 Tel: 479-575-7578 Email: mqhuang@uark.edu

More information

SULTAN QABOOS UNIVERSITY COURSE OUTLINE PROGRAM: B.Sc. in Computer Science. Laboratory (Practical) Field or Work Placement

SULTAN QABOOS UNIVERSITY COURSE OUTLINE PROGRAM: B.Sc. in Computer Science. Laboratory (Practical) Field or Work Placement SULTAN QABOOS UNIVERSITY COURSE OUTLINE PROGRAM: B.Sc. in Computer Science 1. Course Code COMP4201 2. Course Title INTRODUCTION TO DATABASE SYSTEMS 3. Credits 3 4. Pre-requisite Course(s) COMP3203 - Introduction

More information

Welcome to CS 4/57101 Computer Graphics

Welcome to CS 4/57101 Computer Graphics Welcome to CS 4/57101 Computer Graphics Goal: The goal of this course is to provide an introduction to the theory and practice of computer graphics. The course will assume a good background in programming

More information

Certificate in Business Administration [Level 4] 2016

Certificate in Business Administration [Level 4] 2016 Certificate in Business Administration [Level 4] 2016 For New Zealand Citizens & Permanent Residents The Certificate in Business Administration Level 4 consists of 25 compulsory unit standards delivered

More information

CS 240 Fall 2015 Section 004. Alvin Chao, Professor

CS 240 Fall 2015 Section 004. Alvin Chao, Professor CS 240 Fall 2015 Section 004 Alvin Chao, Professor Today Course overview Data Structures / Algorithms Course policies The C language Motivation Computers are digital Data is stored in binary format (1's

More information

Today. Rendering algorithms. Rendering algorithms. Images. Images. Rendering Algorithms. Course overview Organization Introduction to ray tracing

Today. Rendering algorithms. Rendering algorithms. Images. Images. Rendering Algorithms. Course overview Organization Introduction to ray tracing Today Rendering Algorithms Course overview Organization Introduction to ray tracing Spring 2010 Matthias Zwicker Universität Bern Rendering algorithms Problem statement Given computer representation of

More information

Announcements. 1. Forms to return today after class:

Announcements. 1. Forms to return today after class: Announcements Handouts (3) to pick up 1. Forms to return today after class: Pretest (take during class later) Laptop information form (fill out during class later) Academic honesty form (must sign) 2.

More information

COMPUTER GRAPHICS. Computer Multimedia Systems Department Prepared By Dr Jamal Zraqou

COMPUTER GRAPHICS. Computer Multimedia Systems Department Prepared By Dr Jamal Zraqou COMPUTER GRAPHICS Computer Multimedia Systems Department Prepared By Dr Jamal Zraqou Introduction What is Computer Graphics? Applications Graphics packages What is Computer Graphics? Creation, Manipulation

More information

CoGIP: A Course on 2D Computer Graphics and Image Processing. Eric Paquette, LESIA

CoGIP: A Course on 2D Computer Graphics and Image Processing. Eric Paquette, LESIA CoGIP: A Course on 2D Computer Graphics and Image Processing Computer Graphics Computer Graphics (CG) 90 % Computer Science curricula 10 % mandatory a vast discipline only a subset in one course Target

More information

Thanks to Chris Bregler. COS 429: Computer Vision

Thanks to Chris Bregler. COS 429: Computer Vision Thanks to Chris Bregler COS 429: Computer Vision COS 429: Computer Vision Instructor: Thomas Funkhouser funk@cs.princeton.edu Preceptors: Ohad Fried, Xinyi Fan {ohad,xinyi}@cs.princeton.edu Web page: http://www.cs.princeton.edu/courses/archive/fall13/cos429/

More information

I. PREREQUISITE For information regarding prerequisites for this course, please refer to the Academic Course Catalog.

I. PREREQUISITE For information regarding prerequisites for this course, please refer to the Academic Course Catalog. CSCI 611 Note: Course content may be changed, term to term, without notice. The information below is provided as a guide for course selection and is not binding in any form, and should not be used to purchase

More information

EF432. Introduction to spagetti and meatballs

EF432. Introduction to spagetti and meatballs EF432 Introduction to spagetti and meatballs CSC 418/2504: Computer Graphics Course web site (includes course information sheet): http://www.dgp.toronto.edu/~karan/courses/418/ Instructors: L2501, T 6-8pm

More information

CS 475/CS 675 Computer Graphics. Lecture 0 : Introduction

CS 475/CS 675 Computer Graphics. Lecture 0 : Introduction CS 475/CS 675 Computer Graphics Lecture 0 : Introduction Introductions Instructor Details Parag Chaudhuri Office: SI-A304, KReSIT Building Office Hours: After class or appointment by email TA Details Mayank

More information

Introduction to Computer Graphics. Jürgen P. Schulze, Ph.D. University of California, San Diego Fall Quarter 2011

Introduction to Computer Graphics. Jürgen P. Schulze, Ph.D. University of California, San Diego Fall Quarter 2011 CSE 167: Introduction to Computer Graphics Jürgen P. Schulze, Ph.D. University of California, San Diego Fall Quarter 2011 Today Course overview Course organization Vectors and Matrices 2 What is computer

More information

DIABLO VALLEY COLLEGE CATALOG

DIABLO VALLEY COLLEGE CATALOG ART DIGITAL MEDIA ARTDM Toni Fannin, Interim Dean Applied and Fine Arts Division Business and Foreign Language Building, Room 204 Possible career opportunities Digital media or graphic design jobs cover

More information

CS4621/5621 Fall Computer Graphics Practicum Final Projects. Professor: Kavita Bala Instructor: Nicolas Savva

CS4621/5621 Fall Computer Graphics Practicum Final Projects. Professor: Kavita Bala Instructor: Nicolas Savva CS4621/5621 Fall 2015 Computer Graphics Practicum Final Projects Professor: Kavita Bala Instructor: Nicolas Savva Final Project Groups of 2 students Duration 1.5 months (~7 weeks) TA mentoring sessions

More information

Bellevue Community College Summer 2009 Interior Design 194 SPECIAL TOPIC: SKETCHUP

Bellevue Community College Summer 2009 Interior Design 194 SPECIAL TOPIC: SKETCHUP Class Session: TTh 6:00 pm 8:00 pm Credit Hours: Two (2) Location: A262 Door Code: 349499 (through A254) Instructor: Greg Wharton Office: by appointment Hours: by appointment or email email: gwharton@gmail.com

More information

HOUSTON COMMUNITY COLLEGE BUSINESS TECHNOLOGY NORTHEAST COLLEGE-NORTHLINE LOCATION COURSE SYLLABUS FALL 2011 COMPUTER APPLICATION I POFI 1301

HOUSTON COMMUNITY COLLEGE BUSINESS TECHNOLOGY NORTHEAST COLLEGE-NORTHLINE LOCATION COURSE SYLLABUS FALL 2011 COMPUTER APPLICATION I POFI 1301 HOUSTON COMMUNITY COLLEGE BUSINESS TECHNOLOGY NORTHEAST COLLEGE-NORTHLINE LOCATION Instructor: Marva Taylor Room: 313 Phone No: 713-718-8000 Email: marva.taylor@hccs.edu Office Hours: By appointment COURSE

More information

School of Computer Science Computer Science (CS) Modules

School of Computer Science Computer Science (CS) Modules School of Computer Science Computer Science (CS) Modules Computer Science - 1000 & 2000 Level 2012/13 - August 2012 CS1002 Computer Science SCOTCAT Credits: 20 SCQF Level 7 Semester: 1 10.00 am This module

More information

University of Maryland College Park College of Information Studies. INST 702 Advanced Usability Testing Spring 2019

University of Maryland College Park College of Information Studies. INST 702 Advanced Usability Testing Spring 2019 University of Maryland College Park College of Information Studies Instructor: Vera T. Rhoads Contact Info : Office hours: e-mail: vrhoads@umd.edu Phone: (703) 867-4297 Skype: Progled Twitter: @vtrhoads

More information

Helpdesk. Shopping for Technology. Talkin Tech Highlights... Computing on the Go!

Helpdesk. Shopping for Technology. Talkin Tech Highlights... Computing on the Go! Helpdesk Volume 1, Issue 2 November 15, 2007 Printer-friendly version Make sure your newly purchased equipment complies with CCAC Hardware Standards, and learn what ITS can support. See CCAC Equipment

More information

Visual Imaging in the Electronic Age Assignment #3 Draft Geometry Capture

Visual Imaging in the Electronic Age Assignment #3 Draft Geometry Capture Visual Imaging in the Electronic Age Assignment #3 Draft Geometry Capture Assigned: October 5, 2017 Due Date: TBA (October 2017) The above image is of the sculpture by James Mahoney, which was demonstrated

More information

Computer Special Effects

Computer Special Effects MODULAR TECHNOLOGY EDUCATION Computer Special Effects Scope & Sequence 81394 Published by Hearlihy P.O. Box 1747 Pittsburg, KS 66762 866-622-1003 E-mail: hearlihy@hearlihy.com Web site: http://www.hearlihy.com

More information

CSCE 441 Computer Graphics Fall 2018

CSCE 441 Computer Graphics Fall 2018 CSCE 441 Computer Graphics Fall 2018 Meetings: Monday, Wednesday, Friday 9:10-10:00 a.m. Location: HRBB 113 Instructor: Dr. John Keyser Office: 527C, H.R. Bright Building Phone: 458-0167 Email: keyser@cse.tamu.edu

More information

Syllabus Class schedule Section 1: Tuesdays 9:00 11:50 Section 2: Tuesdays 1:00 3:50

Syllabus Class schedule Section 1: Tuesdays 9:00 11:50 Section 2: Tuesdays 1:00 3:50 GBDA 228 Digital Imaging of Online Applications Winter Term 2018 University of Waterloo, Stratford Campus Global Business and Digital Arts Syllabus Class schedule Section 1: Tuesdays 9:00 11:50 Section

More information

FULL TIME PROSPECTUS

FULL TIME PROSPECTUS FULL TIME PROSPECTUS 043 742 0235 www.elmi.co.za ELMI - Full Time Programmes Making dreams come true since 2008 Every day we help our students identify their dreams, build up their confidence to believe

More information

CS 3030 Scripting Languages Syllabus

CS 3030 Scripting Languages Syllabus General Information CS 3030 Scripting Languages Semester: Summer 2013 Textbook: Location: Instructor Info: Website: None. We will use freely available resources from the Internet. Online Ted Cowan tedcowan@weber.edu

More information

Luxo Jr. Plan. Team. Movies. Why Computer Graphics? Introduction to Computer Graphics. Pixar Animation Studios, 1986 Director: John Lasseter

Luxo Jr. Plan. Team. Movies. Why Computer Graphics? Introduction to Computer Graphics. Pixar Animation Studios, 1986 Director: John Lasseter Luxo Jr 6.837 Introduction to Computer Graphics Pixar Animation Studios, 1986 Director: John Lasseter 2 Plan Introduction of the semester Administrivia Iterated Function Systems (fractals) 3 Team Lecturers

More information

CS 200, Section 1, Programming I, Fall 2017 College of Arts & Sciences Syllabus

CS 200, Section 1, Programming I, Fall 2017 College of Arts & Sciences Syllabus Northeastern Illinois University CS 200, Section 1, Programming I, Fall 2017 Syllabus, Page 1 of 7 CS 200, Section 1, Programming I, Fall 2017 College of Arts & Sciences Syllabus COURSE INFORMATION: Credit

More information

OPEN YOUR MIND TO A WORLD OF 3D MODELING

OPEN YOUR MIND TO A WORLD OF 3D MODELING OPEN YOUR MIND TO A WORLD OF 3D MODELING Eric Zimmer Lucas Okeynan MAKE CREATIVITY YOUR WAY OF LIFE Skye Freeman lasallecollegevancouver.com 3D MODELING FOR ANIMATION & GAMES DIPLOMA IN 3D MODELING FOR

More information

Today. Rendering algorithms. Rendering algorithms. Images. Images. Rendering Algorithms. Course overview Organization Introduction to ray tracing

Today. Rendering algorithms. Rendering algorithms. Images. Images. Rendering Algorithms. Course overview Organization Introduction to ray tracing Today Rendering Algorithms Course overview Organization Introduction to ray tracing Spring 2009 Matthias Zwicker Universität Bern Rendering algorithms Problem statement Given computer representation of

More information

Dr. Angela Guercio Dr. Natalia Dragan. Spring 2011

Dr. Angela Guercio Dr. Natalia Dragan. Spring 2011 CS 23021 Computer Science I Programming and Problem Solving Dr. Angela Guercio Dr. Natalia Dragan Spring 2011 Instructor Angela Guercio Office: 424, Main Hall Phone: 330 244 3424 (KSU ext 53424) Best way

More information

Computer Graphics. CS52 Fall computer graphics introduction 2006 fabio pellacini 1

Computer Graphics. CS52 Fall computer graphics introduction 2006 fabio pellacini 1 Computer Graphics CS52 Fall 2006 computer graphics introduction 2006 fabio pellacini 1 introduction computer graphics introduction 2006 fabio pellacini 2 Computer Graphics: the study of creating images

More information

CS559: Computer Graphics. Lecture 1 Introduction Li Zhang University of Wisconsin, Madison

CS559: Computer Graphics. Lecture 1 Introduction Li Zhang University of Wisconsin, Madison CS559: Computer Graphics Lecture 1 Introduction Li Zhang University of Wisconsin, Madison Today Introduction to Computer Graphics Course Overview What is Computer Graphics Using computers to generate and

More information

Computer Graphics. CS52 Winter computer graphics introduction 2008 fabio pellacini 1. introduction

Computer Graphics. CS52 Winter computer graphics introduction 2008 fabio pellacini 1. introduction Computer Graphics CS52 Winter 2008 computer graphics introduction 2008 fabio pellacini 1 introduction computer graphics introduction 2008 fabio pellacini 2 Computer Graphics: the study of creating images

More information

Lahore University of Management Sciences. CS 452 Computer Graphics

Lahore University of Management Sciences. CS 452 Computer Graphics CS 452 Computer Graphics Fall 206-7 Instructor Room No. Office Hours Email Murtaza Taj 9-GA TBA murtaza.taj@lums.edu.pk Telephone 330 Secretary/TA TA Office Hours Course URL (if any) TBA TBA LMS Course

More information

San José State University Computer Science Department CS157A: Introduction to Database Management Systems Sections 5 and 6, Fall 2015

San José State University Computer Science Department CS157A: Introduction to Database Management Systems Sections 5 and 6, Fall 2015 San José State University Computer Science Department CS157A: Introduction to Database Management Systems Sections 5 and 6, Fall 2015 Course and Contact Information Instructor: Ron Gutman Office Location:

More information

CS 428: Fall Introduction to. Realism (overview) Andrew Nealen, Rutgers, /11/2009 1

CS 428: Fall Introduction to. Realism (overview) Andrew Nealen, Rutgers, /11/2009 1 CS 428: Fall 2009 Introduction to Computer Graphics Realism (overview) 11/11/2009 1 Topic overview Image formation and OpenGL Transformations and viewing Polygons and polygon meshes Programmable pipelines

More information

Computer Graphics. Instructor: Oren Kapah. Office Hours: T.B.A.

Computer Graphics. Instructor: Oren Kapah. Office Hours: T.B.A. Computer Graphics Instructor: Oren Kapah (orenkapahbiu@gmail.com) Office Hours: T.B.A. The CG-IDC slides for this course were created by Toky & Hagit Hel-Or 1 CG-IDC 2 Exercise and Homework The exercise

More information

1. Query and manipulate data with Entity Framework.

1. Query and manipulate data with Entity Framework. COLLEGE OF INFORMATION TECHNOLOGY DEPARTMENT OF MULTIMEDIA SCIENCE COURSE SYLLABUS/SPECIFICATION CODE & TITLE: ITMS 434 Developing Windows Azure and Web Services (MCSD 20486) WEIGHT: 2-2-3 PREREQUISITE:

More information

SULTAN QABOOS UNIVERSITY COURSE OUTLINE PROGRAM: BSc. in Computer Science. Laboratory (Practical) Field or Work Placement

SULTAN QABOOS UNIVERSITY COURSE OUTLINE PROGRAM: BSc. in Computer Science. Laboratory (Practical) Field or Work Placement SULTAN QABOOS UNIVERSITY COURSE OUTLINE PROGRAM: BSc. in Computer Science 1. Course Code COMP2102 2. Course Title Problem Solving and Programming 3. Credits 3 4. Pre-requisite Course(s) COMP2101 5. Co-requisite

More information

COURSE SYLLABUS AND INSTRUCTOR PLAN

COURSE SYLLABUS AND INSTRUCTOR PLAN WACO, TEXAS COURSE SYLLABUS AND INSTRUCTOR PLAN INTRODUCTION TO COMPUTING LAB COSCL 1301.11 Jaylene Pipkin SPRING 2012 Course Description: Provides a survey of microcomputer usages and applications. Includes

More information

Overview. Computer Graphics CS324. OpenGL. Books. Learning Resources. CS131 Notes. 30 Lectures 3hr Exam

Overview. Computer Graphics CS324. OpenGL. Books. Learning Resources. CS131 Notes. 30 Lectures 3hr Exam Computer Graphics CS324 Dr Abhir Bhalerao Department of Computer Science University of Warwick Coventry CV4 7AL TJA 1999-2003, AHB 2004+ 30 Lectures 3hr Exam Overview Recommended books: Hearn and Baker,

More information

Computer Networks (Redes de Computadores)

Computer Networks (Redes de Computadores) Computer Networks (Redes de Computadores) Bachelor Degree in Computer Engineering University of Alcalá Academic Year 2017/18 2 nd Year 2 nd Term TEACHING GUIDE Course name Computer Networks Code: 780017

More information

Goals. Course Staff. Demo: Surreal (HW 3) Entertainment. Foundations of Computer Graphics (Spring 2012) Why Study 3D Computer Graphics?

Goals. Course Staff. Demo: Surreal (HW 3) Entertainment. Foundations of Computer Graphics (Spring 2012) Why Study 3D Computer Graphics? Foundations of Computer Graphics (Spring 2012) CS 184, Lecture 1: Overview and History Ravi Ramamoorthi http://inst.eecs.berkeley.edu/~cs184 Goals Systems: Write complex 3D graphics programs (real-time

More information