osgOcean-Source-1.0.1

所属分类:OpenGL
开发工具:C++
文件大小:420KB
下载次数:11
上传日期:2017-06-12 23:30:04
上 传 者zhoulei
说明:  基于osg平台的海洋仿真模块,逼真的仿真效果,并且是开源平台,很有价值。
(Overseas OSG platform based marine simulation module, realistic simulation effect, and is an open source platform, it is of great value.)

文件列表:
osgOcean\AUTHORS.txt (571, 2009-11-03)
osgOcean\CMakeLists.txt (4225, 2009-11-03)
osgOcean\CMakeModules\Findfftss.cmake (399, 2009-11-03)
osgOcean\CMakeModules\Findfftw3-3.cmake (460, 2009-11-03)
osgOcean\CMakeModules\Findfftw3f-3.cmake (461, 2009-11-03)
osgOcean\CMakeModules\LibFindMacros.cmake (4234, 2009-11-03)
osgOcean\include\OceanExample\SkyDome.h (1518, 2009-11-03)
osgOcean\include\OceanExample\SphereSegment.h (1650, 2009-11-03)
osgOcean\include\osgOcean\Cylinder (1851, 2009-11-03)
osgOcean\include\osgOcean\DistortionSurface (2706, 2009-11-03)
osgOcean\include\osgOcean\Export (1560, 2009-11-03)
osgOcean\include\osgOcean\FFTOceanSurface (19071, 2009-11-03)
osgOcean\include\osgOcean\FFTSimulation (3389, 2009-11-03)
osgOcean\include\osgOcean\GodRayBlendSurface (5202, 2009-11-03)
osgOcean\include\osgOcean\GodRays (6043, 2009-11-03)
osgOcean\include\osgOcean\MipmapGeometry (3581, 2009-11-03)
osgOcean\include\osgOcean\OceanScene (24523, 2009-11-03)
osgOcean\include\osgOcean\OceanTechnique (3981, 2009-11-03)
osgOcean\include\osgOcean\OceanTile (5675, 2009-11-03)
osgOcean\include\osgOcean\RandUtils (2040, 2009-11-03)
osgOcean\include\osgOcean\ScreenAlignedQuad (1537, 2009-11-03)
osgOcean\include\osgOcean\ShaderManager (2892, 2009-11-03)
osgOcean\include\osgOcean\SiltEffect (9372, 2009-11-03)
osgOcean\include\osgOcean\Version (1138, 2009-11-03)
osgOcean\include\osgOcean\WaterTrochoids (2390, 2009-11-03)
osgOcean\LICENSE.txt (7802, 2009-11-03)
osgOcean\resources\shaders\default_scene.frag (2887, 2009-11-03)
osgOcean\resources\shaders\default_scene.vert (1435, 2009-11-03)
osgOcean\resources\shaders\dof_combiner.frag (2409, 2009-11-03)
osgOcean\resources\shaders\dof_combiner.vert (269, 2009-11-03)
osgOcean\resources\shaders\downsample.frag (732, 2009-11-03)
osgOcean\resources\shaders\downsample.vert (91, 2009-11-03)
osgOcean\resources\shaders\downsample_glare.frag (864, 2009-11-03)
osgOcean\resources\shaders\gaussian1.frag (500, 2009-11-03)
osgOcean\resources\shaders\gaussian1.vert (90, 2009-11-03)
osgOcean\resources\shaders\gaussian2.frag (497, 2009-11-03)
osgOcean\resources\shaders\gaussian2.vert (144, 2009-11-03)
osgOcean\resources\shaders\glare_composite.frag (790, 2009-11-03)
osgOcean\resources\shaders\glare_composite.vert (155, 2009-11-03)
... ...

osgOcean v1.0 ------------- DEPENDANCIES ------------ Resources --------- Both the library and the example require a set of resource files (models/textures) which can be downloaded from here: http://osgocean.googlecode.com/files/osgOcean-Resources-1.0.rar Once you downloaded them, extract the 'Island' and 'Textures' folders into the resources directory found in the root of the source code tree. The install project will copy the relevant data files to the bin path like so: *install_path*/bin/resources/ osgOcean uses the osgDB registry to find the resource files. By default it adds the following paths to the registry: Shader path: resources/shaders/ Texture path: resources/textures/ If you wish to move these resources you must update the data file path list within the registry yourself. This can be down from outside the library with the following code: osgDB::FilePathList& pathList = osgDB::Registry::instance()->getDataFilePathList(); pathList.push_back( new_path ); Libraries --------- osgOcean also requires a Fast Fourier Transform library. It can work with either FFTW or FFTSS. **IMPORTANT LICENSE ISSUE** FFTW is released under a General Public License, by selecting this option in CMAKE the resulting build of osgOcean will also be covered under the GPL license. GPL License details: http://www.gnu.org/copyleft/gpl.html FFTSS is covered under a Lesser General Public License which allows the osgOcean library to remain LGPL. LGPL License details: http://www.gnu.org/licenses/lgpl.html or see LICENSE.txt FFTW and FFTSS can be downloaded from: FFTW: http://www.fftw.org/ FFTSS: http://www.ssisc.org/fftss/

近期下载者

相关文件


收藏者