Document Type
Syllabus
Publication Date
Fall 9-1-2024
Course Description
Up until this course, you have likely interacted and viewed computer graphics strictly from the user’s perspective. However, the geometry and effects that you see on the screen must somehow by mathematically defined and generated to appear correctly on your display. In this course, our goals are to develop more complex graphical software programs by learning the theoretical underpinnings and practice of fundamental graphics including: • 2D and 3D Coordinate Systems, Geometry, and Transformations • Vector and Matrix Operations • Viewing and Projection Transformations • Hidden Surface Removal Algorithms • Lighting and Shading • Texture Mapping
Recommended Citation
Byers, Chad M., "CSC 350A Graphics Byers Fall 2024" (2024). All Course Syllabi. 725, Scholarly and Creative Work from DePauw University.
https://scholarship.depauw.edu/records_syllabi/725
Student Outcomes
• Students will be able to identify and apply transformations to 2D/3D graphics • Students will be able to design and implement linear algebra concepts (e.g., vectors, matrices, etc.) in code • Students will be able to analyze and incorporate principles of biology/physics/photography in the design of a graphics pipeline • Students will be able to describe and explain the series of transformations that take place in a graphics pipeline