]> Dogcows Code - chaz/rasterize/blob - README
add opengl support
[chaz/rasterize] / README
1
2 CS5600 University of Utah
3 Charles McGarvey
4 mcgarvey@eng.utah.edu
5
6 Project 4 Notes
7
8 To build, just `make' it. You will need GNU make; it won't work well with
9 any other kind of make(1). Once built, the executable is called rasterize.
10
11 Caveats:
12
13 1. All the mangling to get the data into a form that OpenGL likes happens
14 in the draw function, so it's slow.
15
16 2. The shaders do Phong lighting and texture mapping, but only two lights
17 are supported at a time since that's all my laptop can do with the drivers
18 I'm currently using.
19
20 3. The PPM importer doesn't handle comments, and the BMP importer is also
21 quite picky about the depth and color space. Of course, importing will
22 fail without any useful explanation.
23
24 Known to run on:
25 * Linux 3.2.1-gentoo (x86_64)
26
This page took 0.032562 seconds and 4 git commands to generate.