SCM Repository
[diderot] / examples / vr-demo / vr.diderot |
Diff of /examples/vr-demo/vr.diderot
Parent Directory
|
Revision Log
|
Patch
examples/vr-demo/vr-lite-cam.diderot revision 2058, Tue Oct 30 10:38:25 2012 UTC | examples/vr-demo/vr.diderot revision 2061, Tue Oct 30 21:55:10 2012 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | // vr-lite-cam | /*! \file vr.diderot |
2 | // | * |
3 | // simple volume renderer, now with a single directional light, | * \author John Reppy |
4 | // Phong shading, and the new camera. | * |
5 | // | * simple volume renderer, with a single directional light, |
6 | * Phong shading, and the new camera. | |
7 | */ | |
8 | ||
9 | /* | |
10 | * COPYRIGHT (c) 2012 The Diderot Project (http://diderot-language.cs.uchicago.edu) | |
11 | * All rights reserved. | |
12 | */ | |
13 | ||
14 | // image parameters | // image parameters |
15 | input int imgResU = 480; | input int imgResU = 480; |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |