amterp / COMP30019-Project-1

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

Generate a higher vertex plane for the water #62

Closed samuel-x closed 6 years ago

samuel-x commented 6 years ago

We can generate a higher resolution plane for the water, which should result in more high quality waves.

This can be done by adapting the GenerateTerrain.cs script to output a flat mesh with more vertices.

amterp commented 6 years ago

Implemented with #64.