Re: [osg-users] Some Algorithms about OSGOcean

2013-06-19 Thread Kim Bale
Hi ZhangMi, You can find the majority of the ocean rendering algorithms used in the following paper: http://graphics.ucsd.edu/courses/rendering/2005/jdewall/tessendorf.pdf It's pretty much a straight implementation of that work. The shaders are fairly run of the mill effects. Cheers, Kim.

Re: [osg-users] Some Algorithms about OSGOcean

2013-06-19 Thread WillScott
! Sincerely Yours, ZhangMi Date: Wed, 19 Jun 2013 10:13:14 +0100 From: kcb...@googlemail.com To: osg-users@lists.openscenegraph.org Subject: Re: [osg-users] Some Algorithms

[osg-users] Some Algorithms about OSGOcean

2013-06-18 Thread WillScott
Dear Kim, I have read some part of the OSGOcean source code. But I don't know the key algorithms involved in the program. Can you send me some materials or the websets about the algorithm? I may need to know more about it. I am looking forward to your replay.