RealTimeComputerGraphics: Rozdiel medzi revíziami
Riadok 25: | Riadok 25: | ||
** E = 60-67 | ** E = 60-67 | ||
** Fx = 0-59 | ** Fx = 0-59 | ||
+ | |||
+ | == LESSONS == | ||
=== Lesson01 "Introduction to Computer Graphics" === | === Lesson01 "Introduction to Computer Graphics" === | ||
Riadok 34: | Riadok 36: | ||
* "Terms and conditions" of this lecture | * "Terms and conditions" of this lecture | ||
* Lecture notes: [[media:ca15_lesson01.pdf|lesson01.pdf]] | * Lecture notes: [[media:ca15_lesson01.pdf|lesson01.pdf]] | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | =EXCERCISES= | ||
+ | *Your presence at the seminar is optional. | ||
+ | *On every seminar we will focus on the selected problems from lessons. We will use programming tools to perform real-time computer graphics algorithms. | ||
+ | *Libraries: | ||
+ | **http://user.xmission.com/~nate/glut.html | ||
+ | **http://openil.sourceforge.net/ | ||
+ | **http://glew.sourceforge.net/ | ||
+ | **http://gnuwin32.sourceforge.net/packages/freetype.htm | ||
+ | **http://assimp.sourceforge.net/ | ||
+ | **All in one package: | ||
+ | ***http://sccg.sk/~samuelcik/rtg/dependancies.zip |
Verzia zo dňa a času 16:12, 5. február 2016
Real-time computer graphics
Obsah
This lecture ...
- Will focus on visualization of 3D scenes
- Will show you what are current topics
- Will improve your skills in
- OpenGL
- Computational geometry
- Algorithms and data structures
What you Need to Pass
- Show your project (70%).
- Pass oral exam: (30%, min. 15 points).
- Grades
- A = 92-100
- B = 84-91
- C = 76-83
- D = 68-75
- E = 60-67
- Fx = 0-59
LESSONS
Lesson01 "Introduction to Computer Graphics"
- Introduction to Computer Graphics
- Common techniques
- Cutting edge tools and packages
- State of the Art
- Lecture schedule
- "Terms and conditions" of this lecture
- Lecture notes: lesson01.pdf
EXCERCISES
- Your presence at the seminar is optional.
- On every seminar we will focus on the selected problems from lessons. We will use programming tools to perform real-time computer graphics algorithms.
- Libraries: