======T-626-VIEN and T-723-VIEN, Virtual Environments, Spring 2008====== ===== Basic Info ===== * **Instructor: ** [[http://www.ru.is/kennarar/hannes|Hannes Högni Vilhjálmsson]] * **Contact: ** Office at Kringlan 1, 559-6323, hannes@ * **Classes When: ** Mondays and Thursdays 13:00-14:35, Tuesdays 10:55-12:30 * **Classes Where: ** Kringlan 1, Room K22 ===== Description ===== This is a comprehensive course in both the theory and practice of Virtual Environments (VEs). Virtual Environments are simulations that engage the senses of users through real-time 3D graphics, audio and interaction to create an experience of presence within an artificial world. VEs are used in a variety of settings, including training, education, health, online collaboration, scientific visualization and entertainment. Their use is becoming more and more pervasive as hardware gets more capable of simulating reality in real-time (including graphics, physics and intelligent behavior). As part of the theoretical overview, the course will introduce the history of VEs, what kind of problems VEs have proven to be best at addressing, what are their shown limitations, what models of human-computer interaction apply to VEs and how these models are evolving and pushing the state-of-the-art in interactivity. The technical portion of the course will lead students through the construction and population of VEs in a very hands-on manner, covering topics such as world representation, real-time graphics and simulation issues, networked environments, avatars and interactive characters, event scripting and AI control, special real-time visual and aural effects and intuitive user interfaces. ===== Goals ===== On completion of the course students should: * On the theoretical side, acquire understanding of the benefits and limitations of VEs in a historical context, and be able to develop new VE based solutions that incorporate well structured interaction models. * On the technical side, learn to construct interactive VEs using a range of state-of-the-art technologies and tools. ===== Exam ===== The final exam contributes 30% towards your final grade in the course. Please find all the information about the exam on the [[Final Oral Exam]] page. It now includes the final exam schedule and location information. ===== Coursework Overview ===== During the semester, students should complete two programming assignments and a final programming project. These are all group projects. Students discuss final project ideas with instructor in week 5, present a proposal to the class in week 8, demonstrate final project in weeks 11 and 12, and turn in a final project report at the end. In addition, student participation in classes, online discussion and lab exercises counts towards the final grade. Everything that has to be turned in, should arrive no later than at 23:59 on the due date, or else incur 10% penalty for each additional day, including weekends and holidays. ===== Assignments ===== ^Assignment^Code^Description^Material^Assigned^Due^Weight^ |[[Program 1]]|PROG1|First Programming Assignment| Weeks 1-3|Thu Jan 17|Sun Feb 3|10%| |[[Program 2]]|PROG2|Second Programming Assignment| Weeks 1-5|Thu Feb 07|Sun Feb 24|10%| |[[Final Project Proposal|Proposal]]|FP-PROP|Presentation of Final Project Proposal| All | - |Thu Feb 28|5%| |[[Final Project]]|FP|Final Programming Project with Demo| All | - |Mar 24 / Mar 25|30%| |[[Final Report]]|FP-REP|Written Final Project Report| FP | - |Mon Mar 31|5%| ^ Total 60% ^^^^^^^ ===== Discussion Questions ===== After every theory lecture, the instructor will post a discussion question on an online forum and the students will be required to contribute to the discussion of that topic until the following lecture. The discussion takes place on an external forum page at the following address. Note that the students have to register on this forum to post their replies (simply go to the address below to register). ^Host^Forum Name^Address^Discussion Questions^ |ProBoards|Virtual Environments|http://ve2008.proboards101.com/|[[http://ve2008.proboards101.com/index.cgi?board=questions|Read Questions]]| ^ ^^^^ ===== Schedule ===== ^Week^Theoretical Topic (Mondays)^Practical Topic (Tuesdays)^Lab Work (Thursdays)^Due^ | **Context** ||||| | 1 (07.01) |- {{public:t-vien-08-1:ve-introduction.pdf|Introduction to the class}}\\ - {{public:t-vien-08-1:ve-illusion.pdf|The illusion of reality}} |- {{public:t-vien-08-1:ve-python.pdf|Introduction to Python}}\\ - Introduction to Panda3D\\ | - [[ Lab 1 Materials ]] | | | 2 (14.01) |- {{public:t-vien-08-1:ve-history.pdf|The history of VEs}}\\ - {{public:t-vien-08-1:ve-applications.pdf|Current applications of VEs}} |- [[http://www.panda3d.org/wiki/index.php/The_Scene_Graph|The Scene Graph]]\\ - [[http://www.panda3d.org/wiki/index.php/Lighting|Lighting]]\\ | - [[ Lab 2 Materials ]]| | | **Immersion** ||||| | 3 (21.01) |- {{public:t-vien-08-1:ve-presence.pdf|Presence and Immersion}}\\ - ({{public:t-vien-08-1:ijsselsteijn_riva_2003.pdf|Ijsselsteijn and Riva, 2003}}) |- Blender Model Import\\ - Texture and Terrain \\ | - [[ Lab 3 Materials ]]| | | 4 (28.01) |- {{public:t-vien-08-1:ve-action.pdf|Action}}\\ - {{public:t-vien-08-1:ve-cinematography.pdf|Cinematography}}\\ - ({{public:t-vien-08-1:tomlinson_etal_2000.pdf|Tomlinson et al., 2000}}) |- [[http://www.panda3d.org/wiki/index.php/Tasks_and_Event_Handling|Task and Event Handling]]\\ - [[http://www.panda3d.org/wiki/index.php/Collision_Detection|Collision Detection]]\\ - {{public:t-vien-08-1:taskscollisions.zip|Event and Collision Demo}} \\ | - [[Lab 4 Materials]] |PROG1 (10%)| | **Interaction** ||||| | 5 (04.02) |- {{public:t-vien-08-1:ve-actors.pdf|Actors and interaction}} | - [[http://www.panda3d.org/wiki/index.php/Actors_and_Characters|Actors]]\\ - [[http://www.panda3d.org/wiki/index.php/Finite_State_Machines|Finite State Machines]]\\ - {{public:t-vien-08-1:actorandfsm.zip|Actor and FSM Demo}} | - [[Lab 5 Materials]] | | | 6 (11.02) |- {{public:t-vien-08-1:ve-avatars.pdf|Avatars and levels of control}}\\ - ({{public:t-vien-08-1:icec2004.pdf|Vilhjalmsson, 2004}}) |- [[http://www.panda3d.org/wiki/index.php/Text_and_Image_Rendering|Text and HUD]]\\ - [[http://www.panda3d.org/wiki/index.php/DirectGUI|User Interface]]\\ - {{public:t-vien-08-1:textandgui.zip|Text and GUI Demo}} | - [[Lab 6 Materials]]| FP-IDEA | | **Special Topics and Projects** ||||| | 7 (18.02) |- {{public:t-vien-08-1:ve-realism.pdf|Visual Realism and Shaders}}| - Shader programming | - [[Lab 7 Materials]] |PROG2 (10%) | | 8 (25.02) |- [NO CLASS] | - Torfi F. Ólafsson (CCP Games) | - Students present FP-PROP |FP-PROP (5%)| | 9 (03.03) |- {{public:t-vien-08-1:ve-animation.pdf|Character Animation}} | - Animating using Blender [ [[http://wiki.blender.org/index.php/BSoD/Introduction_to_Character_Animation/Upper_body_armature|BWiki]] ] | - [[Lab 8 Materials]] | | | 10 (10.03) |- {{public:t-vien-08-1:ve-virtualworlds.pdf|Online Virtual Worlds}}\\ ([[http://www.fudco.com/chip/lessons.html|Morningstar and Farmer, 1990]]) | - Review of Assignment 2 | - Work on Previous Labs | | | 11 (17.03) |- {{public:t-vien-08-1:ve-interfaces.pdf|Alternative input/output devices}} | - Work on Final Project | [EASTER BREAK] | | | - (24.03) |- [EASTER BREAK] | [EASTER BREAK] | - Work on Final Project | | | 12 (31.03) |- Students Present FP |- Students Present FP| - [[Final Oral Exam]] |FP(30%) | ^ ^^^^^ =====Grading===== ^Part of Course^Total Weight^ |Programming Assignments (x2)| 20%| |Final Project Proposal| 5%| |Final Programming Project| 30%| |Final Project Report| 5%| |Attendance, Discussion Questions and Lab Work| 10%| |[[Final Oral Exam]]| 30%| ^ Total 100% ^^ =====Books===== There is no single textbook for the course. Reading and support materials will be handed out in class or posted on MySchool. These will mostly be in the form of research papers. The course is also to some extent inspired by the following books: * Bergeron, B. "Developing Serious Games", Charles River Media, Inc., 2006. * Pimentel, K., Teixeira, K., "Virtual Reality: Through the new looking glass", Windcrest Books, 1993. * Slater, M., Steed, A., Chrysanthou, Y. "Computer Graphics and Virtual Environments", Addison-Weseley, 2002. * Stuart, R., "The Design of Virtual Environments"Barricade Books Inc., 2001. * Laurel, B., "Computers as Theatre", Addison-Wesley,1993 * Cooper, A., Reimann, R., "About Face 2.0: The Essentials of Interaction Design", Wiley ===== Useful Resources ===== NOTE: Arnar has posted information about his Mac OS-X installation of Panda on the [[http://ve2008.proboards101.com/index.cgi?board=general|course discussion board]] * Panda 3D (Includes Python 2.4 in "Panda3D-1.4.2\python") * [[http://www.panda3d.org]] * Python * [[http://rgruet.free.fr/PQR24/PQR2.4.html|Python 2.4 Quick Reference]] * [[http://diveintopython.org/toc/index.html|Dive Into Python: Free Python Book]] * [[http://www.python.org|Python Central: www.python.org]] * [[http://www.ru.is/kennarar/hannes/share/SPE-0.8.3.c-wx2.6.1.0-py24.exe|Stani's Python IDE]], requires prior installation of the [[http://www.ru.is/kennarar/hannes/share/wxPython2.6-win32-unicode-2.6.3.3-py24.exe|wxPython GUI]] module * [[http://wiki.python.org/moin/PythonEditors|Other Python editors]] * Blender * [[http://www.blender.org/download/get-blender/|Open Source Blender 3D Modeling and Animation Program Download]] * [[http://www.ru.is/kennarar/hannes/share/chicken_export1.0.zip|Chicken 1.0 EGG Exporter for Blender]] * Shader Programming * {{public:t-vien-07-1:cgusersmanual.pdf|NVIDIA's Cg User Manual }} * [[http://www.cs.umbc.edu/~rheingan/435/pages/index.html|Basic Concepts of Illumination in Computer Graphics]] * Other useful tools * [[http://www.planetside.co.uk/terragen/|Terragen]] for creating terrain and sky textures * [[http://www.earthsculptor.com/|EarthSculptor]] for interactive terrain sculpting (you can export maps) * [[http://www.ode.org/|The Open Dynamics Engine]] for adding physics and rigit body dynamics to any environment * [[http://pyode.sourceforge.net/|The Open Dynamics Engine Python Module (PyODE)]] is perfect for adding ODE to Panda 3D