crystalspace-src-1.2.1

所属分类:3D图形编程
开发工具:C++
文件大小:59262KB
下载次数:4
上传日期:2011-07-10 17:38:14
上 传 者Brill
说明:  一个采用C++,python,C#等语言实现的3D图形编程。
(Crystal Space is an Open Source 3D SDK for Unix, Windows, MacOS/X. It renders with OpenGL or software and features curved surfaces, volumetric fog, dynamic colored lighting, terrain engine, LOD, procedural textures, portals, etc.)

文件列表:
crystalspace-src-1.2.1 (0, 2008-04-22)
crystalspace-src-1.2.1\apps (0, 2008-04-22)
crystalspace-src-1.2.1\apps\demo (0, 2008-04-22)
crystalspace-src-1.2.1\apps\demo\Jamfile (133, 2008-04-22)
crystalspace-src-1.2.1\apps\demo\demo.cpp (38279, 2008-04-22)
crystalspace-src-1.2.1\apps\demo\demo.h (2665, 2008-04-22)
crystalspace-src-1.2.1\apps\demo\demoldr.cpp (19838, 2008-04-22)
crystalspace-src-1.2.1\apps\demo\demoldr.h (1962, 2008-04-22)
crystalspace-src-1.2.1\apps\demo\demoop.cpp (5363, 2008-04-22)
crystalspace-src-1.2.1\apps\demo\demoop.h (4024, 2008-04-22)
crystalspace-src-1.2.1\apps\demo\demoseq.cpp (17411, 2008-04-22)
crystalspace-src-1.2.1\apps\demo\demoseq.h (6360, 2008-04-22)
crystalspace-src-1.2.1\apps\import (0, 2008-04-22)
crystalspace-src-1.2.1\apps\import\3ds2lev (0, 2008-04-22)
crystalspace-src-1.2.1\apps\import\3ds2lev\3ds2lev.cpp (10380, 2008-04-22)
crystalspace-src-1.2.1\apps\import\3ds2lev\Jamfile (254, 2008-04-22)
crystalspace-src-1.2.1\apps\import\3ds2lev\levelwriter.cpp (25908, 2008-04-22)
crystalspace-src-1.2.1\apps\import\3ds2lev\levelwriter.h (2671, 2008-04-22)
crystalspace-src-1.2.1\apps\import\maya2spr (0, 2008-04-22)
crystalspace-src-1.2.1\apps\import\maya2spr\Jamfile (187, 2008-04-22)
crystalspace-src-1.2.1\apps\import\maya2spr\binarytree.cpp (9067, 2008-04-22)
crystalspace-src-1.2.1\apps\import\maya2spr\binarytree.h (2589, 2008-04-22)
crystalspace-src-1.2.1\apps\import\maya2spr\maya2spr.cpp (7254, 2008-04-22)
crystalspace-src-1.2.1\apps\import\maya2spr\maya_mdl.cpp (8025, 2008-04-22)
crystalspace-src-1.2.1\apps\import\maya2spr\maya_mdl.h (1708, 2008-04-22)
crystalspace-src-1.2.1\apps\import\maya2spr\mayabase.cpp (1703, 2008-04-22)
crystalspace-src-1.2.1\apps\import\maya2spr\mayabase.h (1734, 2008-04-22)
crystalspace-src-1.2.1\apps\import\maya2spr\mayafile.cpp (5303, 2008-04-22)
crystalspace-src-1.2.1\apps\import\maya2spr\mayafile.h (2687, 2008-04-22)
crystalspace-src-1.2.1\apps\import\maya2spr\mayanode.cpp (31101, 2008-04-22)
crystalspace-src-1.2.1\apps\import\maya2spr\mayanode.h (6653, 2008-04-22)
crystalspace-src-1.2.1\apps\import\md22spr (0, 2008-04-22)
crystalspace-src-1.2.1\apps\import\md22spr\Jamfile (187, 2008-04-22)
crystalspace-src-1.2.1\apps\import\md22spr\m2s_base.cpp (1696, 2008-04-22)
crystalspace-src-1.2.1\apps\import\md22spr\m2s_base.h (2214, 2008-04-22)
crystalspace-src-1.2.1\apps\import\md22spr\m2s_img.cpp (1534, 2008-04-22)
crystalspace-src-1.2.1\apps\import\md22spr\m2s_img.h (1416, 2008-04-22)
crystalspace-src-1.2.1\apps\import\md22spr\m2s_mdl.cpp (21774, 2008-04-22)
crystalspace-src-1.2.1\apps\import\md22spr\m2s_mdl.h (3863, 2008-04-22)
... ...

Crystal Space 3D SDK http://www.crystalspace3d.org/ Crystal Space is a free, open source, portable, modular, and extensible 3D software development kit (SDK) written in C++. It is suitable for creation of 3D games and other 3D visualization applications. It supports true six degrees of freedom, colored lighting, lightmapped and stencil based lighting, shader support (CG, vertex programs, fragment programs, etc.), mipmapping, portals, mirrors, alpha transparency, reflective surfaces, 3D sprites with skeletal animation, procedural textures, particle systems, volumetric fog, hierarchical transformations, physics, bindings for Java, Perl, and Python, and many additional features. Crystal Space runs on Microsoft Windows, MacOS/X, and Unix platforms (including GNU/Linux, BSD, Darwin, etc.). Crystal Space falls under the GNU Lesser General Public License (LGPL). A copy of of the LGPL can be found in the file LICENSE alongside this README. This license allows you to use Crystal Space as a library in your products, even commercial products, but modifications to the library or derivative works incorporating parts of the library must be made freely available to everyone, under the LGPL's terms. The extensive Crystal Space manual features build instructions, tutorials, HOWTO's, and numerous conceptual and technical discussions. To build Crystal Space, consult the instructions in the "Building and Installing" chapter. The manual can be found in the source tree at CS/docs/html/manual/index.html, or online at: http://www.crystalspace3d.org/docs/online/manual/ A full API reference manual for Crystal Space is available in the source tree at CS/docs/html/api/index.html, or online at: http://www.crystalspace3d.org/docs/online/api/ Additional useful information can be found at the Crystal Space "Community" web site, which features tutorials, user-contributed documentation, advice, and references to free resources: http://community.crystalspace3d.org/ The latest changes to the project are detailed in CS/docs/history.txt. Older changes are detailed in CS/docs/history.old.

近期下载者

相关文件


收藏者