yes from the osgapp example

Code:
_oceanSurface = new osgOcean::FFTOceanSurface( 64, 256, 17, 
windDirection, windSpeed, depth, reflectionDamping, waveScale, isChoppy, 
choppyFactor, 10.f, 256 );  




i tried before to increase some of these value but i got a very strange and 
horrible effect since i don't know each parameter value correspondence

for example i tried this before


Code:
_oceanSurface = new osgOcean::FFTOceanSurface( 128, 512, 33, 
windDirection, windSpeed, depth, reflectionDamping, waveScale, isChoppy, 
choppyFactor, 10.f, 256 );  



------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=31198#31198





_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to