Data Fields | |
| float * | z |
| float * | R |
| float * | G |
| float * | B |
| int | N |
| float | L |
Definition at line 9 of file wave_z_compute_byHand.cpp.
| float* seaDatas::B |
Definition at line 14 of file wave_z_compute_byHand.cpp.
Referenced by free_wave_variables(), and wave_init().
| float* seaDatas::G |
Definition at line 13 of file wave_z_compute_byHand.cpp.
Referenced by free_wave_variables(), and wave_init().
| float seaDatas::L |
Definition at line 16 of file wave_z_compute_byHand.cpp.
Referenced by Draw_sea(), wave_init(), and wave_z_compute().
| int seaDatas::N |
Definition at line 15 of file wave_z_compute_byHand.cpp.
Referenced by Draw_sea(), wave_init(), and wave_z_compute().
| float* seaDatas::R |
Definition at line 12 of file wave_z_compute_byHand.cpp.
Referenced by free_wave_variables(), and wave_init().
| float* seaDatas::z |
Definition at line 11 of file wave_z_compute_byHand.cpp.
Referenced by Draw_sea(), free_wave_variables(), wave_init(), and wave_z_compute().
1.4.7