osgRecipes-master

所属分类:3D图形编程
开发工具:Visual C++
文件大小:3584KB
下载次数:31
上传日期:2013-09-07 21:30:32
上 传 者zenos365
说明:  osg cookbook 中的源代码,里面有OSG和CG的结合,OSG和CEGUI的结合,OSG与QT的结合以及PHYSX的结合。
(the source code of OSGCOOKBOOK,include integration of OSG and CG,CEGUI,QT and physx)

文件列表:
CMakeCache.txt (69925, 2013-06-20)
CMakeFiles\2.8.10.2\CMakeCCompiler.cmake (1437, 2013-06-20)
CMakeFiles\2.8.10.2\CMakeCXXCompiler.cmake (1572, 2013-06-20)
CMakeFiles\2.8.10.2\CMakeDetermineCompilerABI_C.bin (29184, 2013-06-20)
CMakeFiles\2.8.10.2\CMakeDetermineCompilerABI_CXX.bin (29184, 2013-06-20)
CMakeFiles\2.8.10.2\CMakeRCCompiler.cmake (209, 2013-06-20)
CMakeFiles\2.8.10.2\CMakeSystem.cmake (363, 2013-06-20)
CMakeFiles\2.8.10.2\CompilerIdC\CMakeCCompilerId.c (12457, 2013-06-20)
CMakeFiles\2.8.10.2\CompilerIdC\CompilerIdC.exe (9728, 2013-06-20)
CMakeFiles\2.8.10.2\CompilerIdC\CompilerIdC.vcproj (1355, 2013-06-20)
CMakeFiles\2.8.10.2\CompilerIdC\Debug\BuildLog.htm (7708, 2013-06-20)
CMakeFiles\2.8.10.2\CompilerIdC\Debug\CMakeCCompilerId.obj (1494, 2013-06-20)
CMakeFiles\2.8.10.2\CompilerIdC\Debug\CompilerIdC.exe.intermediate.manifest (621, 2013-06-20)
CMakeFiles\2.8.10.2\CompilerIdC\Debug\mt.dep (65, 2013-06-20)
CMakeFiles\2.8.10.2\CompilerIdC\Debug\vc90.idb (19456, 2013-06-20)
CMakeFiles\2.8.10.2\CompilerIdCXX\CMakeCXXCompilerId.cpp (12185, 2013-06-20)
CMakeFiles\2.8.10.2\CompilerIdCXX\CompilerIdCXX.exe (9728, 2013-06-20)
CMakeFiles\2.8.10.2\CompilerIdCXX\CompilerIdCXX.vcproj (1365, 2013-06-20)
CMakeFiles\2.8.10.2\CompilerIdCXX\Debug\BuildLog.htm (7804, 2013-06-20)
CMakeFiles\2.8.10.2\CompilerIdCXX\Debug\CMakeCXXCompilerId.obj (1491, 2013-06-20)
CMakeFiles\2.8.10.2\CompilerIdCXX\Debug\CompilerIdCXX.exe.intermediate.manifest (621, 2013-06-20)
CMakeFiles\2.8.10.2\CompilerIdCXX\Debug\mt.dep (65, 2013-06-20)
CMakeFiles\2.8.10.2\CompilerIdCXX\Debug\vc90.idb (19456, 2013-06-20)
CMakeFiles\cmake.check_cache (86, 2013-06-20)
CMakeFiles\CMakeError.log (6244, 2013-06-20)
CMakeFiles\CMakeOutput.log (10287, 2013-06-20)
CMakeLists.txt (772, 2013-05-26)
cookbook\chapter10\ch10_01\delaunay.cpp (1428, 2013-05-26)
cookbook\chapter10\ch10_02\pseudo_loader.cpp (1869, 2013-05-26)
cookbook\chapter10\ch10_03\meta_data.cpp (1620, 2013-05-26)
cookbook\chapter10\ch10_04\custom_serializer.cpp (3983, 2013-05-26)
cookbook\chapter10\ch10_05\BinaryStreamOperator.h (5853, 2013-05-26)
cookbook\chapter10\ch10_05\class_reflection.cpp (6658, 2013-05-26)
cookbook\chapter10\ch10_06\capture_screen.cpp (3161, 2013-05-26)
cookbook\chapter10\ch10_07\main.cpp (5555, 2013-05-26)
cookbook\chapter10\ch10_07\PointIntersector (830, 2013-05-26)
cookbook\chapter10\ch10_07\PointIntersector.cpp (3519, 2013-05-26)
cookbook\chapter10\ch10_08\depth_peeling.cpp (7451, 2013-05-26)
cookbook\chapter10\ch10_09\cliTest.cpp (251, 2013-05-26)
cookbook\chapter10\ch10_09\osgWindow.cpp (1910, 2013-05-26)
... ...

