X-Git-Url: http://git.treefish.org/~alex/seamulator.git/blobdiff_plain/1f181535dc46342c079b13e35547673e570a099b..721ef20fdcc8171b0cdcf7ee3402a0fb6eb37f46:/src/seamulator.cpp?ds=sidebyside diff --git a/src/seamulator.cpp b/src/seamulator.cpp index c5f7936..92dfac6 100644 --- a/src/seamulator.cpp +++ b/src/seamulator.cpp @@ -33,7 +33,7 @@ int main(int argc, char** argv) std::srand(std::time(0)); surface = std::make_shared(LATTICE_SIZE, LATTICE_EXTEND); - sea = std::make_shared(surface); + sea = std::make_shared(surface, 10, 0.0000001); seaView = std::make_unique(INIT_VIEW_DISTANCE, INIT_VIEW_AZIMUTH, INIT_VIEW_ALTITUDE);