2824_Code

所属分类:3D图形编程
开发工具:C++
文件大小:83KB
下载次数:5
上传日期:2012-01-07 09:32:51
上 传 者help_sg
说明:  开源的图形3d引擎。osg open scence graph
(open scence graph)

文件列表:
2824_Code (0, 2010-12-10)
2824_Code\2824_01_Code (0, 2010-12-10)
2824_Code\2824_02_Code (0, 2010-12-10)
2824_Code\2824_03_Code (0, 2010-12-10)
2824_Code\2824_03_Code\2824_03_Code (0, 2010-12-10)
2824_Code\2824_03_Code\2824_03_Code\CMakeLists.txt (1820, 2010-05-14)
2824_Code\2824_03_Code\2824_03_Code\commandline.cpp (610, 2010-05-14)
2824_Code\2824_03_Code\2824_03_Code\notifier.cpp (1430, 2010-05-14)
2824_Code\2824_03_Code\2824_03_Code\referenced.cpp (1047, 2010-05-14)
2824_Code\2824_03_Code\2824_03_Code\use_root.cpp (425, 2010-05-14)
2824_Code\2824_04_Code (0, 2010-12-10)
2824_Code\2824_04_Code\2824_04_Code (0, 2010-12-10)
2824_Code\2824_04_Code\2824_04_Code\basic_shape.cpp (1162, 2010-05-15)
2824_Code\2824_04_Code\2824_04_Code\CMakeLists.txt (2484, 2010-12-10)
2824_Code\2824_04_Code\2824_04_Code\collect_faces.cpp (1919, 2010-05-15)
2824_Code\2824_04_Code\2824_04_Code\octahedron.cpp (1916, 2010-05-15)
2824_Code\2824_04_Code\2824_04_Code\quad.cpp (1606, 2010-05-15)
2824_Code\2824_04_Code\2824_04_Code\teapot.cpp (1230, 2010-12-10)
2824_Code\2824_04_Code\2824_04_Code\tessellating.cpp (1511, 2010-05-15)
2824_Code\2824_05_Code (0, 2010-12-10)
2824_Code\2824_05_Code\2824_05_Code (0, 2010-12-10)
2824_Code\2824_05_Code\2824_05_Code\add_models.cpp (650, 2010-05-31)
2824_Code\2824_05_Code\2824_05_Code\animate_switch.cpp (1331, 2010-05-31)
2824_Code\2824_05_Code\2824_05_Code\CMakeLists.txt (2903, 2010-06-14)
2824_Code\2824_05_Code\2824_05_Code\lod_models.cpp (1119, 2010-06-05)
2824_Code\2824_05_Code\2824_05_Code\proxy_loading.cpp (442, 2010-05-31)
2824_Code\2824_05_Code\2824_05_Code\switch_node.cpp (671, 2010-05-31)
2824_Code\2824_05_Code\2824_05_Code\transform_node.cpp (1046, 2010-06-02)
2824_Code\2824_05_Code\2824_05_Code\visit_model.cpp (1722, 2010-06-05)
2824_Code\2824_06_Code (0, 2010-12-10)
2824_Code\2824_06_Code\2824_06_Code (0, 2010-12-10)
2824_Code\2824_06_Code\2824_06_Code\apply_fog.cpp (726, 2010-06-19)
2824_Code\2824_06_Code\2824_06_Code\bezier_shader.cpp (3001, 2010-06-19)
2824_Code\2824_06_Code\2824_06_Code\cartoon_shader.cpp (2071, 2010-06-19)
2824_Code\2824_06_Code\2824_06_Code\CMakeLists.txt (3321, 2010-06-24)
... ...

OpenSceneGraph Beginners Guide Packt Publishing Wang Rui & Qian Xuelei ########################################## Before using these example code, make sure that you have OpenSceneGraph 3.0 installed, either from the automatic installer or compiling by yourselves. OpenSceneGraph (OSG) could found at: http://www.openscenegraph.org/ Use CMake 2.6 or higher to configure and generate the project solution or makefile. CMake could be downloaded at: http://www.cmake.org/cmake/resources/software.html Start the executable cmake-gui. Drag the file CMakeLists.txt from the source code root, and drop it onto the CMake window. Then modify the path value of 'Where to build the binaries' and designate a new path to work out-of-source, which is recommended to keep the source code clear. The OSG include directories and libraries should be automatically found and specified if you have already built OSG and set the environment variable OSG_DIR. Click the Configure and Generate buttons in the CMake GUI to generate a platform-dependent solution and build your applications with it. UNIX developers could also type: sudo ./configure sudo make to quickly generate Makefile and compile in the text mode. Be sure to have CMake and OpenSceneGraph installed first. The CMAKE_INSTALL_PREFIX option does not affect our example code snippnets. Please feel free to contact with the authors if you have any questions: Wang Rui Qian Xuelei

近期下载者

相关文件


收藏者