-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
49 lines (37 loc) · 991 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
* Generate Texture Coordinates
* generate for cylinder
* generate for boxes
* generate for ground plane
* Texture Loading
* Load texture onto cylinder
* Load texture onto box
* Load texture onto ground plane
** Texture Replace
** Texture Blend (light + shading)
* Filtering ???
* Magnification Smooth
* Magifnication Simple
* Minification Smooth
* Minification Simple
* Mesh now uses:
* per face normals
* per vertex normals
* per vertex texture coordinates
* Visualize Per Face Normal Vectors
* Compute Per Vertex Normal
* Simple Average
* Weighted Average
* Visualization
* Check Crease Angle for Per Vertex Normals
* Modify angle to be 15, 25, 35
* Shading
* Materials Diffuse
* Materials Specular
* Materials Design
* Move light source
* Overview Navigation
* First Person Navigation
** Procedural Ground Plane Generation
10/19:
Simple per face normals
if time: per vertex normals