文件名称:BlossomEngine
介绍说明--下载内容均来自于网络,请自行研究使用
GPU PRO介绍的图形渲染引擎
D3D与OPENGL之前的移植-- quad-tree scene management
- per-pixel lights (forward shading)
- sunlight and spot light shadows (hardware shadow maps)
- sky-box
- full-scene bloom
D3D与OPENGL之前的移植-- quad-tree scene management
- per-pixel lights (forward shading)
- sunlight and spot light shadows (hardware shadow maps)
- sky-box
- full-scene bloom
(系统自动生成,下载前可以参看下载内容)
下载文件列表
BlossomEngine\blossom_engine.h
.............\common\application.cpp
.............\......\application.h
.............\......\blossom_engine_common.h
.............\......\bounding_box.cpp
.............\......\bounding_box.h
.............\......\camera.cpp
.............\......\camera.h
.............\......\logger.cpp
.............\......\logger.h
.............\......\quad_tree.cpp
.............\......\quad_tree.h
.............\......\readme.txt
.............\math\blossom_engine_math.h
.............\....\math_common.cpp
.............\....\math_common.h
.............\....\matrix.cpp
.............\....\matrix.h
.............\....\plane.cpp
.............\....\plane.h
.............\....\readme.txt
.............\....\vector.cpp
.............\....\vector.h
.............\renderer\blossom_engine_renderer.h
.............\........\depthstencil_surface.cpp
.............\........\depthstencil_surface.h
.............\........\index_buffer.cpp
.............\........\index_buffer.h
.............\........\readme.txt
.............\........\renderer.cpp
.............\........\renderer.h
.............\........\render_target.cpp
.............\........\render_target.h
.............\........\shader.cpp
.............\........\shader.h
.............\........\texture.cpp
.............\........\texture.h
.............\........\vertex_buffer.cpp
.............\........\vertex_buffer.h
.............\........\vertex_declaration.cpp
.............\........\vertex_declaration.h
.............\video_manager\blossom_engine_video_manager.h
.............\.............\mesh.cpp
.............\.............\mesh.h
.............\common
.............\math
.............\renderer
.............\video_manager
BlossomEngine