std::srand(std::time(0));
surface = std::make_shared<WaterSurface>(LATTICE_SIZE, LATTICE_EXTEND);
- sea = std::make_shared<Sea>(surface);
+ sea = std::make_shared<Sea>(surface, 10, 0.0000001);
seaView = std::make_unique<SeaView>(INIT_VIEW_DISTANCE, INIT_VIEW_AZIMUTH,
INIT_VIEW_ALTITUDE);