osgRecipes ============= The osgRecipes project includes different recipes written with OpenSceneGraph (OSG) and can help developers work with this famous 3D rendering engine, as well as other auxiliary libraries. The osgRecipes project itself is in the Public Domain, but some of its recipes may be under other licenses. This project is also the source code repository of Rui Wang & Xuelei Qian's book `OpenSceneGraph 3.0 Cookbook`, Packt Publishing, 2012. You may read more details or order this book at: http://www.packtpub.com/openscenegrap-3-for-advanced-3d-programming-using-api-cookbook/book ------------ Installation ------------ 1. Use CMake (or cmake-gui) to build makefiles or solutions of the recipes # cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX= 2. Run 'make' to build and install all recipes # make # make install 4. Copy data files from both cookbook and integrations into the binary directory. # cp /cookbook/data/*.* /bin # cp -r /integrations/data /bin 5. Have fun! ------------ Cookbook ------------ You may have to download and compile these third-party dependencies to test all the recipes: * CEGUI: http://www.cegui.org.uk * NVIDIA Cg: http://developer.nvidia.com/cg-toolkit * DirectInput (Windows only): http://msdn.microsoft.com/en-us/directx/aa937788 * GLUT: http://www.opengl.org/resources/libraries/glut * NVIDIA Physx (version 2.8.x): http://developer.nvidia.com/physx-downloads * Qt (version 4): http://qt.nokia.com/products * FireBreath: http://www.firebreath.org/display/documentation/FireBreath+Home ------------ Integrations ------------ This section will show you how to integrate OSG with different kinds of libraries and SDKs. These libraries can add extra functionalities like special effects, visual components and interaction methods to your OSG scene and greatly improve the performance of the applications. These libraries must be free for downloading and for non-commercial purpose of use. The license of the example code may vary according to the license of the third-party library if it does not fit the public domain. The third-party libraries that can be embedded with OSG are listed here for downloading: * AGG (the anti-grain geometry library for 2D rendering): already included in the source code * ALVAR (virtual and augmented reality develop library): http://virtual.vtt.fi/virtual/proj2/multimedia/alvar/index.html * AntTweakBar (a light and intuitive GUI framework): http://www.antisphere.com/Wiki/tools:anttweakbar * AssImp (a library to import various well-known 3D model formats): http://assimp.sourceforge.net/ * Awesomium (a web-browser framework for in-app browsing and HTML UIs): http://awesomium.com/ * Box2D (a 2D physics engine for games): http://box2d.org/ * Bullet (A professional multiphysics library): http://bulletphysics.org/wordpress/ * FreeImage (a library supporting popular image formats): http://freeimage.sourceforge.net/ * GUIChan (a lightweight GUI framework): already included in the source code * libGizmo (gizmo control library for 3D object manipulation): https://github.com/CedricGuillemet/LibGizmo * MicroPather ( a path finder and A* solver): already included in the source code * Microsoft DirectWrite (a text-layout and glyph-rendering API): in the Windows SDK * Microsoft Kinect SDK: http://www.microsoft.com/en-us/kinectforwindows/develop/developer-downloads.aspx * MyGUI (a fast, flexible and simple GUI): http://mygui.info/ * ngPlant (a plant modeling software): core library already included in the source code * NVIDIA PhysX (a well-rounded physics engine, version 3.2): http://developer.nvidia.com/physx-downloads * OpenNI (natural interaction devices middleware, including Kinect): http://www.openni.org/ * OTL (Oracle, Odbc and DB2-CLI template library): already included in the source code * PhysFS (PhysicsFS, provide abstract access to various archives): http://icculus.org/physfs/ * RVO2 (Reciprocal collision avoidance for multi-agent simulation): http://gamma.cs.unc.edu/RVO2/ * Spark (a crossplatform particle engine): http://spark.developpez.com/ * Swift++ (a collision detection package): already included in the source code * TUIO (a common API for tangible multitouch surfaces): already included in the source code * VLC (a cross-platform multimedia player and framework): http://www.videolan.org/vlc/ * To be continued... ------------ Contributing ------------ Any suggestions and contributions are welcomed all the time. :-)

近期下载者

相关文件


收藏者