CS 491 Topics in Computer Science: Virtual Reality
Computer Science Department
University of New Mexico
|
|
Instructor:
Joel Castellanos , Department of Computer Science
Syllabus
Notes, Links and Assignments:
- Software: Unity Personal (free)
- Tutorial: Unity: Interface tutorial
- Tutorial: Unity: Roll-a-Ball tutorial
- Tutorial: Unity: Space Shooter tutorial
- Tutorial: Unity: Build a Simple VR Unity Game
- Video
TED Talk: Virtual Lab will Revolutionize Science Class by Michael Bodekaer
- Video
TED Talk: Birth of Virtual Reality as an Art Form by Chris Milk
- Video
TED Talk: Technology that Knows What You're Feeling by Poppy Crum
- Source Background_AbstractScript.cs
- Source Background_DLA_Script.cs
- Source DrawUtilities.cs
- Source Kaleidoscope.cs
- Source NoiseTexture.cs
- Source Voronoi.cs
- WebGL SquarePyramid.html WebGL app that renders a square pyramid with some drawing options
- Data HillDataFile.csv Comma seperated value file of x, y, height or a hill
- Source ProceduralMeshScript.cs Unity C# code for procedural generation of a mesh from the HillDataFile.csv file.