https://github.com/speps/gx-encinowaves
Graphics Experiment - FFT Ocean Water Simulation
https://github.com/speps/gx-encinowaves
computer-graphics fft unity3d
Last synced: 9 months ago
JSON representation
Graphics Experiment - FFT Ocean Water Simulation
- Host: GitHub
- URL: https://github.com/speps/gx-encinowaves
- Owner: speps
- License: apache-2.0
- Created: 2016-04-28T20:05:52.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-11-03T17:16:35.000Z (over 7 years ago)
- Last Synced: 2025-06-04T17:13:25.644Z (about 1 year ago)
- Topics: computer-graphics, fft, unity3d
- Language: C#
- Size: 23.1 MB
- Stars: 51
- Watchers: 4
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Graphics Experiment - FFT Ocean Water Simulation
NOTE: needs at least Unity3D 5.3.4f1 to work due to a bugfix in that version.
Inspired by https://github.com/blackencino/EncinoWaves
Original paper is :
> Christopher J. Horvath. 2015.
> [Empirical directional wave spectra for computer graphics.](http://dl.acm.org/authorize?N90195)
> In Proceedings of the 2015 Symposium on Digital Production (DigiPro '15),
> Los Angeles, Aug. 8, 2015, pp. 29-39.
## Features
* Compute shader based FFT with configurable size (default is 512)
* Tessellated close ocean mesh locked to camera
* Ocean extended to horizon using dynamic frustum/plane intersection
## Disclaimer
As always, this can probably be done in a better way.
Please add issues if you have any suggestions.
## Results

### License
Copyright © 2016 Remi Gillig
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.