#include <HeightMap.h>
Inheritance diagram for HeightMap:


Public Member Functions | |
| void | Draw () |
| HeightMap () | |
| bool | Load (string FileName) |
Protected Attributes | |
| Color | h_color |
| float ** | h_map |
| glVector ** | normalA |
| glVector ** | normalB |
| int | x_dim |
| float | x_spacing |
| int | z_dim |
| float | z_spacing |
|
|
Definition at line 3 of file HeightMap.cpp. |
|
|
Definition at line 64 of file HeightMap.cpp. References Color::color, h_color, h_map, normalA, normalB, x_dim, x_spacing, z_dim, and z_spacing. |
|
|
Definition at line 7 of file HeightMap.cpp. References Color::color, glVector::glVector(), h_color, h_map, normalA, normalB, glVector::SetVector(), x_dim, x_spacing, z_dim, and z_spacing. Referenced by Renderer::AddHeightMap(). |
Here is the call graph for this function:

|
|
Definition at line 32 of file HeightMap.h. |
|
|
Definition at line 25 of file HeightMap.h. |
|
|
Definition at line 26 of file HeightMap.h. |
|
|
Definition at line 27 of file HeightMap.h. |
|
|
Definition at line 29 of file HeightMap.h. |
|
|
Definition at line 31 of file HeightMap.h. |
|
|
Definition at line 28 of file HeightMap.h. |
|
|
Definition at line 30 of file HeightMap.h. |
1.4.1