mirror of https://github.com/mosra/magnum.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
525 B
30 lines
525 B
|
14 years ago
|
namespace Magnum {
|
||
|
|
|
||
|
|
/** @page modules */
|
||
|
|
|
||
|
|
/**
|
||
|
|
@defgroup scene Scene graph
|
||
|
|
@brief %Scene hierarchy, cameras, lights and other objects
|
||
|
|
*/
|
||
|
|
|
||
|
|
/**
|
||
|
|
@defgroup mesh Meshes
|
||
|
|
@brief Creating, modifying and rendering meshes
|
||
|
|
*/
|
||
|
|
|
||
|
|
/**
|
||
|
|
@defgroup rendering Rendering
|
||
|
|
@brief %Shader, buffer and mesh management, render queries
|
||
|
|
*/
|
||
|
|
|
||
|
|
/** @ingroup rendering
|
||
|
|
@defgroup textures Textures
|
||
|
|
@brief Access to OpenGL textures, image data wrappers and framebuffer operations
|
||
|
|
*/
|
||
|
|
|
||
|
|
/**
|
||
|
|
@defgroup utility Utility
|
||
|
|
@brief Various supporting utility classes
|
||
|
|
*/
|
||
|
|
}
|