osgOcean

所属分类:图形图像处理
开发工具:Visual C++
文件大小:3578KB
下载次数:378
上传日期:2010-06-13 20:32:27
上 传 者chaoxiaona
说明:  基于OSG实现了海洋环境的渲染,包括海浪,天空等
(OSG-based rendering to achieve the marine environment, including waves, sky, etc.)

文件列表:
osgOcean\ALL_BUILD.dir\Debug\BuildLog.htm (4194, 2010-04-23)
osgOcean\ALL_BUILD.vcproj (12231, 2010-04-22)
osgOcean\ALL_BUILD.vcproj.lunar-PC.lunar.user (1393, 2010-04-23)
osgOcean\ALL_BUILD.vcproj.WWW-D4EA6F8B292.Administrator.user (1407, 2010-04-23)
osgOcean\AUTHORS.txt (571, 2009-11-03)
osgOcean\CMakeCache.txt (18562, 2010-04-23)
osgOcean\CMakeFiles\cmake.check_cache (86, 2010-04-23)
osgOcean\CMakeFiles\CMakeCCompiler.cmake (1300, 2010-04-23)
osgOcean\CMakeFiles\CMakeCPlatform.cmake (282, 2010-04-23)
osgOcean\CMakeFiles\CMakeCXXCompiler.cmake (1419, 2010-04-23)
osgOcean\CMakeFiles\CMakeCXXPlatform.cmake (282, 2010-04-23)
osgOcean\CMakeFiles\CMakeDetermineCompilerABI_C.bin (29184, 2010-04-23)
osgOcean\CMakeFiles\CMakeDetermineCompilerABI_CXX.bin (29184, 2010-04-23)
osgOcean\CMakeFiles\CMakeOutput.log (6146, 2010-04-23)
osgOcean\CMakeFiles\CMakeRCCompiler.cmake (263, 2010-04-23)
osgOcean\CMakeFiles\CMakeSystem.cmake (363, 2010-04-23)
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\cmake_install.cmake (1778, 2010-04-22)
osgOcean\include\OceanExample\SkyDome.h (1540, 2010-04-23)
osgOcean\include\OceanExample\SphereSegment.h (1672, 2010-04-23)
osgOcean\include\osgOcean\Cylinder (1873, 2010-04-22)
osgOcean\include\osgOcean\DistortionSurface (2749, 2010-04-22)
osgOcean\include\osgOcean\Export (1560, 2009-11-03)
osgOcean\include\osgOcean\FFTOceanSurface (19114, 2010-04-22)
osgOcean\include\osgOcean\FFTSimulation (3432, 2010-04-22)
osgOcean\include\osgOcean\GodRayBlendSurface (5224, 2010-04-22)
osgOcean\include\osgOcean\GodRays (6086, 2010-04-22)
osgOcean\include\osgOcean\MipmapGeometry (3624, 2010-04-22)
osgOcean\include\osgOcean\OceanScene (24566, 2010-04-22)
osgOcean\include\osgOcean\OceanTechnique (4024, 2010-04-22)
osgOcean\include\osgOcean\OceanTile (5718, 2010-04-22)
osgOcean\include\osgOcean\RandUtils (2083, 2010-04-22)
osgOcean\include\osgOcean\ScreenAlignedQuad (1621, 2010-04-22)
osgOcean\include\osgOcean\ShaderManager (2953, 2010-04-22)
osgOcean\include\osgOcean\SiltEffect (9415, 2010-04-22)
osgOcean\include\osgOcean\Version (1138, 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/

近期下载者

相关文件


收藏者