- ES Español

- EN English

5.59. Topics in Computer Graphics (Elective)
- Semester: 9th Sem. Credits: 3
- Hour of this course: Theory: 2 hours; Laboratory: 2 hours;
- Syllabus:
- htmlonly

Español

English - Prerrequisites:
- CS251 Computer Graphics (7th Sem) itemize
5.59.1. Justification ↑ Back to top
Modern computer graphics go beyond simple image generation, encompassing real-time interaction, physical simulation, and immersive environments. This course explores advanced topics in the graphics pipeline, focusing on programmable shading, complex geometric modeling, and computer animation. Additionally, it addresses the intersection of graphics with physical computing and the ethical implications of synthetic content generation.
5.59.2. Generales Goals ↑ Back to top
- Master advanced shader programming and non-photorealistic rendering.
- Implement physically-based simulations and complex animations.
- Design immersive and interactive experiences using tangible computing.
- Evaluate the ethical and societal impact of computer-generated imagery.
5.59.3. Contribution to Outcomes ↑ Back to top
- AG-C11) Use of Tools: Applies modern computing tools in problem solving. (Usage)
- AG-C09) Design and Development of Solutions: Designs, implements, and evaluates solutions for complex computing problems. (Usage)
5.59.4. Content ↑ Back to top
5.59.4.1. Shading and Advanced Rendering (12 hours) [Skills AG-C09,AG-C11] ↑ Back to top
Bibliography: (Marschner and Shirley, 2021a; Marschner and Shirley, 2021b)
Topics
- Advanced shading: physically based shading, subsurface scattering
- Global illumination: radiosity, photon mapping, path tracing
- Real-time rendering techniques: level of detail, culling, occlusion
- GPU programming and shaders
Learning Outcomes
- Implement advanced shading models for realistic materials [Implement]
- Compare global illumination algorithms and their trade-offs [Compare]
- Optimize real-time rendering using techniques like level of detail and culling [Create]
- Develop GPU shaders for custom rendering effects [Create]
5.59.4.2. Geometric Modeling (10 hours) [Skills AG-C09,AG-C11] ↑ Back to top
Bibliography: (Marschner and Shirley, 2021a)
Topics
- Geometric representations: polygons, curves, surfaces, implicit forms
- Modeling techniques: splines, subdivision surfaces, constructive solid geometry
- Procedural modeling and generation
- Geometric algorithms: intersection, distance, decomposition
Learning Outcomes
- Describe different geometric representations and their trade-offs [Describe]
- Implement modeling techniques such as spline curves or subdivision surfaces [Implement]
- Create procedural models using algorithms or rules [Create]
- Apply geometric algorithms to solve problems like intersection testing or mesh processing [Apply]
5.59.4.3. Computer Animation (8 hours) [Skills AG-C09,AG-C11] ↑ Back to top
Bibliography: (Parent, 2012)
Topics
- Animation principles: timing, spacing, anticipation, follow-through
- Keyframe animation and interpolation
- Procedural animation: particle systems, flocking, physics-based
- Character animation: skeletal animation, skinning, inverse kinematics
- Motion capture and retargeting
Learning Outcomes
- Apply animation principles to create believable motion [Apply]
- Implement keyframe animation with interpolation techniques [Implement]
- Create procedural animations such as particle systems or physics-based simulations [Create]
- Implement character animation using skeletal systems and skinning [Implement]
- Process motion capture data for animation retargeting [Implement]
5.59.4.4. Simulation (8 hours) [Skills AG-C09,AG-C11] ↑ Back to top
Bibliography: (Parent, 2012)
Topics
- Physics-based simulation: rigid bodies, fluids, cloth
- Numerical methods for simulation: integration, collision detection
- Real-time simulation constraints and optimizations
- Applications in games, visual effects, and scientific visualization
Learning Outcomes
- Implement physics-based simulations for rigid bodies or fluids [Implement]
- Apply numerical integration methods for dynamic simulations [Apply]
- Optimize simulations for real-time performance [Create]
- Develop simulations for specific applications such as games or scientific visualization [Create]
5.59.4.5. Immersion (5 hours) [Skills AG-C09,AG-C11] ↑ Back to top
Bibliography: (LaValle, 2023)
Topics
- Virtual reality (VR) and augmented reality (AR) concepts
- Immersive display technologies: head-mounted displays, CAVEs
- Tracking and input for immersive environments
- Presence and comfort in immersive systems
Learning Outcomes
- Explain the core concepts and differences between VR and AR [Explain]
- Evaluate immersive display technologies and their applications [Evaluate]
- Implement tracking and input solutions for immersive environments [Implement]
- Design immersive experiences that maximize presence and minimize discomfort [Design]
5.59.4.6. Interaction (5 hours) [Skills AG-C09,AG-C11] ↑ Back to top
Bibliography: (LaValle, 2023)
Topics
- Interaction paradigms: direct manipulation, gesture-based, tangible
- User interface design for graphics applications
- Multimodal interaction: combining visual, auditory, haptic feedback
- Evaluation of interaction techniques: usability, user experience
Learning Outcomes
- Compare different interaction paradigms and their suitability for various tasks [Compare]
- Design user interfaces for graphics-intensive applications [Design]
- Implement multimodal interaction systems incorporating multiple feedback channels [Implement]
- Conduct usability evaluations of interaction techniques [Evaluate]
5.59.4.7. Tangible/Physical Computing (8 hours) [Skills AG-C09,AG-C11] ↑ Back to top
Bibliography: (Noble, 2012)
Topics
- Tangible interfaces and physical computing
- Sensors and actuators for interactive systems
- Embedded systems for interactive art and design
- Interactive installations and environments
Learning Outcomes
- Design tangible interfaces that bridge physical and digital interactions [Design]
- Integrate sensors and actuators to create responsive systems [Integrate]
- Develop embedded systems for interactive art or design projects [Create]
- Create interactive installations that engage users in physical spaces [Create]
5.59.4.8. Society, Ethics, and the Profession (8 hours) [Skills AG-C09,AG-C11] ↑ Back to top
Bibliography: (Marschner and Shirley, 2021a)
Topics
- Ethical considerations in graphics and interaction: representation, accessibility, privacy
- Social impact of immersive technologies and visualization
- Professional practice in graphics and interactive industries
Learning Outcomes
- Analyze ethical issues related to representation, accessibility, and privacy in graphics and interaction [Analyze]
- Discuss the social implications of immersive technologies and data visualization [Debate]
- Describe professional practices and standards in graphics and interactive industries [Describe]
5.59.5. Bibliography ↑ Back to top
Marschner, S. and Shirley, P. (2021a). Fundamentals of Computer Graphics. A K Peters/CRC Press, 5th edition.
Marschner, S. and Shirley, P. (2021b). Fundamentals of Computer Graphics. CRC Press, 5th edition. Same book as Marschner2021; alternate citation key using lead author Shirley.
Parent, R. (2012). Computer Animation: Algorithms and Techniques. Morgan Kaufmann, 3rd edition.
LaValle, S. M. (2023). Virtual Reality. Cambridge University Press.
Noble, J. (2012). Programming Interactivity: A Designer's Guide to Processing, Arduino, and OpenFrameworks. O'Reilly Media, 2nd edition.