amterp / COMP30019-Project-1

Project 1 for 2018 Semester 2 of COMP30019
1 stars 0 forks source link

Fix wave "overlap" #61

Closed samuel-x closed 6 years ago

samuel-x commented 6 years ago

Currently there's an issue where the waves "overlap" if the amplitude is too great, and the waves begin to roll over themselves.

This can be solved as described in the tutorial here.

Additionally, the Gerstner waves also slightly leave the bounds of the map. It would be nice to have them restricted to the bounds.

1

amterp commented 6 years ago

Implemented in #66.