没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > Cataclysm 3D |
Cataclysm 3D
|
0 | 0 | 647 |
贡献者 | 讨论 | 代码提交 |
概述
Just a personal project to develop a 3D C++ Game Engine from scratch. Utilizing nothing but the C Standard Libraries for both Windows and Linux.
Renderer
• Forward OpenGL 3.3 Renderer
• Per-pixel lighting with support for Diffuse/Normal/Specular/Emissive Mapping
• Shadow Mapping
Animation
• Skeletal Animations
• Software Skinning
Scene
• Scene Graph node hierarchy
Math
• simd Vector math library
• Matrix and Quaternion math library
• Unit tested
Resource Management
• Instanced immutable resource system
File Formats
• BMP textures
• MS3Dtext meshes/skeletons/animations
• OBJ meshes
Common Library
• List/Queue/Set/Stack/Vector collections
• Strings
• Unit tested
Debugging
• Axis/Box/Circle/Line debugging primitives
Build
• Premake for VS2010 and Linux Codelite
创建时间:2014-05-06 22:48